Class Spinnaker::DeviceEventUtility¶
ClassList > Spinnaker > DeviceEventUtility
Static helper functions for the device event object class.
#include <DeviceEventUtility.h>
Public Static Functions¶
| Type | Name |
|---|---|
| void | ParseDeviceEventExposureEnd (const uint8_t * payloadData, const size_t payloadSize, DeviceEventExposureEndData & eventData) |
| void | ParseDeviceEventInference (const uint8_t * payloadData, const size_t payloadSize, DeviceEventInferenceData & eventData) |
Public Static Functions Documentation¶
function ParseDeviceEventExposureEnd¶
static void Spinnaker::DeviceEventUtility::ParseDeviceEventExposureEnd (
const uint8_t * payloadData,
const size_t payloadSize,
DeviceEventExposureEndData & eventData
)
Parse the EventExposureEnd device event payload data
Parameters:
payloadDataEvent payload datapayloadSizeEvent payload data sizeeventDataParsed ExposureEnd payload data returned by reference
See also: DeviceEventExposureEndData
function ParseDeviceEventInference¶
static void Spinnaker::DeviceEventUtility::ParseDeviceEventInference (
const uint8_t * payloadData,
const size_t payloadSize,
DeviceEventInferenceData & eventData
)
Parse the EventInference device event payload data
Parameters:
payloadDataEvent payload datapayloadSizeEvent payload data sizeeventDataParsed EventInference payload data
See also: DeviceEventInferenceData
The documentation for this class was generated from the following file C:/workspace/include/DeviceEventUtility.h