Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
| ▼Ndynamicgraph | |
| ▼Ncommand | |
| CCommand | |
| CCommandReturnType0 | |
| CCommandReturnType1 | |
| CCommandReturnType2 | |
| CCommandVerbose | |
| CCommandVoid0 | |
| CCommandVoid1 | |
| CCommandVoid2 | |
| CCommandVoid3 | |
| CCommandVoid4 | |
| CDirectGetter | |
| CDirectSetter | |
| CEitherType | |
| CGetter | |
| CSetter | |
| CSetter< E, bool > | |
| CSetter< E, double > | |
| CSetter< E, float > | |
| CSetter< E, int > | |
| CSetter< E, Matrix > | |
| CSetter< E, std::string > | |
| CSetter< E, unsigned > | |
| CSetter< E, Vector > | |
| CValue | This class implements a variant design pattern to handle basic types in Command |
| CValueHelper | |
| ▼NCPU | |
| CCPUData | |
| CProcessData | |
| CProcessList | |
| CSystem | |
| CDebugTrace | Logging class |
| CDefaultCastRegisterer | |
| CEntity | This class represents an entity, i.e. a generic computational unit that provides input and output signals |
| CEntityHelper | |
| CEntityRegisterer | This class automatically register an Entity to the global factory at initialization and unregister it during instance destruction |
| ▼CExceptionAbstract | Abstract root class for all dynamic-graph exceptions |
| CParam | Class owned by exceptions to store error locations |
| CExceptionFactory | Generic error class |
| CExceptionSignal | Exceptions raised when an error related to signals happen |
| CExceptionTraces | Exceptions raised when an error related to traces happen |
| CFactoryStorage | Provides a way to create Entity objects from their class name |
| CLogger | Class for logging messages |
| CLoggerIOStream | |
| CLoggerStream | Stream for the real-time logger |
| COutStringStream | Stream for the tracer real-time |
| CPoolStorage | Singleton that keeps track of all the entities |
| CRealTimeLogger | Main class of the real-time logger |
| CSignal | Signals link I/O ports of entities. They can be constant-valued signals, or copy the value of a heap variable, or evaluated as a function. See SignalPtr and SignalTimeDependent for other types of signals, and SignalArray for a way of grouping them |
| CSignalArray | TODO |
| CSignalArray_const | TODO |
| CSignalBase | The base class for signals: not to be used as such |
| CSignalCast | |
| CSignalCaster | |
| CSignalCastRegisterer | |
| CSignalPtr | This is the only type of signal that can be plugged to, using the plug () command |
| CSignalTimeDependent | A type of signal that enforces a time dependency between other signals, making sure its inputs are up to date on access, using a incrementing time tick as reference |
| CTimeDependency | A helper class for setting and specifying dependencies between signals |
| CTracer | Tracer plug-in main class |
| CTracerRealTime | Main class of the tracer real-time plug-in |