MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Macros | Functions

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...

Macros

#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)

Detailed Description

Macro Definition Documentation

#define DtDECLARE_BOOL_PARAMETER (   accessor,
  mutator 
)
Value:
public: \
virtual bool accessor(); \
virtual void mutator( bool val ); \
protected: \
MAKRti::DtEnvValueSP my##accessor##Val;
#define DtDECLARE_FLOAT_PARAMETER (   accessor,
  mutator 
)
Value:
public: \
virtual float accessor(); \
virtual void mutator( float val ); \
protected: \
MAKRti::DtEnvValueSP my##accessor##Val;
#define DtDECLARE_UINT_PARAMETER (   accessor,
  mutator 
)
Value:
public: \
virtual unsigned int accessor(); \
virtual void mutator( unsigned int val ); \
protected: \
MAKRti::DtEnvValueSP my##accessor##Val;

Function Documentation

std::ostream& operator<< ( std::ostream &  ostr,
const DtAssistantConfig config 
)
inline

References DtBaseConfig::print().


Document ID: Generated on Fri Sep 27 00:57:56 EDT 2019 from SVN revision 201708
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (www.mak.com)