OpenJAUS SAE SDK
6.0.0
|
ReportManipulatorSpecifications Message Implementation. More...
#include <ReportManipulatorSpecifications.h>
Inherits openjaus::model::Message.
Public Member Functions | |
ReportManipulatorSpecifications () | |
ReportManipulatorSpecifications (model::Message *message) | |
~ReportManipulatorSpecifications () | |
virtual uint64 | to (system::BufferWriter &dst) const |
Pack this message to the given openjaus::system::Buffer. More... | |
virtual uint64 | from (system::BufferReader &src) |
Unpack this message from the given openjaus::system::Buffer. More... | |
virtual uint64 | length () const |
Get the number of bytes this message would occupy in a serialized buffer. More... | |
std::string | toXml (unsigned char ojIndentLevel=0) const |
Used to serialize the runtime state of the message to an XML format. More... | |
std::string | toString () const |
Returns a string populated with the Message name and ID More... | |
void | setPresenceVector (uint8_t value) |
uint8_t | getPresenceVector (void) const |
bool | isManipulatorCoordinateSystemRecEnabled (void) const |
void | enableManipulatorCoordinateSystemRec (void) |
void | disableManipulatorCoordinateSystemRec (void) |
ManipulatorCoordinateSystemRecord & | getManipulatorCoordinateSystemRec (void) |
FirstJointParametersVariant & | getFirstJointParameters (void) |
JointSpecificationList & | getJointSpecificationList (void) |
Public Member Functions inherited from openjaus::model::Message | |
Message () | |
virtual | ~Message () |
Message (Message *message) | |
Public Member Functions inherited from openjaus::transport::Wrapper | |
virtual | ~Wrapper () |
AckNakType | getAckNak () const |
Accessor to get the value of ackNak. More... | |
bool | setAckNak (AckNakType ackNak) |
Accessor to set value of ackNak. More... | |
bool | isCompressible () const |
Accessor to get the value of compressible. More... | |
bool | setCompressible (bool compressible) |
Accessor to set value of compressible. More... | |
bool | isMustArrive () const |
Accessor to get the value of mustArrive. More... | |
bool | setMustArrive (bool mustArrive) |
Accessor to set value of mustArrive. More... | |
uint16_t | getSequenceNumber () const |
Accessor to get the value of sequenceNumber. More... | |
bool | setSequenceNumber (uint16_t sequenceNumber) |
Accessor to set value of sequenceNumber. More... | |
WrapperType | getType () const |
Accessor to get the value of type. More... | |
bool | setType (WrapperType type) |
Accessor to set value of type. More... | |
Priority | getPriority () const |
Accessor to get the value of priority. More... | |
bool | setPriority (Priority priority) |
Accessor to set value of priority. More... | |
BroadcastType | getBroadcastFlag () const |
Accessor to get the value of broadcastFlag. More... | |
bool | setBroadcastFlag (BroadcastType broadcastFlag) |
Accessor to set value of broadcastFlag. More... | |
LargeMessageType | getLargeMessageFlag () const |
Accessor to get the value of largeMessageFlag. More... | |
bool | setLargeMessageFlag (LargeMessageType largeMessageFlag) |
Accessor to set value of largeMessageFlag. More... | |
const Address & | getDestination () const |
Accessor to get the value of destination. More... | |
bool | setDestination (const Address &destination) |
Accessor to set value of destination. More... | |
system::Transportable * | getPayload () const |
Accessor to get the value of payload. More... | |
bool | setPayload (system::Transportable *payload) |
Accessor to set value of payload. More... | |
const Address & | getSource () const |
Accessor to get the value of source. More... | |
bool | setSource (const Address &source) |
Accessor to set value of source. More... | |
TransportData * | getTransportData () const |
Accessor to get the value of transportData. More... | |
bool | setTransportData (TransportData *transportData) |
Accessor to set value of transportData. More... | |
virtual int | prioritizedValue () |
Operation prioritizedValue. More... | |
virtual Wrapper * | clone () |
Public Member Functions inherited from openjaus::system::Transportable | |
Transportable () | |
virtual | ~Transportable () |
Public Member Functions inherited from openjaus::system::Prioritized | |
virtual | ~Prioritized () |
Public Member Functions inherited from openjaus::model::Trigger | |
Trigger () | |
virtual | ~Trigger () |
double | getTriggerTimestamp_sec () const |
Accessor to get the value of triggerTimestamp_sec. More... | |
bool | setTriggerTimestamp_sec (double triggerTimestamp_sec) |
Accessor to set value of triggerTimestamp_sec. More... | |
uint32_t | getId () const |
Accessor to get the value of id. More... | |
bool | setId (uint32_t id) |
Accessor to set value of id. More... | |
std::string | idString () |
Operation idString. More... | |
Static Public Attributes | |
static const uint16_t | ID = 0x4600 |
static const uint8_t | PV_NO_FIELDS = 0x0 |
static const uint8_t | PV_MANIPULATORCOORDINATESYSTEMREC = 0x1 |
static const uint8_t | PV_ALL_FIELDS = PV_NO_FIELDS | PV_MANIPULATORCOORDINATESYSTEMREC |
Friends | |
OPENJAUS_EXPORT friend std::ostream & | operator<< (std::ostream &output, const ReportManipulatorSpecifications &object) |
OStream operator for Message object More... | |
OPENJAUS_EXPORT friend std::ostream & | operator<< (std::ostream &output, const ReportManipulatorSpecifications *object) |
OStream operator for Message pointer More... | |
Additional Inherited Members | |
Protected Member Functions inherited from openjaus::transport::Wrapper | |
Wrapper () | |
Wrapper (const Wrapper &wrapper) | |
Protected Attributes inherited from openjaus::transport::Wrapper | |
AckNakType | ackNak |
bool | compressible |
bool | mustArrive |
uint16_t | sequenceNumber |
WrapperType | type |
Priority | priority |
BroadcastType | broadcastFlag |
LargeMessageType | largeMessageFlag |
Address | destination |
system::Transportable * | payload |
Address | source |
TransportData * | transportData |
Protected Attributes inherited from openjaus::model::Trigger | |
double | triggerTimestamp_sec |
uint32_t | id |
This message provides the specification of the manipulator including the number of joints, the link length and twist angle of each link, the joint offset (for revolute joints) or joint angle (for prismatic joints), the minimum and maximum value for each joint, and the minimum and maximum speed for each joint. The record ManipulatorCoordinateSystemRec establishes the position and orientation relationship of the manipulator base coordinate system to the vehicle coordinate system. It specifies the location (x,y,z) and orientation (described by the quaternion) of the manipulator coordinate system relative to the base coordinate system. The variant FirstJointParameters specifies the offset distance from the origin of the manipulator coordinate system to the first link axis (L1 in Figure 1) or the joint angle between the x-axis of the manipulator coordinate system and the line along the first link (?1 in Figure 1), depending on whether the first joint in JointSpecificationList is revolute or prismatic. The record RevoluteJointSpecificationRec specifies the link length and twist angle for a link and the joint offset for the revolute joint that comes after the link. The record PrismaticJointSpecificationRec specifies the link length and twist angle for a link and the joint angle for the prismatic joint that comes after the link. The order in which the joints are encoded into the list called JointSpecificationList must correspond with the order of the joints from the manipulator base to the end effector.
openjaus::manipulator_v1_0::ReportManipulatorSpecifications::ReportManipulatorSpecifications | ( | ) |
openjaus::manipulator_v1_0::ReportManipulatorSpecifications::ReportManipulatorSpecifications | ( | model::Message * | message | ) |
openjaus::manipulator_v1_0::ReportManipulatorSpecifications::~ReportManipulatorSpecifications | ( | ) |
void openjaus::manipulator_v1_0::ReportManipulatorSpecifications::disableManipulatorCoordinateSystemRec | ( | void | ) |
void openjaus::manipulator_v1_0::ReportManipulatorSpecifications::enableManipulatorCoordinateSystemRec | ( | void | ) |
|
virtual |
[in] | src | - The source openjaus::system::Buffer from which this message will be unpacked. |
Reimplemented from openjaus::model::Message.
FirstJointParametersVariant & openjaus::manipulator_v1_0::ReportManipulatorSpecifications::getFirstJointParameters | ( | void | ) |
JointSpecificationList & openjaus::manipulator_v1_0::ReportManipulatorSpecifications::getJointSpecificationList | ( | void | ) |
ManipulatorCoordinateSystemRecord & openjaus::manipulator_v1_0::ReportManipulatorSpecifications::getManipulatorCoordinateSystemRec | ( | void | ) |
uint8_t openjaus::manipulator_v1_0::ReportManipulatorSpecifications::getPresenceVector | ( | void | ) | const |
bool openjaus::manipulator_v1_0::ReportManipulatorSpecifications::isManipulatorCoordinateSystemRecEnabled | ( | void | ) | const |
|
virtual |
Reimplemented from openjaus::model::Message.
void openjaus::manipulator_v1_0::ReportManipulatorSpecifications::setPresenceVector | ( | uint8_t | value | ) |
|
virtual |
[out] | dst | - The destination openjaus::system::Buffer to which this message will be packed. |
Reimplemented from openjaus::model::Message.
|
virtual |
Reimplemented from openjaus::model::Message.
std::string openjaus::manipulator_v1_0::ReportManipulatorSpecifications::toXml | ( | unsigned char | ojIndentLevel = 0 | ) | const |
[in] | ojIndentLevel | - Used to determine how many tabs are inserted per line for pretty formating. |
|
friend |
|
friend |
|
private |
|
static |
|
private |
|
private |
|
private |
|
static |
|
static |
|
static |