theKernel 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard
c - tcl - cs - py - rb - jv - cc
Loading...
Searching...
No Matches
MkBufferAtomU Union Reference

union used to set or modify native data from an MkBufferS object … More...

#include <LibMkKernel_mk.h>

Data Fields

MK_I8 I8
 1 byte byte data
 
MK_BOL BOL
 1 byte boolean data
 
MK_I16 I16
 2 byte short data
 
MK_I32 I32
 4 byte integer data
 
MK_FLT FLT
 4 byte float data
 
MK_I64 I64
 8 byte integer data
 
MK_DBL DBL
 8 byte double data
 
MK_BINB B [8]
 8 byte ARRAY used for copy
 
MK_BINB B8 [8]
 8 byte ARRAY used for copy
 
MK_BINB B4 [4]
 4 byte ARRAY used for copy
 
MK_BINB B2 [2]
 2 byte ARRAY used for copy
 
MK_BINB B1 [1]
 1 byte ARRAY used for copy
 

Detailed Description

union used to set or modify native data from an MkBufferS object …

Definition at line 2071 of file LibMkKernel_mk.h.

Field Documentation

◆ B

MK_BINB MkBufferAtomU::B[8]

8 byte ARRAY used for copy

Definition at line 2079 of file LibMkKernel_mk.h.

◆ B1

MK_BINB MkBufferAtomU::B1[1]

1 byte ARRAY used for copy

Definition at line 2083 of file LibMkKernel_mk.h.

◆ B2

MK_BINB MkBufferAtomU::B2[2]

2 byte ARRAY used for copy

Definition at line 2082 of file LibMkKernel_mk.h.

◆ B4

MK_BINB MkBufferAtomU::B4[4]

4 byte ARRAY used for copy

Definition at line 2081 of file LibMkKernel_mk.h.

◆ B8

MK_BINB MkBufferAtomU::B8[8]

8 byte ARRAY used for copy

Definition at line 2080 of file LibMkKernel_mk.h.

◆ BOL

MK_BOL MkBufferAtomU::BOL

1 byte boolean data

Definition at line 2073 of file LibMkKernel_mk.h.

◆ DBL

MK_DBL MkBufferAtomU::DBL

8 byte double data

Definition at line 2078 of file LibMkKernel_mk.h.

◆ FLT

MK_FLT MkBufferAtomU::FLT

4 byte float data

Definition at line 2076 of file LibMkKernel_mk.h.

◆ I16

MK_I16 MkBufferAtomU::I16

2 byte short data

Definition at line 2074 of file LibMkKernel_mk.h.

◆ I32

MK_I32 MkBufferAtomU::I32

4 byte integer data

Definition at line 2075 of file LibMkKernel_mk.h.

◆ I64

MK_I64 MkBufferAtomU::I64

8 byte integer data

Definition at line 2077 of file LibMkKernel_mk.h.

◆ I8

MK_I8 MkBufferAtomU::I8

1 byte byte data

Definition at line 2072 of file LibMkKernel_mk.h.


The documentation for this union was generated from the following file: