Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

StreamSimConfig Class Reference

#include <SharedGlobals.h>

Inheritance diagram for StreamSimConfig:

Detailed Description

Definition at line 183 of file SharedGlobals.h.

List of all members.

Public Member Functions

 StreamSimConfig ()

Public Attributes

plist::Primitive< floatframerate
 frames per second to send -- this is only a suggestion to hardware devices, which generally use their 'native' framerate, but may use this to limit data flow
plist::Primitive< int > verbose
 Controls how much feedback to give on the console regarding progress.
plist::Primitive< boolheartbeat
 if enabled, an empty "heartbeat" message is sent at the appropriate framerate, even if no data is being processed (i.e. no data loaded or out of frames); this will cause an update event within the simulator, repeating processing on the previous data.
plist::ArrayOf
< plist::Primitive
< std::string > > 
sources
 list of names of DataSources which are to be activated at launch

Constructor & Destructor Documentation

StreamSimConfig (  ) 

Definition at line 185 of file SharedGlobals.h.


Member Data Documentation

frames per second to send -- this is only a suggestion to hardware devices, which generally use their 'native' framerate, but may use this to limit data flow

Definition at line 196 of file SharedGlobals.h.

Referenced by StreamSimConfig::StreamSimConfig().

if enabled, an empty "heartbeat" message is sent at the appropriate framerate, even if no data is being processed (i.e. no data loaded or out of frames); this will cause an update event within the simulator, repeating processing on the previous data.

Definition at line 207 of file SharedGlobals.h.

Referenced by StreamSimConfig::StreamSimConfig().

list of names of DataSources which are to be activated at launch

Definition at line 210 of file SharedGlobals.h.

Referenced by StreamSimConfig::StreamSimConfig().

Controls how much feedback to give on the console regarding progress.

0 - none
1 - report when frames are dropped
2 - also report when a frame is sent
3 - also report when heartbeat is sent/dropped
4 - also report when each frame is received and processed

Definition at line 204 of file SharedGlobals.h.

Referenced by StreamSimConfig::StreamSimConfig().


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

Tekkotsu Hardware Abstraction Layer 5.1CVS
Generated Mon May 9 05:01:42 2016 by Doxygen 1.6.3