functional-dag
Loading...
Searching...
No Matches
fn_dag::node_prop_spec Struct Reference

(Library related) A node spec defines the basic properties of a node. More...

#include <lib_utils.h>

Public Attributes

GUID< node_prop_spec > guid
 The node's unique identifier.
 
NODE_TYPE module_type = NODE_TYPE::NODE_TYPE_UNDEFINED
 The type of module - whether it generates data from a sensor or processes data.
 
vector< option_spec > construction_types
 The options that should be specified to create the node.
 

Detailed Description

(Library related) A node spec defines the basic properties of a node.