#include <sbgTypes.h>
Public Attributes | |
uint32_t * | m_pointerUint32 |
uint8_t * | m_pointerUint8 |
Used to get a uint32_t from a uint8_t array.
Definition at line 73 of file sbgTypes.h.
uint32_t* _Uint8PtrToUint32Ptr::m_pointerUint32 |
Store the unint32 value.
Definition at line 76 of file sbgTypes.h.
uint8_t* _Uint8PtrToUint32Ptr::m_pointerUint8 |
Set the address used to access the uint32_t.
Definition at line 75 of file sbgTypes.h.