DFX Extraction library v4.12.0
enabling applications to perform DFX blood flow analysis
Public Attributes | List of all members
dfx::ChunkPayload Struct Reference

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)
 

Detailed Description

Chunk that was captured by a Collection.


The documentation for this struct was generated from the following file: