Compute Graph Framework SDK Reference
5.4.5418 Release
For Test and Development only

Node.hpp File Reference

Go to the source code of this file.

Data Structures

struct  dw::framework::SensorNode::DataEvent
 Record of data sensor data frame. More...
 
class  dw::framework::IAsyncResetable
 
class  dw::framework::IContainsPreShutdownAction
 For nodes require extra actions to be taken before shutdown should implement this interface. More...
 
class  dw::framework::Node
 
class  dw::framework::ProcessNode
 
class  dw::framework::SensorNode
 

Namespaces

 dw
 
 dw::framework
 

Macros

#define STRING_VIEW_OF_FIXED_STRING_TEMPLATE_TYPE(x)   dw::core::StringView("dw::core::FixedString<" _DW_CGF_STRINGIFY(x) ">", sizeof("dw::core::FixedString<" _DW_CGF_STRINGIFY(x) ">") - 1)
 

Data Structure Documentation

◆ dw::framework::SensorNode::DataEvent

struct dw::framework::SensorNode::DataEvent
Data Fields
DataEventType dataEventType The type of event.
dwStatus status The status of the node-run.

invalid if dataEventType is DROP DW_SUCCESS if the node-run produced data. DW_TIME_OUT, DW_NOT_AVAILABLE, etc, sensor had not data for node-run. DW_END_OF_STREAM if sensor reached end of stream.

dwTime_t timestamp The timestamp of involved data.

invalid if dataEventType is NONE.

Macro Definition Documentation

◆ STRING_VIEW_OF_FIXED_STRING_TEMPLATE_TYPE

#define STRING_VIEW_OF_FIXED_STRING_TEMPLATE_TYPE (   x)    dw::core::StringView("dw::core::FixedString<" _DW_CGF_STRINGIFY(x) ">", sizeof("dw::core::FixedString<" _DW_CGF_STRINGIFY(x) ">") - 1)

Definition at line 61 of file Node.hpp.