MAK RTIspy API Documentation for HLA 1516
 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)
 

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 Mon Sep 7 15:40:32 EDT 2020 from SVN revision 217499
Copyright © 2005-2020 MAK Technologies Inc. All Rights Reserved (www.mak.com)