Defines the type and time of an individual access. More...
#include <BatchAccess.h>
Public Types | |
| enum | EFlags { flRead = 0x00 , flWrite = 0x01 , flTimeOffsetRel = 0x08 , flAccessSizeAuto = 0x00 , flAccessSize1MAU = 0x10 , flAccessSize2MAU = 0x20 , flAccessSize4MAU = 0x30 , flAccessSize8MAU = 0x40 , flAccessSizeMask = 0x70 } |
| Access options flags. More... | |
Public Attributes | |
| uint32_t | m_aAddress |
| address | |
| uint8_t | m_abyData [MAX_DATA_SIZE] |
| data | |
| uint8_t | m_byFlags |
| flags | |
| uint8_t | m_byMemArea |
| memory area | |
| uint8_t | m_byReserved |
| reserved, should be 0 | |
| uint8_t | m_bySize |
| MAU Size. | |
| QWORD | m_qwTimeOffset |
| time offset in microsec from the beginning of the interval (flag flTimeOffsetRel is not set) or prev item (flag flTimeOffsetRel is set). | |
Defines the type and time of an individual access.
Access options flags.
| QWORD SBatchAccessItem::m_qwTimeOffset |
time offset in microsec from the beginning of the interval (flag flTimeOffsetRel is not set) or prev item (flag flTimeOffsetRel is set).
0 for immediately after prev item.