theKernel 10.0
Loading...
Searching...
No Matches
libmkkernel::MkBufferAtomU Union Reference

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

#include <LibMkKernel_mk.h>

Public Attributes

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 2153 of file LibMkKernel_mk.h.

Member Data Documentation

◆ B

MK_BINB libmkkernel::MkBufferAtomU::B[8]

8 byte ARRAY used for copy

Definition at line 2161 of file LibMkKernel_mk.h.

◆ B1

MK_BINB libmkkernel::MkBufferAtomU::B1[1]

1 byte ARRAY used for copy

Definition at line 2165 of file LibMkKernel_mk.h.

◆ B2

MK_BINB libmkkernel::MkBufferAtomU::B2[2]

2 byte ARRAY used for copy

Definition at line 2164 of file LibMkKernel_mk.h.

◆ B4

MK_BINB libmkkernel::MkBufferAtomU::B4[4]

4 byte ARRAY used for copy

Definition at line 2163 of file LibMkKernel_mk.h.

◆ B8

MK_BINB libmkkernel::MkBufferAtomU::B8[8]

8 byte ARRAY used for copy

Definition at line 2162 of file LibMkKernel_mk.h.

◆ BOL

MK_BOL libmkkernel::MkBufferAtomU::BOL

1 byte boolean data

Definition at line 2155 of file LibMkKernel_mk.h.

◆ DBL

MK_DBL libmkkernel::MkBufferAtomU::DBL

8 byte double data

Definition at line 2160 of file LibMkKernel_mk.h.

◆ FLT

MK_FLT libmkkernel::MkBufferAtomU::FLT

4 byte float data

Definition at line 2158 of file LibMkKernel_mk.h.

◆ I16

MK_I16 libmkkernel::MkBufferAtomU::I16

2 byte short data

Definition at line 2156 of file LibMkKernel_mk.h.

◆ I32

MK_I32 libmkkernel::MkBufferAtomU::I32

4 byte integer data

Definition at line 2157 of file LibMkKernel_mk.h.

◆ I64

MK_I64 libmkkernel::MkBufferAtomU::I64

8 byte integer data

Definition at line 2159 of file LibMkKernel_mk.h.

◆ I8

MK_I8 libmkkernel::MkBufferAtomU::I8

1 byte byte data

Definition at line 2154 of file LibMkKernel_mk.h.


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