The Robot Application Programming Interface Delegate Project
RAPID Logo

RapidAssetState Class Reference

Contains helper methods to directly interfacing with the RAPID.Status generated source. More...

Inheritance diagram for RapidAssetState:
Collaboration diagram for RapidAssetState:

List of all members.

Public Member Functions

 RapidAssetState (AssetState state, AssetConfig config, Map< String, DataTypeIndex > keyIndexes)
 Create a helper with Config bound to State.
KeyTypeValueHelper getKeyValueHelper ()
 Use this in order to get simplified access to values.
String toString ()
void initializeVariables ()
 ensure that there is no way to send over a null through the wire
Copyable getCopyable ()

Public Attributes

final AssetState assetState
final AssetConfig assetConfig

Protected Member Functions

void setParameter (String key, ParameterUnion parameter) throws NoParameterDefinedException
 Internal implementation for setting parameters.

Protected Attributes

final KeyTypeValueHelper keyTypeValueHelper

Detailed Description


Constructor & Destructor Documentation

RapidAssetState ( AssetState  state,
AssetConfig  config,
Map< String, DataTypeIndex keyIndexes 
)

ctor

Parameters:
state
config
keyIndexes

Member Function Documentation

Copyable getCopyable ( )

Reimplemented from RapidMessageAdapter.

KeyTypeValueHelper getKeyValueHelper ( )
See also:
gov.nasa.rapid.message.config.KeyTypeValueHelper
Returns:
KeyTypeValueHelper
void initializeVariables ( )

Reimplemented from RapidMessageAdapter.

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

Use the public interfaces found in RapidMessageWithValueSequence

See also:
gov.nasa.rapid.message.RapidMessageWithValueSequence
Exceptions:
gov.nasa.rapid.message.NoParameterDefinedException

Implements RapidMessageWithValueSequence.

Here is the call graph for this function:

String toString ( )

Implements IRapidMessage.

Here is the call graph for this function:


Member Data Documentation


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