DFX Extraction library v4.14.5
enabling applications to perform DFX blood flow analysis
|
Chunk that was captured by a Collection. More...
#include "dfx/ChunkPayload.h"
Public Attributes | |
uint8_t | valid |
if this payload was succesfully created. | |
uint32_t | startFrame |
starting frame of chunk. | |
uint32_t | endFrame |
last frame in chunk. | |
uint32_t | chunkNumber |
sequential number of the chunk starting at zero | |
uint32_t | numberChunks |
the number of chunks expected in measurement | |
uint32_t | firstChunkStartTime_s |
the start time of the first chunk in seconds | |
uint32_t | startTime_s |
start time of the chunk in seconds | |
uint32_t | endTime_s |
end time of the chunk in seconds | |
float | duration_s |
duration of the chunk in seconds | |
std::vector< uint8_t > | payload |
binary payload of chunk | |
std::vector< uint8_t > | metadata |
metadata information associated with chunk (JSON) | |
Chunk that was captured by a Collection.