The Robot Application Programming Interface Delegate Project
|
Updates Joint frames for an Agent. More...
Classes | |
class | FrameDefinition |
Public Member Functions | |
JointFrameUpdater (String participant, Agent agent, MessageType sample) | |
void | subscribe () |
void | unsubscribe () |
void | onRapidMessageReceived (Agent agent, MessageType msgType, Object event, Object configObj) |
synchronized void | setupFromConfig (JointConfig jointConfig) |
Public Attributes | |
final int | BAD_SERIAL = -13 |
Protected Member Functions | |
Frame.Axis | getAxis (String dof, String frameName) |
Protected Attributes | |
final String | m_participant |
final Agent | m_agent |
final MessageType | m_sampleType |
String | m_jointGroupName |
int | m_lastConfigSerialId = BAD_SERIAL |
final List< FrameDefinition > | m_frameDefs = new ArrayList<FrameDefinition>() |
JointFrameUpdater | ( | String | participant, |
Agent | agent, | ||
MessageType | sample | ||
) |
agent | |
sample |
Frame.Axis getAxis | ( | String | dof, |
String | frameName | ||
) | [protected] |
void onRapidMessageReceived | ( | Agent | agent, |
MessageType | msgType, | ||
Object | event, | ||
Object | configObj | ||
) |
synchronized void setupFromConfig | ( | JointConfig | jointConfig | ) |
void subscribe | ( | ) |
void unsubscribe | ( | ) |
final int BAD_SERIAL = -13 |
final Agent m_agent [protected] |
final List<FrameDefinition> m_frameDefs = new ArrayList<FrameDefinition>() [protected] |
String m_jointGroupName [protected] |
int m_lastConfigSerialId = BAD_SERIAL [protected] |
final String m_participant [protected] |
final MessageType m_sampleType [protected] |