OpenJAUS Software Development Kit
4.3.1
|
SetAccelerationLimit Message Implementation. More...
#include <SetAccelerationLimit.h>
Inherits openjaus::model::Message.
Public Member Functions | |
SetAccelerationLimit () | |
SetAccelerationLimit (model::Message *message) | |
~SetAccelerationLimit () | |
virtual int | to (system::Buffer *dst) |
Pack this message to the given openjaus::system::Buffer. More... | |
virtual int | from (system::Buffer *src) |
Unpack this message from the given openjaus::system::Buffer. More... | |
virtual int | length () |
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 | isAccelerationXEnabled (void) const |
void | enableAccelerationX (void) |
void | disableAccelerationX (void) |
bool | isAccelerationYEnabled (void) const |
void | enableAccelerationY (void) |
void | disableAccelerationY (void) |
bool | isAccelerationZEnabled (void) const |
void | enableAccelerationZ (void) |
void | disableAccelerationZ (void) |
bool | isRollAccelerationEnabled (void) const |
void | enableRollAcceleration (void) |
void | disableRollAcceleration (void) |
bool | isPitchAccelerationEnabled (void) const |
void | enablePitchAcceleration (void) |
void | disablePitchAcceleration (void) |
bool | isYawAccelerationEnabled (void) const |
void | enableYawAcceleration (void) |
void | disableYawAcceleration (void) |
AccelerationCommandTypeEnumeration::AccelerationCommandTypeEnum | getCommandType (void) |
bool | setCommandType (AccelerationCommandTypeEnumeration::AccelerationCommandTypeEnum value) |
std::string | getCommandTypeToString (void) |
double | getAccelerationX_mps2 (void) |
bool | setAccelerationX_mps2 (double value) |
double | getAccelerationY_mps2 (void) |
bool | setAccelerationY_mps2 (double value) |
double | getAccelerationZ_mps2 (void) |
bool | setAccelerationZ_mps2 (double value) |
double | getRollAcceleration_rps2 (void) |
bool | setRollAcceleration_rps2 (double value) |
double | getPitchAcceleration_rps2 (void) |
bool | setPitchAcceleration_rps2 (double value) |
double | getYawAcceleration_rps2 (void) |
bool | setYawAcceleration_rps2 (double value) |
Public Member Functions inherited from openjaus::model::Message | |
Message () | |
virtual | ~Message () |
Message (Message *message) | |
int | to (system::Buffer *dst) |
Operation to. More... | |
int | from (system::Buffer *src) |
Operation from. More... | |
Public Member Functions inherited from openjaus::transport::Wrapper | |
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 | |
virtual | ~Transportable () |
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 = 0x0416 |
static const uint8_t | PV_ALL_FIELDS = 0xFF |
static const uint8_t | PV_NO_FIELDS = 0x0 |
static const uint8_t | PV_ACCELERATIONX = 0x1 |
static const uint8_t | PV_ACCELERATIONY = 0x2 |
static const uint8_t | PV_ACCELERATIONZ = 0x4 |
static const uint8_t | PV_ROLLACCELERATION = 0x8 |
static const uint8_t | PV_PITCHACCELERATION = 0x10 |
static const uint8_t | PV_YAWACCELERATION = 0x20 |
static const double | ACCELERATIONX_MIN_VALUE = -1310.68 |
static const double | ACCELERATIONX_MAX_VALUE = 1310.68 |
static const double | ACCELERATIONY_MIN_VALUE = -1310.68 |
static const double | ACCELERATIONY_MAX_VALUE = 1310.68 |
static const double | ACCELERATIONZ_MIN_VALUE = -1310.68 |
static const double | ACCELERATIONZ_MAX_VALUE = 1310.68 |
static const double | ROLLACCELERATION_MIN_VALUE = -13106.8 |
static const double | ROLLACCELERATION_MAX_VALUE = 13106.8 |
static const double | PITCHACCELERATION_MIN_VALUE = -13106.8 |
static const double | PITCHACCELERATION_MAX_VALUE = 13106.8 |
static const double | YAWACCELERATION_MIN_VALUE = -13106.8 |
static const double | YAWACCELERATION_MAX_VALUE = 13106.8 |
Friends | |
OPENJAUS_EXPORT friend std::ostream & | operator<< (std::ostream &output, const SetAccelerationLimit &object) |
OStream operator for Message object More... | |
OPENJAUS_EXPORT friend std::ostream & | operator<< (std::ostream &output, const SetAccelerationLimit *object) |
OStream operator for Message pointer More... | |
Additional Inherited Members | |
Protected Member Functions inherited from openjaus::transport::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 is used to command the linear and rotational acceleration limits of the platform.
openjaus::mobility::SetAccelerationLimit::SetAccelerationLimit | ( | ) |
openjaus::mobility::SetAccelerationLimit::SetAccelerationLimit | ( | model::Message * | message | ) |
openjaus::mobility::SetAccelerationLimit::~SetAccelerationLimit | ( | ) |
void openjaus::mobility::SetAccelerationLimit::disableAccelerationX | ( | void | ) |
void openjaus::mobility::SetAccelerationLimit::disableAccelerationY | ( | void | ) |
void openjaus::mobility::SetAccelerationLimit::disableAccelerationZ | ( | void | ) |
void openjaus::mobility::SetAccelerationLimit::disablePitchAcceleration | ( | void | ) |
void openjaus::mobility::SetAccelerationLimit::disableRollAcceleration | ( | void | ) |
void openjaus::mobility::SetAccelerationLimit::disableYawAcceleration | ( | void | ) |
void openjaus::mobility::SetAccelerationLimit::enableAccelerationX | ( | void | ) |
void openjaus::mobility::SetAccelerationLimit::enableAccelerationY | ( | void | ) |
void openjaus::mobility::SetAccelerationLimit::enableAccelerationZ | ( | void | ) |
void openjaus::mobility::SetAccelerationLimit::enablePitchAcceleration | ( | void | ) |
void openjaus::mobility::SetAccelerationLimit::enableRollAcceleration | ( | void | ) |
void openjaus::mobility::SetAccelerationLimit::enableYawAcceleration | ( | void | ) |
|
virtual |
[in] | src | - The source openjaus::system::Buffer from which this message will be unpacked. |
Reimplemented from openjaus::transport::Wrapper.
double openjaus::mobility::SetAccelerationLimit::getAccelerationX_mps2 | ( | void | ) |
double openjaus::mobility::SetAccelerationLimit::getAccelerationY_mps2 | ( | void | ) |
double openjaus::mobility::SetAccelerationLimit::getAccelerationZ_mps2 | ( | void | ) |
AccelerationCommandTypeEnumeration::AccelerationCommandTypeEnum openjaus::mobility::SetAccelerationLimit::getCommandType | ( | void | ) |
std::string openjaus::mobility::SetAccelerationLimit::getCommandTypeToString | ( | void | ) |
double openjaus::mobility::SetAccelerationLimit::getPitchAcceleration_rps2 | ( | void | ) |
uint8_t openjaus::mobility::SetAccelerationLimit::getPresenceVector | ( | void | ) | const |
double openjaus::mobility::SetAccelerationLimit::getRollAcceleration_rps2 | ( | void | ) |
double openjaus::mobility::SetAccelerationLimit::getYawAcceleration_rps2 | ( | void | ) |
bool openjaus::mobility::SetAccelerationLimit::isAccelerationXEnabled | ( | void | ) | const |
bool openjaus::mobility::SetAccelerationLimit::isAccelerationYEnabled | ( | void | ) | const |
bool openjaus::mobility::SetAccelerationLimit::isAccelerationZEnabled | ( | void | ) | const |
bool openjaus::mobility::SetAccelerationLimit::isPitchAccelerationEnabled | ( | void | ) | const |
bool openjaus::mobility::SetAccelerationLimit::isRollAccelerationEnabled | ( | void | ) | const |
bool openjaus::mobility::SetAccelerationLimit::isYawAccelerationEnabled | ( | void | ) | const |
|
virtual |
Reimplemented from openjaus::model::Message.
bool openjaus::mobility::SetAccelerationLimit::setAccelerationX_mps2 | ( | double | value | ) |
bool openjaus::mobility::SetAccelerationLimit::setAccelerationY_mps2 | ( | double | value | ) |
bool openjaus::mobility::SetAccelerationLimit::setAccelerationZ_mps2 | ( | double | value | ) |
bool openjaus::mobility::SetAccelerationLimit::setCommandType | ( | AccelerationCommandTypeEnumeration::AccelerationCommandTypeEnum | value | ) |
bool openjaus::mobility::SetAccelerationLimit::setPitchAcceleration_rps2 | ( | double | value | ) |
void openjaus::mobility::SetAccelerationLimit::setPresenceVector | ( | uint8_t | value | ) |
bool openjaus::mobility::SetAccelerationLimit::setRollAcceleration_rps2 | ( | double | value | ) |
bool openjaus::mobility::SetAccelerationLimit::setYawAcceleration_rps2 | ( | double | value | ) |
|
virtual |
[out] | dst | - The destination openjaus::system::Buffer to which this message will be packed. |
Reimplemented from openjaus::transport::Wrapper.
|
virtual |
Reimplemented from openjaus::model::Message.
std::string openjaus::mobility::SetAccelerationLimit::toXml | ( | unsigned char | ojIndentLevel = 0 | ) | const |
[in] | ojIndentLevel | - Used to determine how many tabs are inserted per line for pretty formating. |
|
friend |
|
friend |
|
static |
|
static |
|
private |
|
static |
|
static |
|
private |
|
static |
|
static |
|
private |
|
private |
|
static |
|
static |
|
static |
|
private |
|
private |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
private |
|
static |
|
static |
|
private |