#include <parametertoparameter.h>

Public Member Functions | |
| ParameterToParameter () | |
| ParameterToParameter (const std::string &hlaName, const std::string &gameName, const AttributeType &attributeType, const dtDAL::DataType &gameType, const std::string &defaultValue, bool requiredForGame, bool requiredForHLA) | |
| Constructor setting the basic values. | |
| virtual | ~ParameterToParameter () |
| RTI::ParameterHandle | GetParameterHandle () |
| const RTI::ParameterHandle | GetParameterHandle () const |
| void | SetParameterHandle (RTI::ParameterHandle parameterHandle) |
| dtHLAGM::ParameterToParameter::ParameterToParameter | ( | ) | [inline] |
| dtHLAGM::ParameterToParameter::ParameterToParameter | ( | const std::string & | hlaName, | |
| const std::string & | gameName, | |||
| const AttributeType & | attributeType, | |||
| const dtDAL::DataType & | gameType, | |||
| const std::string & | defaultValue, | |||
| bool | requiredForGame, | |||
| bool | requiredForHLA | |||
| ) | [inline] |
Constructor setting the basic values.
| hlaName | the name of the HLA value to map to. | |
| gameName | the name of the Game value to map to. | |
| hlaType | the type of the HLA value. | |
| gameType | the datatype in the game manager. | |
| defaultValue | a string version of the default value for either side. | |
| requiredForGame | true if this field is required in the game manager. | |
| requiredForHLA | true if this field is required in the HLA FOM. |
| virtual dtHLAGM::ParameterToParameter::~ParameterToParameter | ( | ) | [inline, virtual] |
| RTI::ParameterHandle dtHLAGM::ParameterToParameter::GetParameterHandle | ( | ) | [inline] |
| const RTI::ParameterHandle dtHLAGM::ParameterToParameter::GetParameterHandle | ( | ) | const [inline] |
| void dtHLAGM::ParameterToParameter::SetParameterHandle | ( | RTI::ParameterHandle | parameterHandle | ) | [inline] |