OpenJAUS SAE SDK
6.0.0
|
#include <PlatformInertialRecord.h>
Inherits openjaus::model::fields::Record.
Static Public Attributes | |
static const uint8_t | PV_NO_FIELDS = 0x0 |
static const uint8_t | PV_MAXIMUMFORWARDSPEED = 0x1 |
static const uint8_t | PV_MAXIMUMREVERSESPEED = 0x2 |
static const uint8_t | PV_MAXIMUMROTATIONALSPEED = 0x4 |
static const uint8_t | PV_MAXIMUMFORWARDACCELERATION = 0x8 |
static const uint8_t | PV_MAXIMUMREVERSEACCELERATION = 0x10 |
static const uint8_t | PV_MAXIMUMFORWARDDECELERATION = 0x20 |
static const uint8_t | PV_MAXIMUMREVERSEDECELERATION = 0x40 |
static const uint8_t | PV_ALL_FIELDS = PV_NO_FIELDS | PV_MAXIMUMFORWARDSPEED | PV_MAXIMUMREVERSESPEED | PV_MAXIMUMROTATIONALSPEED | PV_MAXIMUMFORWARDACCELERATION | PV_MAXIMUMREVERSEACCELERATION | PV_MAXIMUMFORWARDDECELERATION | PV_MAXIMUMREVERSEDECELERATION |
Protected Attributes | |
ForwardSpeedScaledInteger | maximumForwardSpeed_mps |
ForwardSpeedScaledInteger | maximumReverseSpeed_mps |
MaximumRotationalSpeedScaledInteger | maximumRotationalSpeed_rps |
AccelerationScaledInteger | maximumForwardAcceleration_mps2 |
AccelerationScaledInteger | maximumReverseAcceleration_mps2 |
AccelerationScaledInteger | maximumForwardDeceleration_mps2 |
AccelerationScaledInteger | maximumReverseDeceleration_mps2 |
uint8_t | presenceVector |
Protected Attributes inherited from openjaus::model::fields::Record | |
std::vector< Field *> | fields |
Protected Attributes inherited from openjaus::model::fields::Field | |
std::string | name |
openjaus::ugv_v1_0::PlatformInertialRecord::PlatformInertialRecord | ( | ) |
openjaus::ugv_v1_0::PlatformInertialRecord::PlatformInertialRecord | ( | const PlatformInertialRecord & | source | ) |
openjaus::ugv_v1_0::PlatformInertialRecord::~PlatformInertialRecord | ( | ) |
void openjaus::ugv_v1_0::PlatformInertialRecord::copy | ( | PlatformInertialRecord & | source | ) |
void openjaus::ugv_v1_0::PlatformInertialRecord::disableMaximumForwardAcceleration | ( | void | ) |
void openjaus::ugv_v1_0::PlatformInertialRecord::disableMaximumForwardDeceleration | ( | void | ) |
void openjaus::ugv_v1_0::PlatformInertialRecord::disableMaximumForwardSpeed | ( | void | ) |
void openjaus::ugv_v1_0::PlatformInertialRecord::disableMaximumReverseAcceleration | ( | void | ) |
void openjaus::ugv_v1_0::PlatformInertialRecord::disableMaximumReverseDeceleration | ( | void | ) |
void openjaus::ugv_v1_0::PlatformInertialRecord::disableMaximumReverseSpeed | ( | void | ) |
void openjaus::ugv_v1_0::PlatformInertialRecord::disableMaximumRotationalSpeed | ( | void | ) |
void openjaus::ugv_v1_0::PlatformInertialRecord::enableMaximumForwardAcceleration | ( | void | ) |
void openjaus::ugv_v1_0::PlatformInertialRecord::enableMaximumForwardDeceleration | ( | void | ) |
void openjaus::ugv_v1_0::PlatformInertialRecord::enableMaximumForwardSpeed | ( | void | ) |
void openjaus::ugv_v1_0::PlatformInertialRecord::enableMaximumReverseAcceleration | ( | void | ) |
void openjaus::ugv_v1_0::PlatformInertialRecord::enableMaximumReverseDeceleration | ( | void | ) |
void openjaus::ugv_v1_0::PlatformInertialRecord::enableMaximumReverseSpeed | ( | void | ) |
void openjaus::ugv_v1_0::PlatformInertialRecord::enableMaximumRotationalSpeed | ( | void | ) |
|
virtual |
Deserializes the contents the Buffer connected to the provided BufferReader into this object. The BufferReader position will be advanced inside this method such that calling from() again will attempt to read the next Transportable object from the Buffer.
src |
Reimplemented from openjaus::model::fields::Record.
double openjaus::ugv_v1_0::PlatformInertialRecord::getMaximumForwardAcceleration_mps2 | ( | void | ) |
double openjaus::ugv_v1_0::PlatformInertialRecord::getMaximumForwardDeceleration_mps2 | ( | void | ) |
double openjaus::ugv_v1_0::PlatformInertialRecord::getMaximumForwardSpeed_mps | ( | void | ) |
double openjaus::ugv_v1_0::PlatformInertialRecord::getMaximumReverseAcceleration_mps2 | ( | void | ) |
double openjaus::ugv_v1_0::PlatformInertialRecord::getMaximumReverseDeceleration_mps2 | ( | void | ) |
double openjaus::ugv_v1_0::PlatformInertialRecord::getMaximumReverseSpeed_mps | ( | void | ) |
double openjaus::ugv_v1_0::PlatformInertialRecord::getMaximumRotationalSpeed_rps | ( | void | ) |
uint8_t openjaus::ugv_v1_0::PlatformInertialRecord::getPresenceVector | ( | void | ) | const |
bool openjaus::ugv_v1_0::PlatformInertialRecord::isMaximumForwardAccelerationEnabled | ( | void | ) | const |
bool openjaus::ugv_v1_0::PlatformInertialRecord::isMaximumForwardDecelerationEnabled | ( | void | ) | const |
bool openjaus::ugv_v1_0::PlatformInertialRecord::isMaximumForwardSpeedEnabled | ( | void | ) | const |
bool openjaus::ugv_v1_0::PlatformInertialRecord::isMaximumReverseAccelerationEnabled | ( | void | ) | const |
bool openjaus::ugv_v1_0::PlatformInertialRecord::isMaximumReverseDecelerationEnabled | ( | void | ) | const |
bool openjaus::ugv_v1_0::PlatformInertialRecord::isMaximumReverseSpeedEnabled | ( | void | ) | const |
bool openjaus::ugv_v1_0::PlatformInertialRecord::isMaximumRotationalSpeedEnabled | ( | void | ) | const |
|
virtual |
Reimplemented from openjaus::model::fields::Record.
bool openjaus::ugv_v1_0::PlatformInertialRecord::setMaximumForwardAcceleration_mps2 | ( | double | value | ) |
bool openjaus::ugv_v1_0::PlatformInertialRecord::setMaximumForwardDeceleration_mps2 | ( | double | value | ) |
bool openjaus::ugv_v1_0::PlatformInertialRecord::setMaximumForwardSpeed_mps | ( | double | value | ) |
bool openjaus::ugv_v1_0::PlatformInertialRecord::setMaximumReverseAcceleration_mps2 | ( | double | value | ) |
bool openjaus::ugv_v1_0::PlatformInertialRecord::setMaximumReverseDeceleration_mps2 | ( | double | value | ) |
bool openjaus::ugv_v1_0::PlatformInertialRecord::setMaximumReverseSpeed_mps | ( | double | value | ) |
bool openjaus::ugv_v1_0::PlatformInertialRecord::setMaximumRotationalSpeed_rps | ( | double | value | ) |
void openjaus::ugv_v1_0::PlatformInertialRecord::setPresenceVector | ( | uint8_t | value | ) |
|
virtual |
Serializes the contents of this object into the Buffer connected to the provided BufferWriter. The BufferWriter position will be advanced inside this method such that calling to() again will write the Transportable object into the Buffer a second time.
dst |
Reimplemented from openjaus::model::fields::Record.
std::string openjaus::ugv_v1_0::PlatformInertialRecord::toXml | ( | unsigned char | ojIndentLevel = 0 | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |