#include <ParamMessage.h>
Inheritance diagram for CParamMessage:
Public Member Functions | |
bool | getParamDirection () |
getParamDirection | |
void | setParam (PARAMETER) |
setParam | |
PARAMETER | getParam () const |
getParam | |
void | setParamDirection (bool bSetting) |
setParamDirection | |
void | setValue (int32 value) |
setValue | |
int32 | getValue () const |
getValue |
Description: The CParamMessage message class is associated with the parameter table. These messages have either a Get or Set 'direction', a parameter name, and a parameter value.
Limitations: None
|
getParam Description: This function returns the PARAMETER value.
|
|
getParamDirection Description: This function returns the "direction" of the parameter message.
|
|
getValue Description: This function returns the value associated with the param.
|
|
setParam Description: This function sets the value of the parameter field.
|
|
setParamDirection Description: This function sets the "direction" of the parameter message.
|
|
setValue Description: This function sets the value that is associated with the specified parameter
|