DUNE: Uniform Navigational Environment
2016.03.0
|
Public Types | |
enum | ValidityEnum { DV_INVALID, DV_VALID } |
Public Member Functions | |
Distance (void) | |
Message * | 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 |
unsigned | getVariableSerializationSize (void) const |
fp64_t | getValueFP (void) const |
void | setValueFP (fp64_t val) |
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) |
unsigned | getSerializationSize (void) const |
unsigned | getPayloadSerializationSize (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 | |
uint8_t | validity |
MessageList< DeviceState > | location |
MessageList< BeamConfig > | beam_config |
fp32_t | value |
Protected Member Functions | |
void | setTimeStampNested (double value__) |
void | setSourceNested (uint16_t value__) |
void | setSourceEntityNested (uint8_t value__) |
void | setDestinationNested (uint16_t value__) |
void | setDestinationEntityNested (uint8_t value__) |
Additional Inherited Members | |
Protected Attributes inherited from DUNE::IMC::Message | |
Header | m_header |
DUNE::IMC::Distance::Distance | ( | void | ) |
References beam_config, clear(), location, DUNE::IMC::Message::m_header, and DUNE::IMC::Header::mgid.
Referenced by clone().
|
virtual |
Reset message's fields.
Implements DUNE::IMC::Message.
References beam_config, location, validity, and value.
Referenced by Distance().
|
inlinevirtual |
Retrieve a copy of the message.
Implements DUNE::IMC::Message.
References Distance().
|
virtual |
Deserialize message fields from a packet.
bfr | stream of bytes (packet) |
len | length of the byte stream. |
Implements DUNE::IMC::Message.
References beam_config, DUNE::IMC::deserialize(), location, validity, and value.
|
virtual |
Compare fields for equality.
[in] | other | message to compare. |
Reimplemented from DUNE::IMC::Message.
References beam_config, location, validity, and value.
|
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 beam_config, location, DUNE::IMC::toJSON(), validity, and value.
|
inlinevirtual |
Get the fixed amount of bytes required to properly serialize this message (variable length fields are not included).
Reimplemented from DUNE::IMC::Message.
|
inlinevirtual |
Retrieve message's identification number.
Implements DUNE::IMC::Message.
References getIdStatic().
|
inlinestatic |
Referenced by getId().
|
inlinevirtual |
|
virtual |
Get the field 'value' on messages containing a field with such an abbreviation with floating point type.
Reimplemented from DUNE::IMC::Message.
References value.
|
inlinevirtual |
Get the variable amount of bytes required to properly serialize this message (only the variable fields are included).
Reimplemented from DUNE::IMC::Message.
References beam_config, and location.
|
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 beam_config, DUNE::IMC::deserialize(), location, DUNE::IMC::reverseDeserialize(), validity, and value.
|
virtual |
Implements DUNE::IMC::Message.
References beam_config, location, DUNE::IMC::serialize(), validity, and value.
|
protectedvirtual |
Set the destination entity of nested messages.
[in] | value | destination entity. |
Reimplemented from DUNE::IMC::Message.
References beam_config, and location.
|
protectedvirtual |
Set the destination address of nested messages.
[in] | value | destination address. |
Reimplemented from DUNE::IMC::Message.
References beam_config, and location.
|
protectedvirtual |
Set the source entity of nested messages.
[in] | value | source entity. |
Reimplemented from DUNE::IMC::Message.
References beam_config, and location.
|
protectedvirtual |
Set the source address of nested messages.
[in] | value | source address. |
Reimplemented from DUNE::IMC::Message.
References beam_config, and location.
|
protectedvirtual |
Set the timestamp of nested messages.
[in] | value | timestamp. |
Reimplemented from DUNE::IMC::Message.
References beam_config, and location.
|
virtual |
Set the field 'value' on messages containing a field with such an abbreviation with floating point type.
val | desired value. |
Reimplemented from DUNE::IMC::Message.
References value.
|
virtual |
Validate the message's contents.
Implements DUNE::IMC::Message.
MessageList<BeamConfig> DUNE::IMC::Distance::beam_config |
Beam Configuration.
Referenced by clear(), deserializeFields(), Distance(), fieldsEqual(), fieldsToJSON(), getVariableSerializationSize(), DUNE::Control::SlopeData::onDistance(), reverseDeserializeFields(), serializeFields(), setDestinationEntityNested(), setDestinationNested(), setSourceEntityNested(), setSourceNested(), and setTimeStampNested().
MessageList<DeviceState> DUNE::IMC::Distance::location |
Location.
Referenced by clear(), deserializeFields(), Distance(), fieldsEqual(), fieldsToJSON(), getVariableSerializationSize(), DUNE::Control::SlopeData::onDistance(), reverseDeserializeFields(), serializeFields(), setDestinationEntityNested(), setDestinationNested(), setSourceEntityNested(), setSourceNested(), and setTimeStampNested().
uint8_t DUNE::IMC::Distance::validity |
fp32_t DUNE::IMC::Distance::value |
Measured Distance.
Referenced by clear(), DUNE::Navigation::BasicNavigation::consume(), Control::ROV::RemoteOperation::Task::consume(), deserializeFields(), fieldsEqual(), fieldsToJSON(), Sensors::Imagenex852::Task::filterRange(), Control::ROV::RemoteOperation::Task::forwardControl(), getValueFP(), DUNE::Control::SlopeData::onDistance(), reverseDeserializeFields(), serializeFields(), setValueFP(), and DUNE::Navigation::BeamFilter::updateBeam().