![]() |
MAK RTIspy API Documentation for HLA 1.3
|
class DtFedFileMapping: More...
Collaboration diagram for DtFedFileMapping:Public Member Functions | |
| DtFedFileMapping (const MAKRti::DtString &execName, const MAKRti::DtString &timeImplName, const MAKRti::DtString &fileName) | |
| default constructor | |
| virtual const MAKRti::DtString & | fedFileName () const |
| Returns fed file name. | |
| virtual const MAKRti::DtString & | timeImplName () const |
| Returns time implementation name. | |
| virtual const MAKRti::DtString & | execName () const |
| Returns federation execution name. | |
| virtual | ~DtFedFileMapping () |
| destructor | |
Protected Member Functions | |
| DtFedFileMapping (const DtFedFileMapping &orig) | |
| copy constructor | |
| DtFedFileMapping & | operator= (const DtFedFileMapping &orig) |
| assignment operator | |
Protected Attributes | |
| MAKRti::DtString | myExecName |
| MAKRti::DtString | myTimeImplName |
| MAKRti::DtString | myFileName |
class DtFedFileMapping:
Instances of DtFedFileMapping are mappings between federation execution names and fed file names.
| DtFedFileMapping::DtFedFileMapping | ( | const MAKRti::DtString & | execName, |
| const MAKRti::DtString & | timeImplName, | ||
| const MAKRti::DtString & | fileName | ||
| ) |
default constructor
| DtFedFileMapping::~DtFedFileMapping | ( | ) | [virtual] |
destructor
| DtFedFileMapping::DtFedFileMapping | ( | const DtFedFileMapping & | orig | ) | [protected] |
copy constructor
| const MAKRti::DtString & DtFedFileMapping::execName | ( | ) | const [virtual] |
Returns federation execution name.
References myExecName.
Referenced by DtFederateMgr::fedFileName(), and DtFederateMgr::timeImplName().
| const MAKRti::DtString & DtFedFileMapping::fedFileName | ( | ) | const [virtual] |
| DtFedFileMapping & DtFedFileMapping::operator= | ( | const DtFedFileMapping & | orig | ) | [protected] |
assignment operator
| const MAKRti::DtString & DtFedFileMapping::timeImplName | ( | ) | const [virtual] |
Returns time implementation name.
References myTimeImplName.
Referenced by DtFederateMgr::timeImplName().
MAKRti::DtString DtFedFileMapping::myExecName [protected] |
Referenced by execName().
MAKRti::DtString DtFedFileMapping::myFileName [protected] |
Referenced by fedFileName().
MAKRti::DtString DtFedFileMapping::myTimeImplName [protected] |
Referenced by timeImplName().