#include <parametertoparameter.h>

Public Member Functions | |
| ParameterToParameterList () | |
| ParameterToParameterList (const std::string &hlaName, const AttributeType &attributeType, bool requiredForHLA) | |
| Constructor setting the basic values. | |
| virtual | ~ParameterToParameterList () |
| const RTI::ParameterHandle | GetParameterHandle () const |
| void | SetParameterHandle (RTI::ParameterHandle parameterHandle) |
| dtHLAGM::ParameterToParameterList::ParameterToParameterList | ( | ) | [inline] |
| dtHLAGM::ParameterToParameterList::ParameterToParameterList | ( | const std::string & | hlaName, | |
| const AttributeType & | attributeType, | |||
| bool | requiredForHLA | |||
| ) | [inline] |
Constructor setting the basic values.
| hlaName | the name of the HLA value to map to. | |
| hlaType | the type of the HLA value. | |
| requiredForHLA | true if this field is required in the HLA FOM. |
| virtual dtHLAGM::ParameterToParameterList::~ParameterToParameterList | ( | ) | [inline, virtual] |
| const RTI::ParameterHandle dtHLAGM::ParameterToParameterList::GetParameterHandle | ( | ) | const [inline] |
| void dtHLAGM::ParameterToParameterList::SetParameterHandle | ( | RTI::ParameterHandle | parameterHandle | ) | [inline] |