OpenJAUS Software Development Kit  4.3.1
Public Member Functions | Static Public Attributes | Private Attributes | Friends | List of all members
openjaus::mobility::ReportAccelerationState Class Reference

ReportAccelerationState Message Implementation. More...

#include <ReportAccelerationState.h>

Inherits openjaus::model::Message.

Public Member Functions

 ReportAccelerationState ()
 
 ReportAccelerationState (model::Message *message)
 
 ~ReportAccelerationState ()
 
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 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 isAccelerationRmsEnabled (void) const
 
void enableAccelerationRms (void)
 
void disableAccelerationRms (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)
 
bool isRotationalAccelerationRmsEnabled (void) const
 
void enableRotationalAccelerationRms (void)
 
void disableRotationalAccelerationRms (void)
 
bool isTimeStampEnabled (void) const
 
void enableTimeStamp (void)
 
void disableTimeStamp (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 getAccelerationRms_mps2 (void)
 
bool setAccelerationRms_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)
 
double getRotationalAccelerationRms_rps2 (void)
 
bool setRotationalAccelerationRms_rps2 (double value)
 
model::fields::TimeStampgetTimeStamp (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 AddressgetDestination () const
 Accessor to get the value of destination. More...
 
bool setDestination (const Address &destination)
 Accessor to set value of destination. More...
 
system::TransportablegetPayload () const
 Accessor to get the value of payload. More...
 
bool setPayload (system::Transportable *payload)
 Accessor to set value of payload. More...
 
const AddressgetSource () const
 Accessor to get the value of source. More...
 
bool setSource (const Address &source)
 Accessor to set value of source. More...
 
TransportDatagetTransportData () 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 Wrapperclone ()
 
- 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 = 0x4417
 
static const uint16_t PV_ALL_FIELDS = 0xFFFF
 
static const uint16_t PV_NO_FIELDS = 0x0
 
static const uint16_t PV_ACCELERATIONX = 0x1
 
static const uint16_t PV_ACCELERATIONY = 0x2
 
static const uint16_t PV_ACCELERATIONZ = 0x4
 
static const uint16_t PV_ACCELERATIONRMS = 0x8
 
static const uint16_t PV_ROLLACCELERATION = 0x10
 
static const uint16_t PV_PITCHACCELERATION = 0x20
 
static const uint16_t PV_YAWACCELERATION = 0x40
 
static const uint16_t PV_ROTATIONALACCELERATIONRMS = 0x80
 
static const uint16_t PV_TIMESTAMP = 0x100
 
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 ACCELERATIONRMS_MIN_VALUE = 0.0
 
static const double ACCELERATIONRMS_MAX_VALUE = 100.0
 
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
 
static const double ROTATIONALACCELERATIONRMS_MIN_VALUE = 0.0
 
static const double ROTATIONALACCELERATIONRMS_MAX_VALUE = 3.141592653589793
 

Private Attributes

LinearAccelerationScaledInteger accelerationX_mps2
 
LinearAccelerationScaledInteger accelerationY_mps2
 
LinearAccelerationScaledInteger accelerationZ_mps2
 
LinearAccelerationRmsScaledInteger accelerationRms_mps2
 
AngularAccelerationScaledInteger rollAcceleration_rps2
 
AngularAccelerationScaledInteger pitchAcceleration_rps2
 
AngularAccelerationScaledInteger yawAcceleration_rps2
 
AngularAccelerationRmsScaledInteger rotationalAccelerationRms_rps2
 
model::fields::TimeStamp timeStamp
 
uint16_t presenceVector
 

Friends

OPENJAUS_EXPORT friend std::ostream & operator<< (std::ostream &output, const ReportAccelerationState &object)
 OStream operator for Message object More...
 
OPENJAUS_EXPORT friend std::ostream & operator<< (std::ostream &output, const ReportAccelerationState *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::Transportablepayload
 
Address source
 
TransportDatatransportData
 
- Protected Attributes inherited from openjaus::model::Trigger
double triggerTimestamp_sec
 
uint32_t id
 

Detailed Description

This message is used to provide the receiver the rate of change in linear velocity and rotational rate of the platform.

Constructor & Destructor Documentation

§ ReportAccelerationState() [1/2]

openjaus::mobility::ReportAccelerationState::ReportAccelerationState ( )

§ ReportAccelerationState() [2/2]

openjaus::mobility::ReportAccelerationState::ReportAccelerationState ( model::Message message)

§ ~ReportAccelerationState()

openjaus::mobility::ReportAccelerationState::~ReportAccelerationState ( )

Member Function Documentation

§ disableAccelerationRms()

void openjaus::mobility::ReportAccelerationState::disableAccelerationRms ( void  )

§ disableAccelerationX()

void openjaus::mobility::ReportAccelerationState::disableAccelerationX ( void  )

§ disableAccelerationY()

void openjaus::mobility::ReportAccelerationState::disableAccelerationY ( void  )

§ disableAccelerationZ()

void openjaus::mobility::ReportAccelerationState::disableAccelerationZ ( void  )

§ disablePitchAcceleration()

void openjaus::mobility::ReportAccelerationState::disablePitchAcceleration ( void  )

§ disableRollAcceleration()

void openjaus::mobility::ReportAccelerationState::disableRollAcceleration ( void  )

§ disableRotationalAccelerationRms()

void openjaus::mobility::ReportAccelerationState::disableRotationalAccelerationRms ( void  )

§ disableTimeStamp()

void openjaus::mobility::ReportAccelerationState::disableTimeStamp ( void  )

§ disableYawAcceleration()

void openjaus::mobility::ReportAccelerationState::disableYawAcceleration ( void  )

§ enableAccelerationRms()

void openjaus::mobility::ReportAccelerationState::enableAccelerationRms ( void  )

§ enableAccelerationX()

void openjaus::mobility::ReportAccelerationState::enableAccelerationX ( void  )

§ enableAccelerationY()

void openjaus::mobility::ReportAccelerationState::enableAccelerationY ( void  )

§ enableAccelerationZ()

void openjaus::mobility::ReportAccelerationState::enableAccelerationZ ( void  )

§ enablePitchAcceleration()

void openjaus::mobility::ReportAccelerationState::enablePitchAcceleration ( void  )

§ enableRollAcceleration()

void openjaus::mobility::ReportAccelerationState::enableRollAcceleration ( void  )

§ enableRotationalAccelerationRms()

void openjaus::mobility::ReportAccelerationState::enableRotationalAccelerationRms ( void  )

§ enableTimeStamp()

void openjaus::mobility::ReportAccelerationState::enableTimeStamp ( void  )

§ enableYawAcceleration()

void openjaus::mobility::ReportAccelerationState::enableYawAcceleration ( void  )

§ from()

int openjaus::mobility::ReportAccelerationState::from ( system::Buffer src)
virtual
Parameters
[in]src- The source openjaus::system::Buffer from which this message will be unpacked.
Returns
The number of bytes unpacked from the source buffer

Reimplemented from openjaus::transport::Wrapper.

§ getAccelerationRms_mps2()

double openjaus::mobility::ReportAccelerationState::getAccelerationRms_mps2 ( void  )

§ getAccelerationX_mps2()

double openjaus::mobility::ReportAccelerationState::getAccelerationX_mps2 ( void  )

§ getAccelerationY_mps2()

double openjaus::mobility::ReportAccelerationState::getAccelerationY_mps2 ( void  )

§ getAccelerationZ_mps2()

double openjaus::mobility::ReportAccelerationState::getAccelerationZ_mps2 ( void  )

§ getPitchAcceleration_rps2()

double openjaus::mobility::ReportAccelerationState::getPitchAcceleration_rps2 ( void  )

§ getPresenceVector()

uint16_t openjaus::mobility::ReportAccelerationState::getPresenceVector ( void  ) const

§ getRollAcceleration_rps2()

double openjaus::mobility::ReportAccelerationState::getRollAcceleration_rps2 ( void  )

§ getRotationalAccelerationRms_rps2()

double openjaus::mobility::ReportAccelerationState::getRotationalAccelerationRms_rps2 ( void  )

§ getTimeStamp()

model::fields::TimeStamp & openjaus::mobility::ReportAccelerationState::getTimeStamp ( void  )

§ getYawAcceleration_rps2()

double openjaus::mobility::ReportAccelerationState::getYawAcceleration_rps2 ( void  )

§ isAccelerationRmsEnabled()

bool openjaus::mobility::ReportAccelerationState::isAccelerationRmsEnabled ( void  ) const

§ isAccelerationXEnabled()

bool openjaus::mobility::ReportAccelerationState::isAccelerationXEnabled ( void  ) const

§ isAccelerationYEnabled()

bool openjaus::mobility::ReportAccelerationState::isAccelerationYEnabled ( void  ) const

§ isAccelerationZEnabled()

bool openjaus::mobility::ReportAccelerationState::isAccelerationZEnabled ( void  ) const

§ isPitchAccelerationEnabled()

bool openjaus::mobility::ReportAccelerationState::isPitchAccelerationEnabled ( void  ) const

§ isRollAccelerationEnabled()

bool openjaus::mobility::ReportAccelerationState::isRollAccelerationEnabled ( void  ) const

§ isRotationalAccelerationRmsEnabled()

bool openjaus::mobility::ReportAccelerationState::isRotationalAccelerationRmsEnabled ( void  ) const

§ isTimeStampEnabled()

bool openjaus::mobility::ReportAccelerationState::isTimeStampEnabled ( void  ) const

§ isYawAccelerationEnabled()

bool openjaus::mobility::ReportAccelerationState::isYawAccelerationEnabled ( void  ) const

§ length()

int openjaus::mobility::ReportAccelerationState::length ( void  )
virtual
Returns
The number of bytes this message would occupy in a buffer

Reimplemented from openjaus::model::Message.

§ setAccelerationRms_mps2()

bool openjaus::mobility::ReportAccelerationState::setAccelerationRms_mps2 ( double  value)

§ setAccelerationX_mps2()

bool openjaus::mobility::ReportAccelerationState::setAccelerationX_mps2 ( double  value)

§ setAccelerationY_mps2()

bool openjaus::mobility::ReportAccelerationState::setAccelerationY_mps2 ( double  value)

§ setAccelerationZ_mps2()

bool openjaus::mobility::ReportAccelerationState::setAccelerationZ_mps2 ( double  value)

§ setPitchAcceleration_rps2()

bool openjaus::mobility::ReportAccelerationState::setPitchAcceleration_rps2 ( double  value)

§ setPresenceVector()

void openjaus::mobility::ReportAccelerationState::setPresenceVector ( uint16_t  value)

§ setRollAcceleration_rps2()

bool openjaus::mobility::ReportAccelerationState::setRollAcceleration_rps2 ( double  value)

§ setRotationalAccelerationRms_rps2()

bool openjaus::mobility::ReportAccelerationState::setRotationalAccelerationRms_rps2 ( double  value)

§ setYawAcceleration_rps2()

bool openjaus::mobility::ReportAccelerationState::setYawAcceleration_rps2 ( double  value)

§ to()

int openjaus::mobility::ReportAccelerationState::to ( system::Buffer dst)
virtual
Parameters
[out]dst- The destination openjaus::system::Buffer to which this message will be packed.
Returns
The number of bytes packed into the destination buffer

Reimplemented from openjaus::transport::Wrapper.

§ toString()

std::string openjaus::mobility::ReportAccelerationState::toString ( ) const
virtual
Returns
The string

Reimplemented from openjaus::model::Message.

§ toXml()

std::string openjaus::mobility::ReportAccelerationState::toXml ( unsigned char  ojIndentLevel = 0) const
Parameters
[in]ojIndentLevel- Used to determine how many tabs are inserted per line for pretty formating.
Returns
The serialized XML string

Friends And Related Function Documentation

§ operator<< [1/2]

OPENJAUS_EXPORT friend std::ostream& operator<< ( std::ostream &  output,
const ReportAccelerationState object 
)
friend

§ operator<< [2/2]

OPENJAUS_EXPORT friend std::ostream& operator<< ( std::ostream &  output,
const ReportAccelerationState object 
)
friend

Member Data Documentation

§ ACCELERATIONRMS_MAX_VALUE

const double openjaus::mobility::ReportAccelerationState::ACCELERATIONRMS_MAX_VALUE = 100.0
static

§ ACCELERATIONRMS_MIN_VALUE

const double openjaus::mobility::ReportAccelerationState::ACCELERATIONRMS_MIN_VALUE = 0.0
static

§ accelerationRms_mps2

LinearAccelerationRmsScaledInteger openjaus::mobility::ReportAccelerationState::accelerationRms_mps2
private

§ ACCELERATIONX_MAX_VALUE

const double openjaus::mobility::ReportAccelerationState::ACCELERATIONX_MAX_VALUE = 1310.68
static

§ ACCELERATIONX_MIN_VALUE

const double openjaus::mobility::ReportAccelerationState::ACCELERATIONX_MIN_VALUE = -1310.68
static

§ accelerationX_mps2

LinearAccelerationScaledInteger openjaus::mobility::ReportAccelerationState::accelerationX_mps2
private

§ ACCELERATIONY_MAX_VALUE

const double openjaus::mobility::ReportAccelerationState::ACCELERATIONY_MAX_VALUE = 1310.68
static

§ ACCELERATIONY_MIN_VALUE

const double openjaus::mobility::ReportAccelerationState::ACCELERATIONY_MIN_VALUE = -1310.68
static

§ accelerationY_mps2

LinearAccelerationScaledInteger openjaus::mobility::ReportAccelerationState::accelerationY_mps2
private

§ ACCELERATIONZ_MAX_VALUE

const double openjaus::mobility::ReportAccelerationState::ACCELERATIONZ_MAX_VALUE = 1310.68
static

§ ACCELERATIONZ_MIN_VALUE

const double openjaus::mobility::ReportAccelerationState::ACCELERATIONZ_MIN_VALUE = -1310.68
static

§ accelerationZ_mps2

LinearAccelerationScaledInteger openjaus::mobility::ReportAccelerationState::accelerationZ_mps2
private

§ ID

const uint16_t openjaus::mobility::ReportAccelerationState::ID = 0x4417
static

§ PITCHACCELERATION_MAX_VALUE

const double openjaus::mobility::ReportAccelerationState::PITCHACCELERATION_MAX_VALUE = 13106.8
static

§ PITCHACCELERATION_MIN_VALUE

const double openjaus::mobility::ReportAccelerationState::PITCHACCELERATION_MIN_VALUE = -13106.8
static

§ pitchAcceleration_rps2

AngularAccelerationScaledInteger openjaus::mobility::ReportAccelerationState::pitchAcceleration_rps2
private

§ presenceVector

uint16_t openjaus::mobility::ReportAccelerationState::presenceVector
private

§ PV_ACCELERATIONRMS

const uint16_t openjaus::mobility::ReportAccelerationState::PV_ACCELERATIONRMS = 0x8
static

§ PV_ACCELERATIONX

const uint16_t openjaus::mobility::ReportAccelerationState::PV_ACCELERATIONX = 0x1
static

§ PV_ACCELERATIONY

const uint16_t openjaus::mobility::ReportAccelerationState::PV_ACCELERATIONY = 0x2
static

§ PV_ACCELERATIONZ

const uint16_t openjaus::mobility::ReportAccelerationState::PV_ACCELERATIONZ = 0x4
static

§ PV_ALL_FIELDS

const uint16_t openjaus::mobility::ReportAccelerationState::PV_ALL_FIELDS = 0xFFFF
static

§ PV_NO_FIELDS

const uint16_t openjaus::mobility::ReportAccelerationState::PV_NO_FIELDS = 0x0
static

§ PV_PITCHACCELERATION

const uint16_t openjaus::mobility::ReportAccelerationState::PV_PITCHACCELERATION = 0x20
static

§ PV_ROLLACCELERATION

const uint16_t openjaus::mobility::ReportAccelerationState::PV_ROLLACCELERATION = 0x10
static

§ PV_ROTATIONALACCELERATIONRMS

const uint16_t openjaus::mobility::ReportAccelerationState::PV_ROTATIONALACCELERATIONRMS = 0x80
static

§ PV_TIMESTAMP

const uint16_t openjaus::mobility::ReportAccelerationState::PV_TIMESTAMP = 0x100
static

§ PV_YAWACCELERATION

const uint16_t openjaus::mobility::ReportAccelerationState::PV_YAWACCELERATION = 0x40
static

§ ROLLACCELERATION_MAX_VALUE

const double openjaus::mobility::ReportAccelerationState::ROLLACCELERATION_MAX_VALUE = 13106.8
static

§ ROLLACCELERATION_MIN_VALUE

const double openjaus::mobility::ReportAccelerationState::ROLLACCELERATION_MIN_VALUE = -13106.8
static

§ rollAcceleration_rps2

AngularAccelerationScaledInteger openjaus::mobility::ReportAccelerationState::rollAcceleration_rps2
private

§ ROTATIONALACCELERATIONRMS_MAX_VALUE

const double openjaus::mobility::ReportAccelerationState::ROTATIONALACCELERATIONRMS_MAX_VALUE = 3.141592653589793
static

§ ROTATIONALACCELERATIONRMS_MIN_VALUE

const double openjaus::mobility::ReportAccelerationState::ROTATIONALACCELERATIONRMS_MIN_VALUE = 0.0
static

§ rotationalAccelerationRms_rps2

AngularAccelerationRmsScaledInteger openjaus::mobility::ReportAccelerationState::rotationalAccelerationRms_rps2
private

§ timeStamp

model::fields::TimeStamp openjaus::mobility::ReportAccelerationState::timeStamp
private

§ YAWACCELERATION_MAX_VALUE

const double openjaus::mobility::ReportAccelerationState::YAWACCELERATION_MAX_VALUE = 13106.8
static

§ YAWACCELERATION_MIN_VALUE

const double openjaus::mobility::ReportAccelerationState::YAWACCELERATION_MIN_VALUE = -13106.8
static

§ yawAcceleration_rps2

AngularAccelerationScaledInteger openjaus::mobility::ReportAccelerationState::yawAcceleration_rps2
private

The documentation for this class was generated from the following files: