OpenJAUS Software Development Kit
4.3.1
|
ReportVelocityState Message Implementation. More...
#include <ReportVelocityState.h>
Inherits openjaus::model::Message.
Public Member Functions | |
ReportVelocityState () | |
ReportVelocityState (model::Message *message) | |
~ReportVelocityState () | |
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 (uint16_t value) |
uint16_t | getPresenceVector (void) const |
bool | isVelocityXEnabled (void) const |
void | enableVelocityX (void) |
void | disableVelocityX (void) |
bool | isVelocityYEnabled (void) const |
void | enableVelocityY (void) |
void | disableVelocityY (void) |
bool | isVelocityZEnabled (void) const |
void | enableVelocityZ (void) |
void | disableVelocityZ (void) |
bool | isVelocityRmsEnabled (void) const |
void | enableVelocityRms (void) |
void | disableVelocityRms (void) |
bool | isRollRateEnabled (void) const |
void | enableRollRate (void) |
void | disableRollRate (void) |
bool | isPitchRateEnabled (void) const |
void | enablePitchRate (void) |
void | disablePitchRate (void) |
bool | isYawRateEnabled (void) const |
void | enableYawRate (void) |
void | disableYawRate (void) |
bool | isRateRmsEnabled (void) const |
void | enableRateRms (void) |
void | disableRateRms (void) |
bool | isTimeStampEnabled (void) const |
void | enableTimeStamp (void) |
void | disableTimeStamp (void) |
double | getVelocityX_mps (void) |
bool | setVelocityX_mps (double value) |
double | getVelocityY_mps (void) |
bool | setVelocityY_mps (double value) |
double | getVelocityZ_mps (void) |
bool | setVelocityZ_mps (double value) |
double | getVelocityRms_mps (void) |
bool | setVelocityRms_mps (double value) |
double | getRollRate_rps (void) |
bool | setRollRate_rps (double value) |
double | getPitchRate_rps (void) |
bool | setPitchRate_rps (double value) |
double | getYawRate_rps (void) |
bool | setYawRate_rps (double value) |
double | getRateRms_rps (void) |
bool | setRateRms_rps (double value) |
model::fields::TimeStamp & | getTimeStamp (void) |
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 = 0x4404 |
static const uint16_t | PV_ALL_FIELDS = 0xFFFF |
static const uint16_t | PV_NO_FIELDS = 0x0 |
static const uint16_t | PV_VELOCITYX = 0x1 |
static const uint16_t | PV_VELOCITYY = 0x2 |
static const uint16_t | PV_VELOCITYZ = 0x4 |
static const uint16_t | PV_VELOCITYRMS = 0x8 |
static const uint16_t | PV_ROLLRATE = 0x10 |
static const uint16_t | PV_PITCHRATE = 0x20 |
static const uint16_t | PV_YAWRATE = 0x40 |
static const uint16_t | PV_RATERMS = 0x80 |
static const uint16_t | PV_TIMESTAMP = 0x100 |
static const double | VELOCITYX_MIN_VALUE = -327.68 |
static const double | VELOCITYX_MAX_VALUE = 327.67 |
static const double | VELOCITYY_MIN_VALUE = -327.68 |
static const double | VELOCITYY_MAX_VALUE = 327.67 |
static const double | VELOCITYZ_MIN_VALUE = -327.68 |
static const double | VELOCITYZ_MAX_VALUE = 327.67 |
static const double | VELOCITYRMS_MIN_VALUE = 0.0 |
static const double | VELOCITYRMS_MAX_VALUE = 100.0 |
static const double | ROLLRATE_MIN_VALUE = -32.768 |
static const double | ROLLRATE_MAX_VALUE = 32.767 |
static const double | PITCHRATE_MIN_VALUE = -32.768 |
static const double | PITCHRATE_MAX_VALUE = 32.767 |
static const double | YAWRATE_MIN_VALUE = -32.768 |
static const double | YAWRATE_MAX_VALUE = 32.767 |
static const double | RATERMS_MIN_VALUE = 0.0 |
static const double | RATERMS_MAX_VALUE = 3.141592653589793 |
Friends | |
OPENJAUS_EXPORT friend std::ostream & | operator<< (std::ostream &output, const ReportVelocityState &object) |
OStream operator for Message object More... | |
OPENJAUS_EXPORT friend std::ostream & | operator<< (std::ostream &output, const ReportVelocityState *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 provide the receiver the linear velocity and rotational rate of the platform
openjaus::mobility::ReportVelocityState::ReportVelocityState | ( | ) |
openjaus::mobility::ReportVelocityState::ReportVelocityState | ( | model::Message * | message | ) |
openjaus::mobility::ReportVelocityState::~ReportVelocityState | ( | ) |
void openjaus::mobility::ReportVelocityState::disablePitchRate | ( | void | ) |
void openjaus::mobility::ReportVelocityState::disableRateRms | ( | void | ) |
void openjaus::mobility::ReportVelocityState::disableRollRate | ( | void | ) |
void openjaus::mobility::ReportVelocityState::disableTimeStamp | ( | void | ) |
void openjaus::mobility::ReportVelocityState::disableVelocityRms | ( | void | ) |
void openjaus::mobility::ReportVelocityState::disableVelocityX | ( | void | ) |
void openjaus::mobility::ReportVelocityState::disableVelocityY | ( | void | ) |
void openjaus::mobility::ReportVelocityState::disableVelocityZ | ( | void | ) |
void openjaus::mobility::ReportVelocityState::disableYawRate | ( | void | ) |
void openjaus::mobility::ReportVelocityState::enablePitchRate | ( | void | ) |
void openjaus::mobility::ReportVelocityState::enableRateRms | ( | void | ) |
void openjaus::mobility::ReportVelocityState::enableRollRate | ( | void | ) |
void openjaus::mobility::ReportVelocityState::enableTimeStamp | ( | void | ) |
void openjaus::mobility::ReportVelocityState::enableVelocityRms | ( | void | ) |
void openjaus::mobility::ReportVelocityState::enableVelocityX | ( | void | ) |
void openjaus::mobility::ReportVelocityState::enableVelocityY | ( | void | ) |
void openjaus::mobility::ReportVelocityState::enableVelocityZ | ( | void | ) |
void openjaus::mobility::ReportVelocityState::enableYawRate | ( | void | ) |
|
virtual |
[in] | src | - The source openjaus::system::Buffer from which this message will be unpacked. |
Reimplemented from openjaus::transport::Wrapper.
double openjaus::mobility::ReportVelocityState::getPitchRate_rps | ( | void | ) |
uint16_t openjaus::mobility::ReportVelocityState::getPresenceVector | ( | void | ) | const |
double openjaus::mobility::ReportVelocityState::getRateRms_rps | ( | void | ) |
double openjaus::mobility::ReportVelocityState::getRollRate_rps | ( | void | ) |
model::fields::TimeStamp & openjaus::mobility::ReportVelocityState::getTimeStamp | ( | void | ) |
double openjaus::mobility::ReportVelocityState::getVelocityRms_mps | ( | void | ) |
double openjaus::mobility::ReportVelocityState::getVelocityX_mps | ( | void | ) |
double openjaus::mobility::ReportVelocityState::getVelocityY_mps | ( | void | ) |
double openjaus::mobility::ReportVelocityState::getVelocityZ_mps | ( | void | ) |
double openjaus::mobility::ReportVelocityState::getYawRate_rps | ( | void | ) |
bool openjaus::mobility::ReportVelocityState::isPitchRateEnabled | ( | void | ) | const |
bool openjaus::mobility::ReportVelocityState::isRateRmsEnabled | ( | void | ) | const |
bool openjaus::mobility::ReportVelocityState::isRollRateEnabled | ( | void | ) | const |
bool openjaus::mobility::ReportVelocityState::isTimeStampEnabled | ( | void | ) | const |
bool openjaus::mobility::ReportVelocityState::isVelocityRmsEnabled | ( | void | ) | const |
bool openjaus::mobility::ReportVelocityState::isVelocityXEnabled | ( | void | ) | const |
bool openjaus::mobility::ReportVelocityState::isVelocityYEnabled | ( | void | ) | const |
bool openjaus::mobility::ReportVelocityState::isVelocityZEnabled | ( | void | ) | const |
bool openjaus::mobility::ReportVelocityState::isYawRateEnabled | ( | void | ) | const |
|
virtual |
Reimplemented from openjaus::model::Message.
bool openjaus::mobility::ReportVelocityState::setPitchRate_rps | ( | double | value | ) |
void openjaus::mobility::ReportVelocityState::setPresenceVector | ( | uint16_t | value | ) |
bool openjaus::mobility::ReportVelocityState::setRateRms_rps | ( | double | value | ) |
bool openjaus::mobility::ReportVelocityState::setRollRate_rps | ( | double | value | ) |
bool openjaus::mobility::ReportVelocityState::setVelocityRms_mps | ( | double | value | ) |
bool openjaus::mobility::ReportVelocityState::setVelocityX_mps | ( | double | value | ) |
bool openjaus::mobility::ReportVelocityState::setVelocityY_mps | ( | double | value | ) |
bool openjaus::mobility::ReportVelocityState::setVelocityZ_mps | ( | double | value | ) |
bool openjaus::mobility::ReportVelocityState::setYawRate_rps | ( | 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::ReportVelocityState::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 |
|
static |
|
private |
|
private |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
private |
|
static |
|
static |
|
private |
|
private |
|
static |
|
static |
|
private |
|
static |
|
static |
|
private |
|
static |
|
static |
|
private |
|
static |
|
static |
|
private |
|
static |
|
static |
|
private |