#include <ParamTable.h>
Static Public Member Functions | |
static void | RegisterParameter (PARAMETER, CParamable *, bool bReadOnly=false) |
RegisterParameter. | |
static int32 | getParam (PARAMETER, int32 iWhich=0) |
getParam | |
static bool | setParam (PARAMETER, int32 iValue, int32 iWhich=0) |
setParam |
Description: The parameter table class provides a convient way to manage system parameters. This class provides a mechanism for binding parameter numbers to a particular classes get and set accessor functions.
Limitations: None
|
getParam Description: The getParam fucntion is used to retrive the value of a specified parameter.
|
|
RegisterParameter. Description: This function is used to bind a system parameter to a CParamable derived class's member accessor function pair.
|
|
setParam Description: This function is used to set the value of a specified parameter.
|