The Robot Application Programming Interface Delegate Project
RAPID Logo

RapidMessageWithValueSequence Class Reference

Inheritance diagram for RapidMessageWithValueSequence:
Collaboration diagram for RapidMessageWithValueSequence:

List of all members.

Public Member Functions

 RapidMessageWithValueSequence (Message msg)
void setParameter (String key, String parameter) throws NoParameterDefinedException
void setParameter (String key, double parameter) throws NoParameterDefinedException
void setParameter (String key, int parameter) throws NoParameterDefinedException
void setParameter (String key, boolean parameter) throws NoParameterDefinedException
void setParameter (String key, Mat33f parameter) throws NoParameterDefinedException
void setParameter (String key, Vec3d parameter) throws NoParameterDefinedException

Protected Member Functions

abstract void setParameter (String key, ParameterUnion parameter) throws NoParameterDefinedException

Constructor & Destructor Documentation


Member Function Documentation

abstract void setParameter ( String  key,
ParameterUnion  parameter 
) throws NoParameterDefinedException [protected, pure virtual]

Implemented in RapidAssetState.

void setParameter ( String  key,
Vec3d  parameter 
) throws NoParameterDefinedException

Here is the call graph for this function:

void setParameter ( String  key,
Mat33f  parameter 
) throws NoParameterDefinedException

Here is the call graph for this function:

void setParameter ( String  key,
boolean  parameter 
) throws NoParameterDefinedException

Here is the call graph for this function:

void setParameter ( String  key,
int  parameter 
) throws NoParameterDefinedException

Here is the call graph for this function:

void setParameter ( String  key,
double  parameter 
) throws NoParameterDefinedException

Here is the call graph for this function:

void setParameter ( String  key,
String  parameter 
) throws NoParameterDefinedException

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines