DUNE: Uniform Navigational Environment
2019.02.1
|
Desired Path.
Public Types |
Public Member Functions | |
DesiredPath (void) | |
DesiredPath * | clone (void) const |
void | clear (void) |
bool | fieldsEqual (const Message &msg__) const |
int | validate (void) const |
uint8_t * | serializeFields (uint8_t *bfr__) const |
uint16_t | deserializeFields (const uint8_t *bfr__, uint16_t size__) |
uint16_t | reverseDeserializeFields (const uint8_t *bfr__, uint16_t size__) |
uint16_t | getId (void) const |
const char * | getName (void) const |
unsigned | getFixedSerializationSize (void) const |
void | fieldsToJSON (std::ostream &os__, unsigned nindent__) const |
Public Member Functions inherited from DUNE::IMC::Message | |
Message (void) | |
virtual | ~Message (void) |
double | setTimeStamp (double ts) |
double | setTimeStamp (void) |
double | getTimeStamp (void) const |
uint16_t | getSource (void) const |
void | setSource (uint16_t src) |
uint8_t | getSourceEntity (void) const |
void | setSourceEntity (uint8_t src_ent) |
uint16_t | getDestination (void) const |
void | setDestination (uint16_t dst) |
uint8_t | getDestinationEntity (void) const |
void | setDestinationEntity (uint8_t dst_ent) |
virtual uint16_t | getSubId (void) const |
virtual void | setSubId (uint16_t subid) |
virtual fp64_t | getValueFP (void) const |
virtual void | setValueFP (fp64_t val) |
unsigned | getSerializationSize (void) const |
unsigned | getPayloadSerializationSize (void) const |
virtual unsigned | getVariableSerializationSize (void) const |
void | toJSON (std::ostream &os) const |
void | toText (std::ostream &os) const |
bool | operator== (const Message &other) const |
bool | operator!= (const Message &other) const |
Static Public Member Functions | |
static uint16_t | getIdStatic (void) |
Public Attributes | |
uint32_t | path_ref |
fp64_t | start_lat |
fp64_t | start_lon |
fp32_t | start_z |
uint8_t | start_z_units |
fp64_t | end_lat |
fp64_t | end_lon |
fp32_t | end_z |
uint8_t | end_z_units |
fp32_t | speed |
uint8_t | speed_units |
fp32_t | lradius |
uint8_t | flags |
Additional Inherited Members | |
Protected Member Functions inherited from DUNE::IMC::Message | |
virtual void | setTimeStampNested (double value) |
virtual void | setSourceNested (uint16_t value) |
virtual void | setSourceEntityNested (uint8_t value) |
virtual void | setDestinationNested (uint16_t value) |
virtual void | setDestinationEntityNested (uint8_t value) |
Protected Attributes inherited from DUNE::IMC::Message | |
Header | m_header |
DUNE::IMC::DesiredPath::DesiredPath | ( | void | ) |
|
virtual |
Reset message's fields.
Implements DUNE::IMC::Message.
References DUNE::IMC::EntityState::flags.
Referenced by DUNE::Maneuvers::Elevate::Elevate().
|
inlinevirtual |
Retrieve a copy of the message.
Implements DUNE::IMC::Message.
References DUNE::IMC::EntityState::clear(), DUNE::IMC::EntityState::deserializeFields(), DUNE::IMC::EntityState::fieldsEqual(), DUNE::IMC::EntityState::reverseDeserializeFields(), DUNE::IMC::EntityState::serializeFields(), and DUNE::IMC::EntityState::validate().
|
virtual |
Deserialize message fields from a packet.
bfr | stream of bytes (packet) |
len | length of the byte stream. |
Implements DUNE::IMC::Message.
References DUNE::IMC::deserialize(), and DUNE::IMC::EntityState::flags.
|
virtual |
Compare fields for equality.
[in] | other | message to compare. |
Reimplemented from DUNE::IMC::Message.
References end_lat, end_lon, end_z, end_z_units, DUNE::IMC::EntityState::flags, flags, lradius, path_ref, speed, speed_units, start_lat, start_lon, start_z, and start_z_units.
|
virtual |
Output the message fields (excluding header) in JSON format.
os | output stream. |
indent_level | number of indentation spaces. |
Reimplemented from DUNE::IMC::Message.
References DUNE::IMC::EntityState::flags, and DUNE::IMC::toJSON().
|
inlinevirtual |
Get the fixed amount of bytes required to properly serialize this message (variable length fields are not included).
Reimplemented from DUNE::IMC::Message.
References DUNE::IMC::EntityState::fieldsToJSON().
|
inlinevirtual |
Retrieve message's identification number.
Implements DUNE::IMC::Message.
References getIdStatic().
|
inlinestatic |
Referenced by getId().
|
inlinevirtual |
|
virtual |
Deserialize message fields from a packet, swapping the byte order.
bfr | stream of bytes (packet) |
len | length of the byte stream. |
Implements DUNE::IMC::Message.
References DUNE::IMC::deserialize(), DUNE::IMC::EntityState::flags, and DUNE::IMC::reverseDeserialize().
|
virtual |
Implements DUNE::IMC::Message.
References DUNE::IMC::EntityState::flags, and DUNE::IMC::serialize().
|
virtual |
Validate the message's contents.
Implements DUNE::IMC::Message.
fp64_t DUNE::IMC::DesiredPath::end_lat |
End Point – WGS84 Latitude.
Referenced by DUNE::Maneuvers::Circular::Circular(), DUNE::Maneuvers::VehicleFormation::consume(), DUNE::Maneuvers::FollowTrajectory::consume(), DUNE::Control::PathController::consume(), DUNE::Maneuvers::FollowTrajectory::desiredPath(), DUNE::Maneuvers::VehicleFormation::desiredPath(), DUNE::Maneuvers::Elevate::Elevate(), fieldsEqual(), DUNE::Maneuvers::FigureEight::FigureEight(), and DUNE::Maneuvers::StationKeep::StationKeep().
fp64_t DUNE::IMC::DesiredPath::end_lon |
End Point – WGS-84 Longitude.
Referenced by DUNE::Maneuvers::Circular::Circular(), DUNE::Maneuvers::VehicleFormation::consume(), DUNE::Maneuvers::FollowTrajectory::consume(), DUNE::Control::PathController::consume(), DUNE::Maneuvers::FollowTrajectory::desiredPath(), DUNE::Maneuvers::VehicleFormation::desiredPath(), DUNE::Maneuvers::Elevate::Elevate(), fieldsEqual(), DUNE::Maneuvers::FigureEight::FigureEight(), and DUNE::Maneuvers::StationKeep::StationKeep().
fp32_t DUNE::IMC::DesiredPath::end_z |
End Point – Z Reference.
Referenced by DUNE::Maneuvers::Circular::Circular(), DUNE::Maneuvers::VehicleFormation::consume(), DUNE::Maneuvers::FollowTrajectory::consume(), DUNE::Control::PathController::consume(), DUNE::Maneuvers::FollowTrajectory::desiredPath(), DUNE::Maneuvers::VehicleFormation::desiredPath(), DUNE::Maneuvers::Elevate::Elevate(), fieldsEqual(), DUNE::Maneuvers::FigureEight::FigureEight(), DUNE::Maneuvers::StationKeep::StationKeep(), and DUNE::Maneuvers::Elevate::update().
uint8_t DUNE::IMC::DesiredPath::end_z_units |
End Point – Z Units.
Referenced by DUNE::Maneuvers::Circular::Circular(), DUNE::Maneuvers::FollowTrajectory::consume(), DUNE::Control::PathController::consume(), DUNE::Maneuvers::FollowTrajectory::desiredPath(), DUNE::Maneuvers::Elevate::Elevate(), fieldsEqual(), DUNE::Maneuvers::FigureEight::FigureEight(), DUNE::Maneuvers::StationKeep::StationKeep(), and DUNE::Maneuvers::Elevate::update().
uint8_t DUNE::IMC::DesiredPath::flags |
Flags.
Referenced by DUNE::Maneuvers::Circular::Circular(), DUNE::Control::PathController::consume(), DUNE::Maneuvers::FollowTrajectory::desiredPath(), DUNE::Maneuvers::VehicleFormation::desiredPath(), fieldsEqual(), DUNE::Maneuvers::FigureEight::FigureEight(), and DUNE::Maneuvers::Elevate::update().
fp32_t DUNE::IMC::DesiredPath::lradius |
Loiter – Radius.
Referenced by DUNE::Maneuvers::Circular::Circular(), DUNE::Control::PathController::consume(), DUNE::Maneuvers::FollowTrajectory::desiredPath(), DUNE::Maneuvers::VehicleFormation::desiredPath(), DUNE::Maneuvers::Elevate::Elevate(), fieldsEqual(), and DUNE::Maneuvers::FigureEight::FigureEight().
uint32_t DUNE::IMC::DesiredPath::path_ref |
Path Reference.
Referenced by DUNE::Control::PathController::consume(), DUNE::Maneuvers::Maneuver::dispatch(), and fieldsEqual().
fp32_t DUNE::IMC::DesiredPath::speed |
Speed.
Referenced by DUNE::Maneuvers::Circular::Circular(), DUNE::Maneuvers::VehicleFormation::consume(), DUNE::Maneuvers::FollowTrajectory::consume(), DUNE::Control::PathController::consume(), DUNE::Maneuvers::FollowTrajectory::desiredSpeed(), DUNE::Maneuvers::VehicleFormation::desiredSpeed(), DUNE::Maneuvers::Elevate::Elevate(), fieldsEqual(), DUNE::Maneuvers::FigureEight::FigureEight(), and DUNE::Maneuvers::StationKeep::StationKeep().
uint8_t DUNE::IMC::DesiredPath::speed_units |
Speed Units.
Referenced by DUNE::Maneuvers::Circular::Circular(), DUNE::Maneuvers::VehicleFormation::consume(), DUNE::Maneuvers::FollowTrajectory::consume(), DUNE::Control::PathController::consume(), DUNE::Maneuvers::FollowTrajectory::desiredSpeed(), DUNE::Maneuvers::VehicleFormation::desiredSpeed(), DUNE::Maneuvers::Elevate::Elevate(), fieldsEqual(), DUNE::Maneuvers::FigureEight::FigureEight(), and DUNE::Maneuvers::StationKeep::StationKeep().
fp64_t DUNE::IMC::DesiredPath::start_lat |
Start Point – Latitude WGS-84.
Referenced by DUNE::Control::PathController::consume(), DUNE::Maneuvers::FollowTrajectory::desiredPath(), DUNE::Maneuvers::VehicleFormation::desiredPath(), fieldsEqual(), and DUNE::Maneuvers::FigureEight::FigureEight().
fp64_t DUNE::IMC::DesiredPath::start_lon |
Start Point – WGS-84 Longitude.
Referenced by DUNE::Control::PathController::consume(), DUNE::Maneuvers::FollowTrajectory::desiredPath(), DUNE::Maneuvers::VehicleFormation::desiredPath(), fieldsEqual(), and DUNE::Maneuvers::FigureEight::FigureEight().
fp32_t DUNE::IMC::DesiredPath::start_z |
Start Point – Z Reference.
Referenced by DUNE::Control::PathController::consume(), DUNE::Maneuvers::FollowTrajectory::desiredPath(), DUNE::Maneuvers::VehicleFormation::desiredPath(), and fieldsEqual().
uint8_t DUNE::IMC::DesiredPath::start_z_units |
Start Point – Z Units.
Referenced by DUNE::Control::PathController::consume(), DUNE::Maneuvers::FollowTrajectory::desiredPath(), and fieldsEqual().