|
Goby3 3.3.0
2025.07.10
|
#include <goby/acomms/protobuf/modem_message.pb.h>
Public Types | |
| enum | : int { kFrameFieldNumber = 14 , kAckedFrameFieldNumber = 20 , kTimeFieldNumber = 3 , kRateFieldNumber = 6 , kMaxFrameBytesFieldNumber = 12 , kFrameStartFieldNumber = 15 , kUniqueIdFieldNumber = 31 , kAlwaysInitiateFieldNumber = 32 , kSlotIndexFieldNumber = 33 , kSrcFieldNumber = 1 , kDestFieldNumber = 2 , kTimeSourceFieldNumber = 5 , kTypeFieldNumber = 7 , kMaxNumFramesFieldNumber = 11 , kAckRequestedFieldNumber = 13 , kSlotSecondsFieldNumber = 30 } |
| typedef ModemTransmission_TimeSource | TimeSource |
| typedef ModemTransmission_TransmissionType | TransmissionType |
| typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type | time_dimension |
| typedef boost::units::make_scaled_unit< boost::units::unit< time_dimension, boost::units::si::system >, boost::units::scale< 10, boost::units::static_rational<-6 > > >::type | time_unit |
| typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type | slot_seconds_dimension |
| typedef boost::units::unit< slot_seconds_dimension, boost::units::si::system > | slot_seconds_unit |
Public Member Functions | |
| ModemTransmission () | |
| ~ModemTransmission () override | |
| PROTOBUF_CONSTEXPR | ModemTransmission (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
| ModemTransmission (const ModemTransmission &from) | |
| ModemTransmission (ModemTransmission &&from) noexcept | |
| ModemTransmission & | operator= (const ModemTransmission &from) |
| ModemTransmission & | operator= (ModemTransmission &&from) noexcept |
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (ModemTransmission *other) |
| void | UnsafeArenaSwap (ModemTransmission *other) |
| ModemTransmission * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
| void | CopyFrom (const ModemTransmission &from) |
| void | MergeFrom (const ModemTransmission &from) |
| PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
| bool | IsInitialized () const final |
| size_t | ByteSizeLong () const final |
| const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
| uint8_t * | _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
| int | GetCachedSize () const final |
| const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
| ::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
| int | frame_size () const |
| void | clear_frame () |
| const std::string & | frame (int index) const |
| std::string * | mutable_frame (int index) |
| void | set_frame (int index, const std::string &value) |
| void | set_frame (int index, std::string &&value) |
| void | set_frame (int index, const char *value) |
| void | set_frame (int index, const void *value, size_t size) |
| std::string * | add_frame () |
| void | add_frame (const std::string &value) |
| void | add_frame (std::string &&value) |
| void | add_frame (const char *value) |
| void | add_frame (const void *value, size_t size) |
| const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & | frame () const |
| ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * | mutable_frame () |
| int | acked_frame_size () const |
| void | clear_acked_frame () |
| int32_t | acked_frame (int index) const |
| void | set_acked_frame (int index, int32_t value) |
| void | add_acked_frame (int32_t value) |
| const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > & | acked_frame () const |
| ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > * | mutable_acked_frame () |
| bool | has_time () const |
| void | clear_time () |
| uint64_t | time () const |
| void | set_time (uint64_t value) |
| bool | has_rate () const |
| void | clear_rate () |
| int32_t | rate () const |
| void | set_rate (int32_t value) |
| bool | has_max_frame_bytes () const |
| void | clear_max_frame_bytes () |
| uint32_t | max_frame_bytes () const |
| void | set_max_frame_bytes (uint32_t value) |
| bool | has_frame_start () const |
| void | clear_frame_start () |
| uint32_t | frame_start () const |
| void | set_frame_start (uint32_t value) |
| bool | has_unique_id () const |
| void | clear_unique_id () |
| uint32_t | unique_id () const |
| void | set_unique_id (uint32_t value) |
| bool | has_always_initiate () const |
| void | clear_always_initiate () |
| bool | always_initiate () const |
| void | set_always_initiate (bool value) |
| bool | has_slot_index () const |
| void | clear_slot_index () |
| int32_t | slot_index () const |
| void | set_slot_index (int32_t value) |
| bool | has_src () const |
| void | clear_src () |
| int32_t | src () const |
| void | set_src (int32_t value) |
| bool | has_dest () const |
| void | clear_dest () |
| int32_t | dest () const |
| void | set_dest (int32_t value) |
| bool | has_time_source () const |
| void | clear_time_source () |
| ::goby::acomms::protobuf::ModemTransmission_TimeSource | time_source () const |
| void | set_time_source (::goby::acomms::protobuf::ModemTransmission_TimeSource value) |
| bool | has_type () const |
| void | clear_type () |
| ::goby::acomms::protobuf::ModemTransmission_TransmissionType | type () const |
| void | set_type (::goby::acomms::protobuf::ModemTransmission_TransmissionType value) |
| bool | has_max_num_frames () const |
| void | clear_max_num_frames () |
| uint32_t | max_num_frames () const |
| void | set_max_num_frames (uint32_t value) |
| bool | has_ack_requested () const |
| void | clear_ack_requested () |
| bool | ack_requested () const |
| void | set_ack_requested (bool value) |
| bool | has_slot_seconds () const |
| void | clear_slot_seconds () |
| double | slot_seconds () const |
| void | set_slot_seconds (double value) |
| template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
| bool | HasExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ModemTransmission, _proto_TypeTraits, _field_type, _is_packed > &id) const |
| template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
| void | ClearExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ModemTransmission, _proto_TypeTraits, _field_type, _is_packed > &id) |
| template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
| int | ExtensionSize (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ModemTransmission, _proto_TypeTraits, _field_type, _is_packed > &id) const |
| template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
| _proto_TypeTraits::Singular::ConstType | GetExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ModemTransmission, _proto_TypeTraits, _field_type, _is_packed > &id) const |
| template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
| _proto_TypeTraits::Singular::MutableType | MutableExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ModemTransmission, _proto_TypeTraits, _field_type, _is_packed > &id) |
| template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
| void | SetExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ModemTransmission, _proto_TypeTraits, _field_type, _is_packed > &id, typename _proto_TypeTraits::Singular::ConstType value) |
| template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
| void | SetAllocatedExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ModemTransmission, _proto_TypeTraits, _field_type, _is_packed > &id, typename _proto_TypeTraits::Singular::MutableType value) |
| template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
| void | UnsafeArenaSetAllocatedExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ModemTransmission, _proto_TypeTraits, _field_type, _is_packed > &id, typename _proto_TypeTraits::Singular::MutableType value) |
| template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
| PROTOBUF_NODISCARD _proto_TypeTraits::Singular::MutableType | ReleaseExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ModemTransmission, _proto_TypeTraits, _field_type, _is_packed > &id) |
| template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
| _proto_TypeTraits::Singular::MutableType | UnsafeArenaReleaseExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ModemTransmission, _proto_TypeTraits, _field_type, _is_packed > &id) |
| template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
| _proto_TypeTraits::Repeated::ConstType | GetExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ModemTransmission, _proto_TypeTraits, _field_type, _is_packed > &id, int index) const |
| template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
| _proto_TypeTraits::Repeated::MutableType | MutableExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ModemTransmission, _proto_TypeTraits, _field_type, _is_packed > &id, int index) |
| template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
| void | SetExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ModemTransmission, _proto_TypeTraits, _field_type, _is_packed > &id, int index, typename _proto_TypeTraits::Repeated::ConstType value) |
| template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
| _proto_TypeTraits::Repeated::MutableType | AddExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ModemTransmission, _proto_TypeTraits, _field_type, _is_packed > &id) |
| template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
| void | AddExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ModemTransmission, _proto_TypeTraits, _field_type, _is_packed > &id, typename _proto_TypeTraits::Repeated::ConstType value) |
| template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
| const _proto_TypeTraits::Repeated::RepeatedFieldType & | GetRepeatedExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ModemTransmission, _proto_TypeTraits, _field_type, _is_packed > &id) const |
| template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
| _proto_TypeTraits::Repeated::RepeatedFieldType * | MutableRepeatedExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ModemTransmission, _proto_TypeTraits, _field_type, _is_packed > &id) |
| template<typename Quantity > | |
| void | set_time_with_units (Quantity value_w_units) |
| template<typename Quantity > | |
| Quantity | time_with_units () const |
| boost::units::quantity< time_unit, google::protobuf::uint64 > | time_with_units () const |
| template<typename Quantity > | |
| void | set_slot_seconds_with_units (Quantity value_w_units) |
| template<typename Quantity > | |
| Quantity | slot_seconds_with_units () const |
| boost::units::quantity< slot_seconds_unit, double > | slot_seconds_with_units () const |
Static Public Member Functions | |
| static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
| static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
| static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
| static const ModemTransmission & | default_instance () |
| static const ModemTransmission * | internal_default_instance () |
| static bool | TimeSource_IsValid (int value) |
| static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | TimeSource_descriptor () |
| template<typename T > | |
| static const std::string & | TimeSource_Name (T enum_t_value) |
| static bool | TimeSource_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, TimeSource *value) |
| static bool | TransmissionType_IsValid (int value) |
| static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | TransmissionType_descriptor () |
| template<typename T > | |
| static const std::string & | TransmissionType_Name (T enum_t_value) |
| static bool | TransmissionType_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, TransmissionType *value) |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
| static const ClassData | _class_data_ |
| static constexpr TimeSource | MODEM_TIME |
| static constexpr TimeSource | GOBY_TIME |
| static constexpr TimeSource | TimeSource_MIN |
| static constexpr TimeSource | TimeSource_MAX |
| static constexpr int | TimeSource_ARRAYSIZE |
| static constexpr TransmissionType | DATA |
| static constexpr TransmissionType | ACK |
| static constexpr TransmissionType | DRIVER_SPECIFIC |
| static constexpr TransmissionType | TransmissionType_MIN |
| static constexpr TransmissionType | TransmissionType_MAX |
| static constexpr int | TransmissionType_ARRAYSIZE |
Protected Member Functions | |
| ModemTransmission (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Friends | |
| class | ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata |
| template<typename T > | |
| class | ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper |
| struct | ::TableStruct_goby_2facomms_2fprotobuf_2fmodem_5fmessage_2eproto |
| void | swap (ModemTransmission &a, ModemTransmission &b) |
Definition at line 179 of file modem_message.pb.h.
| typedef boost::units::derived_dimension<boost::units::time_base_dimension,1>::type goby::acomms::protobuf::ModemTransmission::slot_seconds_dimension |
Definition at line 819 of file modem_message.pb.h.
| typedef boost::units::unit<slot_seconds_dimension,boost::units::si::system> goby::acomms::protobuf::ModemTransmission::slot_seconds_unit |
Definition at line 821 of file modem_message.pb.h.
| typedef boost::units::derived_dimension<boost::units::time_base_dimension,1>::type goby::acomms::protobuf::ModemTransmission::time_dimension |
Definition at line 804 of file modem_message.pb.h.
| typedef boost::units::make_scaled_unit<boost::units::unit<time_dimension,boost::units::si::system>,boost::units::scale<10,boost::units::static_rational<-6>>>::type goby::acomms::protobuf::ModemTransmission::time_unit |
Definition at line 806 of file modem_message.pb.h.
Definition at line 304 of file modem_message.pb.h.
| typedef ModemTransmission_TransmissionType goby::acomms::protobuf::ModemTransmission::TransmissionType |
Definition at line 334 of file modem_message.pb.h.
| anonymous enum : int |
Definition at line 368 of file modem_message.pb.h.
|
inline |
Definition at line 182 of file modem_message.pb.h.
|
override |
|
explicit |
| goby::acomms::protobuf::ModemTransmission::ModemTransmission | ( | const ModemTransmission & | from | ) |
|
inlinenoexcept |
Definition at line 187 of file modem_message.pb.h.
|
explicitprotected |
|
final |
|
final |
|
inline |
Definition at line 1783 of file modem_message.pb.h.
|
inline |
Definition at line 1932 of file modem_message.pb.h.
|
inline |
Definition at line 1912 of file modem_message.pb.h.
|
inline |
Definition at line 1903 of file modem_message.pb.h.
|
inline |
Definition at line 1923 of file modem_message.pb.h.
|
inline |
Definition at line 1806 of file modem_message.pb.h.
|
inline |
Definition at line 1851 of file modem_message.pb.h.
|
inline |
Definition at line 1843 of file modem_message.pb.h.
|
inline |
Definition at line 1856 of file modem_message.pb.h.
|
inline |
Definition at line 1847 of file modem_message.pb.h.
|
inline |
Definition at line 760 of file modem_message.pb.h.
|
inline |
Definition at line 772 of file modem_message.pb.h.
|
inline |
Definition at line 2017 of file modem_message.pb.h.
|
final |
|
final |
|
inline |
Definition at line 1776 of file modem_message.pb.h.
|
inline |
Definition at line 1906 of file modem_message.pb.h.
|
inline |
Definition at line 2010 of file modem_message.pb.h.
|
inline |
Definition at line 1578 of file modem_message.pb.h.
|
inline |
Definition at line 1803 of file modem_message.pb.h.
|
inline |
Definition at line 1879 of file modem_message.pb.h.
|
inline |
Definition at line 1748 of file modem_message.pb.h.
|
inline |
Definition at line 1720 of file modem_message.pb.h.
|
inline |
Definition at line 1663 of file modem_message.pb.h.
|
inline |
Definition at line 2038 of file modem_message.pb.h.
|
inline |
Definition at line 1954 of file modem_message.pb.h.
|
inline |
Definition at line 1550 of file modem_message.pb.h.
|
inline |
Definition at line 1606 of file modem_message.pb.h.
|
inline |
Definition at line 1634 of file modem_message.pb.h.
|
inline |
Definition at line 1691 of file modem_message.pb.h.
|
inline |
Definition at line 1982 of file modem_message.pb.h.
|
inline |
Definition at line 628 of file modem_message.pb.h.
| void goby::acomms::protobuf::ModemTransmission::CopyFrom | ( | const ModemTransmission & | from | ) |
|
inlinestatic |
Definition at line 226 of file modem_message.pb.h.
|
inlinestatic |
Definition at line 217 of file modem_message.pb.h.
|
inline |
Definition at line 1585 of file modem_message.pb.h.
|
inline |
Definition at line 638 of file modem_message.pb.h.
|
inline |
Definition at line 1861 of file modem_message.pb.h.
|
inline |
Definition at line 1814 of file modem_message.pb.h.
|
inline |
Definition at line 1800 of file modem_message.pb.h.
|
inline |
Definition at line 1886 of file modem_message.pb.h.
|
inlinefinal |
Definition at line 279 of file modem_message.pb.h.
|
final |
|
inlinestatic |
Definition at line 220 of file modem_message.pb.h.
|
inline |
Definition at line 648 of file modem_message.pb.h.
|
inline |
Definition at line 727 of file modem_message.pb.h.
|
final |
|
inlinestatic |
Definition at line 223 of file modem_message.pb.h.
|
inline |
Definition at line 785 of file modem_message.pb.h.
|
inline |
Definition at line 1773 of file modem_message.pb.h.
|
inline |
Definition at line 2007 of file modem_message.pb.h.
|
inline |
Definition at line 1575 of file modem_message.pb.h.
|
inline |
Definition at line 1876 of file modem_message.pb.h.
|
inline |
Definition at line 1745 of file modem_message.pb.h.
|
inline |
Definition at line 1717 of file modem_message.pb.h.
|
inline |
Definition at line 1660 of file modem_message.pb.h.
|
inline |
Definition at line 2035 of file modem_message.pb.h.
|
inline |
Definition at line 1951 of file modem_message.pb.h.
|
inline |
Definition at line 1547 of file modem_message.pb.h.
|
inline |
Definition at line 1603 of file modem_message.pb.h.
|
inline |
Definition at line 1631 of file modem_message.pb.h.
|
inline |
Definition at line 1688 of file modem_message.pb.h.
|
inline |
Definition at line 1979 of file modem_message.pb.h.
|
inline |
Definition at line 618 of file modem_message.pb.h.
|
inlinestatic |
Definition at line 229 of file modem_message.pb.h.
|
final |
|
inline |
Definition at line 1755 of file modem_message.pb.h.
|
inline |
Definition at line 1727 of file modem_message.pb.h.
|
inline |
Definition at line 266 of file modem_message.pb.h.
|
inline |
Definition at line 1941 of file modem_message.pb.h.
|
inline |
Definition at line 1866 of file modem_message.pb.h.
|
inline |
Definition at line 1818 of file modem_message.pb.h.
|
inline |
Definition at line 213 of file modem_message.pb.h.
|
inline |
Definition at line 659 of file modem_message.pb.h.
|
inline |
Definition at line 738 of file modem_message.pb.h.
|
inline |
Definition at line 796 of file modem_message.pb.h.
|
inlinefinal |
Definition at line 260 of file modem_message.pb.h.
|
inline |
Definition at line 192 of file modem_message.pb.h.
|
inlinenoexcept |
Definition at line 196 of file modem_message.pb.h.
|
inline |
Definition at line 1670 of file modem_message.pb.h.
|
inline |
Definition at line 705 of file modem_message.pb.h.
|
inline |
Definition at line 1791 of file modem_message.pb.h.
|
inline |
Definition at line 1916 of file modem_message.pb.h.
|
inline |
Definition at line 2025 of file modem_message.pb.h.
|
inline |
Definition at line 1593 of file modem_message.pb.h.
|
inline |
Definition at line 1830 of file modem_message.pb.h.
|
inline |
Definition at line 1822 of file modem_message.pb.h.
|
inline |
Definition at line 1835 of file modem_message.pb.h.
|
inline |
Definition at line 1826 of file modem_message.pb.h.
|
inline |
Definition at line 1894 of file modem_message.pb.h.
|
inline |
Definition at line 1763 of file modem_message.pb.h.
|
inline |
Definition at line 1735 of file modem_message.pb.h.
|
inline |
Definition at line 1678 of file modem_message.pb.h.
|
inline |
Definition at line 2053 of file modem_message.pb.h.
|
inline |
Definition at line 1969 of file modem_message.pb.h.
|
inline |
Definition at line 824 of file modem_message.pb.h.
|
inline |
Definition at line 1565 of file modem_message.pb.h.
|
inline |
Definition at line 1621 of file modem_message.pb.h.
|
inline |
Definition at line 1650 of file modem_message.pb.h.
|
inline |
Definition at line 809 of file modem_message.pb.h.
|
inline |
Definition at line 1707 of file modem_message.pb.h.
|
inline |
Definition at line 1997 of file modem_message.pb.h.
|
inline |
Definition at line 681 of file modem_message.pb.h.
|
inline |
Definition at line 749 of file modem_message.pb.h.
|
inline |
Definition at line 670 of file modem_message.pb.h.
|
inline |
Definition at line 2045 of file modem_message.pb.h.
|
inline |
Definition at line 1961 of file modem_message.pb.h.
|
inline |
Definition at line 828 of file modem_message.pb.h.
|
inline |
Definition at line 831 of file modem_message.pb.h.
|
inline |
Definition at line 1557 of file modem_message.pb.h.
|
inline |
Definition at line 239 of file modem_message.pb.h.
|
inline |
Definition at line 1613 of file modem_message.pb.h.
|
inline |
Definition at line 1641 of file modem_message.pb.h.
|
inline |
Definition at line 813 of file modem_message.pb.h.
|
inline |
Definition at line 816 of file modem_message.pb.h.
|
inlinestatic |
Definition at line 319 of file modem_message.pb.h.
|
inlinestatic |
Definition at line 309 of file modem_message.pb.h.
|
inlinestatic |
Definition at line 323 of file modem_message.pb.h.
|
inlinestatic |
Definition at line 329 of file modem_message.pb.h.
|
inlinestatic |
Definition at line 351 of file modem_message.pb.h.
|
inlinestatic |
Definition at line 341 of file modem_message.pb.h.
|
inlinestatic |
Definition at line 355 of file modem_message.pb.h.
|
inlinestatic |
Definition at line 361 of file modem_message.pb.h.
|
inline |
Definition at line 1698 of file modem_message.pb.h.
|
inline |
Definition at line 1989 of file modem_message.pb.h.
|
inline |
Definition at line 210 of file modem_message.pb.h.
|
inline |
Definition at line 716 of file modem_message.pb.h.
|
inline |
Definition at line 692 of file modem_message.pb.h.
|
inline |
Definition at line 252 of file modem_message.pb.h.
|
friend |
Definition at line 838 of file modem_message.pb.h.
|
friend |
Definition at line 288 of file modem_message.pb.h.
Definition at line 864 of file modem_message.pb.h.
|
friend |
Definition at line 236 of file modem_message.pb.h.
|
static |
Definition at line 297 of file modem_message.pb.h.
| Impl_ goby::acomms::protobuf::ModemTransmission::_impl_ |
Definition at line 863 of file modem_message.pb.h.
|
staticconstexpr |
Definition at line 337 of file modem_message.pb.h.
|
staticconstexpr |
Definition at line 335 of file modem_message.pb.h.
|
staticconstexpr |
Definition at line 339 of file modem_message.pb.h.
|
staticconstexpr |
Definition at line 307 of file modem_message.pb.h.
|
staticconstexpr |
Definition at line 233 of file modem_message.pb.h.
|
staticconstexpr |
Definition at line 305 of file modem_message.pb.h.
|
staticconstexpr |
Definition at line 316 of file modem_message.pb.h.
|
staticconstexpr |
Definition at line 314 of file modem_message.pb.h.
|
staticconstexpr |
Definition at line 312 of file modem_message.pb.h.
|
staticconstexpr |
Definition at line 348 of file modem_message.pb.h.
|
staticconstexpr |
Definition at line 346 of file modem_message.pb.h.
|
staticconstexpr |
Definition at line 344 of file modem_message.pb.h.