| int | setGroupAndParameter (const char *groupname, const char *paramname) | 
|  | 
| int | pushNumericValue (double val) | 
|  | 
| int | pushStringValue (const char *sval) | 
|  | 
| int | getNumericValue (int n, double *val) | 
|  | 
| const char * | getStringValue (int n) | 
|  | 
|  | 
| const char * | getGroupName () | 
|  | 
| int | getNumValues () | 
|  | 
| const char * | getParamName () | 
|  | 
| SweepType | getType () | 
|  | 
|  | 
| int | currentBufferSize | 
|  | 
| char * | groupName | 
|  | 
| int | numValues | 
|  | 
| char * | paramName | 
|  | 
| SweepType | type | 
|  | 
| double * | valuesNumber | 
|  | 
| char ** | valuesString | 
|  | 
Definition at line 214 of file PVParams.hpp.
 
The documentation for this class was generated from the following files: