The Robot Application Programming Interface Delegate Project
RAPID Logo

IRapidMessage Interface Reference

This should be implemented by all helpers such that the it will be easy for listeners to listen for RapidMessage types.

Inheritance diagram for IRapidMessage:
Collaboration diagram for IRapidMessage:

List of all members.

Public Member Functions

void setHeader (Agent scrAgent, String partitionName, long timeStamp, int statusCode)
void setHeader (Agent srcAgent, String partitionName, int statusCode)
void updateHeader (int statusCode)
Header getHeader ()
String toString ()
void initializeVariables ()
 ensure that there is no way to send over a null through the wire
void populateTopLevelAttributes ()
 MAE-4255: create top level access variables to simplify access.

Member Function Documentation

void setHeader ( Agent  scrAgent,
String  partitionName,
long  timeStamp,
int  statusCode 
)
void setHeader ( Agent  srcAgent,
String  partitionName,
int  statusCode 
)
void updateHeader ( int  statusCode)

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