![]() |
VRS
A file format for sensor data.
|
Template to represent some POD object without memory alignment. More...
#include <DataPieces.h>
Public Attributes | |
T | value |
Template to represent some POD object without memory alignment.
Data read from disk might not be aligned as the architecture would like it, which can be extremely slow and even crash on some architectures (ARM7). These helper methods make the code safe & readable.