![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Go to the source code of this file.
Classes | |
| class | DtAssistantConfig |
| Stores the Assistant configuration information and handles saving and loading this information from an XML file. More... | |
Defines | |
| #define | DtDECLARE_UINT_PARAMETER(accessor, mutator) |
| #define | DtDECLARE_BOOL_PARAMETER(accessor, mutator) |
| #define | DtDECLARE_FLOAT_PARAMETER(accessor, mutator) |
Functions | |
| std::ostream & | operator<< (std::ostream &ostr, const DtAssistantConfig &config) |
| #define DtDECLARE_BOOL_PARAMETER | ( | accessor, | |
| mutator | |||
| ) |
public: \ virtual bool accessor(); \ virtual void mutator( bool val ); \ protected: \ MAKRti::DtEnvValueSP my##accessor##Val;
| #define DtDECLARE_FLOAT_PARAMETER | ( | accessor, | |
| mutator | |||
| ) |
public: \ virtual float accessor(); \ virtual void mutator( float val ); \ protected: \ MAKRti::DtEnvValueSP my##accessor##Val;
| #define DtDECLARE_UINT_PARAMETER | ( | accessor, | |
| mutator | |||
| ) |
public: \ virtual unsigned int accessor(); \ virtual void mutator( unsigned int val ); \ protected: \ MAKRti::DtEnvValueSP my##accessor##Val;
| std::ostream& operator<< | ( | std::ostream & | ostr, |
| const DtAssistantConfig & | config | ||
| ) | [inline] |
References DtBaseConfig::print().