|
ADTF File Library
|
Value Storage struct. More...
#include <adtf3_sample_info.h>
Static Public Member Functions | |
| static uint8_t | getVersion () |
| Get the Version. | |
Public Attributes | |
| uint8_t | storage_version |
| the version of storage (we using 8 bit for versioning) | |
| uint8_t | byte_size |
| byte size of value (we using 8 bit to restrict the value size) | |
| HashedValueType | type |
| the value type | |
| uint32_t | key |
| the hash key of the value (for accessing its important to have aligned value) | |
Value Storage struct.
|
inlinestatic |
Get the Version.