The Robot Application Programming Interface Delegate Project
|
create superclass that has the following methods and an adapter More...
Public Member Functions | |
ExampleRapidJointSampleGenerator (RapidAgent agent) | |
RapidJointConfig | createConfig () |
RapidJointSample | createSample () |
RapidJointSample | updateSample () |
Static Public Member Functions | |
static RapidJointSample | updateSample (RapidJointSample msg, RapidAgent agent) |
given an agent and a message, update the message | |
Static Public Attributes | |
static Random | rndGenerator = new Random(12645226) |
createConfig() // returns null if it is not required createSample() updateSample()
RapidJointConfig createConfig | ( | ) |
RapidJointSample createSample | ( | ) |
RapidJointSample updateSample | ( | ) |
static RapidJointSample updateSample | ( | RapidJointSample | msg, |
RapidAgent | agent | ||
) | [static] |
msg | |
agent |
Random rndGenerator = new Random(12645226) [static] |