Spinnaker SDK C++
4.1.0.157
 
 

 
Loading...
Searching...
No Matches
NodeMapInfo.cpp File Reference

Enumerations

enum  readType { VALUE , INDIVIDUAL }
 

Functions

int PrintEnumerationSelector (CNodePtr node, unsigned int level)
 
void Indent (unsigned int level)
 
int PrintValueNode (CNodePtr node, unsigned int level)
 
int PrintStringNode (CNodePtr node, unsigned int level)
 
int PrintIntegerNode (CNodePtr node, unsigned int level)
 
int PrintFloatNode (CNodePtr node, unsigned int level)
 
int PrintBooleanNode (CNodePtr node, unsigned int level)
 
int PrintCommandNode (CNodePtr node, unsigned int level)
 
int PrintEnumerationNodeAndCurrentEntry (CNodePtr node, unsigned int level)
 
int PrintNode (CNodePtr node, unsigned int level)
 
int PrintCategoryNodeAndAllFeatures (CNodePtr node, unsigned int level)
 
int RunSingleCamera (CameraPtr cam)
 
int main (int, char **)
 

Variables

const unsigned int maxChars = 35
 
const readType chosenRead = VALUE
 

Enumeration Type Documentation

◆ readType

enum readType
Enumerator
VALUE 
INDIVIDUAL 

Function Documentation

◆ Indent()

void Indent ( unsigned int  level)
Examples
NodeMapInfo.cpp.

◆ main()

int main ( int  ,
char **   
)

◆ PrintBooleanNode()

int PrintBooleanNode ( CNodePtr  node,
unsigned int  level 
)
Examples
NodeMapInfo.cpp.

◆ PrintCategoryNodeAndAllFeatures()

int PrintCategoryNodeAndAllFeatures ( CNodePtr  node,
unsigned int  level 
)
Examples
NodeMapInfo.cpp.

◆ PrintCommandNode()

int PrintCommandNode ( CNodePtr  node,
unsigned int  level 
)
Examples
NodeMapInfo.cpp.

◆ PrintEnumerationNodeAndCurrentEntry()

int PrintEnumerationNodeAndCurrentEntry ( CNodePtr  node,
unsigned int  level 
)
Examples
NodeMapInfo.cpp.

◆ PrintEnumerationSelector()

int PrintEnumerationSelector ( CNodePtr  node,
unsigned int  level 
)
Examples
NodeMapInfo.cpp.

◆ PrintFloatNode()

int PrintFloatNode ( CNodePtr  node,
unsigned int  level 
)
Examples
NodeMapInfo.cpp.

◆ PrintIntegerNode()

int PrintIntegerNode ( CNodePtr  node,
unsigned int  level 
)
Examples
NodeMapInfo.cpp.

◆ PrintNode()

int PrintNode ( CNodePtr  node,
unsigned int  level 
)
Examples
NodeMapInfo.cpp.

◆ PrintStringNode()

int PrintStringNode ( CNodePtr  node,
unsigned int  level 
)
Examples
NodeMapInfo.cpp.

◆ PrintValueNode()

int PrintValueNode ( CNodePtr  node,
unsigned int  level 
)
Examples
NodeMapInfo.cpp.

◆ RunSingleCamera()

int RunSingleCamera ( CameraPtr  cam)

Variable Documentation

◆ chosenRead

const readType chosenRead = VALUE
Examples
NodeMapInfo.cpp.

◆ maxChars

const unsigned int maxChars = 35
Examples
NodeMapInfo.cpp.