Goby3
3.1.5a
2024.05.23
|
#include <goby/acomms/protobuf/modem_message.pb.h>
Public Types | |
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 Types inherited from google::protobuf::Message | |
typedef google::protobuf::Reflection | Reflection |
Public Member Functions | |
ModemTransmission () | |
virtual | ~ModemTransmission () |
ModemTransmission (const ModemTransmission &from) | |
ModemTransmission & | operator= (const ModemTransmission &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (ModemTransmission *other) |
ModemTransmission * | New () const final |
ModemTransmission * | New (::google::protobuf::Arena *arena) const final |
void | CopyFrom (const ::google::protobuf::Message &from) final |
void | MergeFrom (const ::google::protobuf::Message &from) final |
void | CopyFrom (const ModemTransmission &from) |
void | MergeFrom (const ModemTransmission &from) |
void | Clear () final |
bool | IsInitialized () const final |
size_t | ByteSizeLong () const final |
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final |
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final |
::google::protobuf::uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final |
int | GetCachedSize () const final |
::google::protobuf::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, 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 (const char *value) |
void | add_frame (const void *value, size_t size) |
const ::google::protobuf::RepeatedPtrField< ::std::string > & | frame () const |
::google::protobuf::RepeatedPtrField< ::std::string > * | mutable_frame () |
int | acked_frame_size () const |
void | clear_acked_frame () |
::google::protobuf::int32 | acked_frame (int index) const |
void | set_acked_frame (int index, ::google::protobuf::int32 value) |
void | add_acked_frame (::google::protobuf::int32 value) |
const ::google::protobuf::RepeatedField< ::google::protobuf::int32 > & | acked_frame () const |
::google::protobuf::RepeatedField< ::google::protobuf::int32 > * | mutable_acked_frame () |
bool | has_time () const |
void | clear_time () |
::google::protobuf::uint64 | time () const |
void | set_time (::google::protobuf::uint64 value) |
bool | has_rate () const |
void | clear_rate () |
::google::protobuf::int32 | rate () const |
void | set_rate (::google::protobuf::int32 value) |
bool | has_max_frame_bytes () const |
void | clear_max_frame_bytes () |
::google::protobuf::uint32 | max_frame_bytes () const |
void | set_max_frame_bytes (::google::protobuf::uint32 value) |
bool | has_frame_start () const |
void | clear_frame_start () |
::google::protobuf::uint32 | frame_start () const |
void | set_frame_start (::google::protobuf::uint32 value) |
bool | has_unique_id () const |
void | clear_unique_id () |
::google::protobuf::uint32 | unique_id () const |
void | set_unique_id (::google::protobuf::uint32 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 () |
::google::protobuf::int32 | slot_index () const |
void | set_slot_index (::google::protobuf::int32 value) |
bool | has_src () const |
void | clear_src () |
::google::protobuf::int32 | src () const |
void | set_src (::google::protobuf::int32 value) |
bool | has_dest () const |
void | clear_dest () |
::google::protobuf::int32 | dest () const |
void | set_dest (::google::protobuf::int32 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 () |
::google::protobuf::uint32 | max_num_frames () const |
void | set_max_num_frames (::google::protobuf::uint32 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 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 |
Public Member Functions inherited from google::protobuf::Message | |
Message () | |
virtual | ~Message () |
virtual void | CopyFrom (const Message &from) |
virtual void | MergeFrom (const Message &from) |
void | CheckInitialized () const |
void | FindInitializationErrors (std::vector< string > *errors) const |
string | InitializationErrorString () const |
virtual void | DiscardUnknownFields () |
virtual size_t | SpaceUsedLong () const |
int | SpaceUsed () const |
string | DebugString () const |
string | ShortDebugString () const |
string | Utf8DebugString () const |
void | PrintDebugString () const |
bool | ParseFromFileDescriptor (int file_descriptor) |
bool | ParsePartialFromFileDescriptor (int file_descriptor) |
bool | ParseFromIstream (std::istream *input) |
bool | ParsePartialFromIstream (std::istream *input) |
bool | SerializeToFileDescriptor (int file_descriptor) const |
bool | SerializePartialToFileDescriptor (int file_descriptor) const |
bool | SerializeToOstream (std::ostream *output) const |
bool | SerializePartialToOstream (std::ostream *output) const |
virtual string | GetTypeName () const |
virtual void | CheckTypeAndMergeFrom (const MessageLite &other) |
virtual bool | MergePartialFromCodedStream (io::CodedInputStream *input) |
virtual void | SerializeWithCachedSizes (io::CodedOutputStream *output) const |
const Descriptor * | GetDescriptor () const |
virtual const Reflection * | GetReflection () const final |
Public Member Functions inherited from google::protobuf::MessageLite | |
MessageLite () | |
virtual | ~MessageLite () |
virtual ::google::protobuf::Arena * | GetArena () const |
virtual void * | GetMaybeArenaPointer () const |
bool | ParseFromCodedStream (io::CodedInputStream *input) |
bool | ParsePartialFromCodedStream (io::CodedInputStream *input) |
bool | ParseFromZeroCopyStream (io::ZeroCopyInputStream *input) |
bool | ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input) |
bool | ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size) |
bool | ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size) |
bool | ParseFromString (const string &data) |
bool | ParsePartialFromString (const string &data) |
bool | ParseFromArray (const void *data, int size) |
bool | ParsePartialFromArray (const void *data, int size) |
bool | MergeFromCodedStream (io::CodedInputStream *input) |
bool | SerializeToCodedStream (io::CodedOutputStream *output) const |
bool | SerializePartialToCodedStream (io::CodedOutputStream *output) const |
bool | SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const |
bool | SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const |
bool | SerializeToString (string *output) const |
bool | SerializePartialToString (string *output) const |
bool | SerializeToArray (void *data, int size) const |
bool | SerializePartialToArray (void *data, int size) const |
string | SerializeAsString () const |
string | SerializePartialAsString () const |
bool | AppendToString (string *output) const |
bool | AppendPartialToString (string *output) const |
int | ByteSize () const |
virtual uint8 * | SerializeWithCachedSizesToArray (uint8 *target) const |
virtual uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic, uint8 *target) const |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const ModemTransmission & | default_instance () |
static void | InitAsDefaultInstance () |
static const ModemTransmission * | internal_default_instance () |
static bool | TimeSource_IsValid (int value) |
static const ::google::protobuf::EnumDescriptor * | TimeSource_descriptor () |
static const ::std::string & | TimeSource_Name (TimeSource value) |
static bool | TimeSource_Parse (const ::std::string &name, TimeSource *value) |
static bool | TransmissionType_IsValid (int value) |
static const ::google::protobuf::EnumDescriptor * | TransmissionType_descriptor () |
static const ::std::string & | TransmissionType_Name (TransmissionType value) |
static bool | TransmissionType_Parse (const ::std::string &name, TransmissionType *value) |
Friends | |
struct | ::protobuf_goby_2facomms_2fprotobuf_2fmodem_5fmessage_2eproto::TableStruct |
void | swap (ModemTransmission &a, ModemTransmission &b) |
Additional Inherited Members | |
Static Protected Member Functions inherited from google::protobuf::MessageLite | |
template<typename T > | |
::google::protobuf::internal::RepeatedPtrFieldBase * | CastToBase (::google::protobuf::RepeatedPtrField< T > *repeated) |
template<typename T > | |
static const ::google::protobuf::internal::RepeatedPtrFieldBase & | CastToBase (const ::google::protobuf::RepeatedPtrField< T > &repeated) |
template<typename T > | |
static T * | CreateMaybeMessage (Arena *arena) |
Definition at line 166 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 460 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 464 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 447 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 449 of file modem_message.pb.h.
Definition at line 258 of file modem_message.pb.h.
typedef ModemTransmission_TransmissionType goby::acomms::protobuf::ModemTransmission::TransmissionType |
Definition at line 284 of file modem_message.pb.h.
goby::acomms::protobuf::ModemTransmission::ModemTransmission | ( | ) |
|
virtual |
goby::acomms::protobuf::ModemTransmission::ModemTransmission | ( | const ModemTransmission & | from | ) |
|
inline |
Definition at line 1112 of file modem_message.pb.h.
|
inline |
Definition at line 1235 of file modem_message.pb.h.
|
inline |
Definition at line 1222 of file modem_message.pb.h.
|
inline |
Definition at line 1216 of file modem_message.pb.h.
|
inline |
Definition at line 1230 of file modem_message.pb.h.
|
inline |
Definition at line 1157 of file modem_message.pb.h.
|
inline |
Definition at line 1161 of file modem_message.pb.h.
|
inline |
Definition at line 1171 of file modem_message.pb.h.
|
inline |
Definition at line 1176 of file modem_message.pb.h.
|
inline |
Definition at line 1307 of file modem_message.pb.h.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 1108 of file modem_message.pb.h.
|
inline |
Definition at line 1219 of file modem_message.pb.h.
|
inline |
Definition at line 1303 of file modem_message.pb.h.
|
inline |
Definition at line 938 of file modem_message.pb.h.
|
inline |
Definition at line 1126 of file modem_message.pb.h.
|
inline |
Definition at line 1201 of file modem_message.pb.h.
|
inline |
Definition at line 1084 of file modem_message.pb.h.
|
inline |
Definition at line 1060 of file modem_message.pb.h.
|
inline |
Definition at line 1011 of file modem_message.pb.h.
|
inline |
Definition at line 1327 of file modem_message.pb.h.
|
inline |
Definition at line 1255 of file modem_message.pb.h.
|
inline |
Definition at line 914 of file modem_message.pb.h.
|
inline |
Definition at line 962 of file modem_message.pb.h.
|
inline |
Definition at line 986 of file modem_message.pb.h.
|
inline |
Definition at line 1035 of file modem_message.pb.h.
|
inline |
Definition at line 1279 of file modem_message.pb.h.
|
final |
void goby::acomms::protobuf::ModemTransmission::CopyFrom | ( | const ModemTransmission & | from | ) |
|
static |
|
static |
|
inline |
Definition at line 942 of file modem_message.pb.h.
|
inline |
Definition at line 1181 of file modem_message.pb.h.
|
inline |
Definition at line 1129 of file modem_message.pb.h.
|
inline |
Definition at line 1123 of file modem_message.pb.h.
|
inline |
Definition at line 1205 of file modem_message.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::MessageLite.
Definition at line 238 of file modem_message.pb.h.
|
finalvirtual |
Implements google::protobuf::Message.
|
inline |
Definition at line 1099 of file modem_message.pb.h.
|
inline |
Definition at line 1294 of file modem_message.pb.h.
|
inline |
Definition at line 929 of file modem_message.pb.h.
|
inline |
Definition at line 1192 of file modem_message.pb.h.
|
inline |
Definition at line 1075 of file modem_message.pb.h.
|
inline |
Definition at line 1051 of file modem_message.pb.h.
|
inline |
Definition at line 1002 of file modem_message.pb.h.
|
inline |
Definition at line 1318 of file modem_message.pb.h.
|
inline |
Definition at line 1246 of file modem_message.pb.h.
|
inline |
Definition at line 905 of file modem_message.pb.h.
|
inline |
Definition at line 953 of file modem_message.pb.h.
|
inline |
Definition at line 977 of file modem_message.pb.h.
|
inline |
Definition at line 1026 of file modem_message.pb.h.
|
inline |
Definition at line 1270 of file modem_message.pb.h.
|
static |
|
inlinestatic |
Definition at line 203 of file modem_message.pb.h.
|
final |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 1088 of file modem_message.pb.h.
|
inline |
Definition at line 1064 of file modem_message.pb.h.
|
final |
void goby::acomms::protobuf::ModemTransmission::MergeFrom | ( | const ModemTransmission & | from | ) |
|
final |
|
inline |
Definition at line 1240 of file modem_message.pb.h.
|
inline |
Definition at line 1186 of file modem_message.pb.h.
|
inline |
Definition at line 1133 of file modem_message.pb.h.
|
inline |
Definition at line 195 of file modem_message.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::Message.
Definition at line 217 of file modem_message.pb.h.
|
inlinefinalvirtual |
Reimplemented from google::protobuf::Message.
Definition at line 221 of file modem_message.pb.h.
|
inline |
Definition at line 173 of file modem_message.pb.h.
|
inline |
Definition at line 1015 of file modem_message.pb.h.
|
final |
|
inline |
Definition at line 1116 of file modem_message.pb.h.
|
inline |
Definition at line 1226 of file modem_message.pb.h.
|
inline |
Definition at line 1311 of file modem_message.pb.h.
|
inline |
Definition at line 946 of file modem_message.pb.h.
|
inline |
Definition at line 1137 of file modem_message.pb.h.
Definition at line 1147 of file modem_message.pb.h.
|
inline |
Definition at line 1152 of file modem_message.pb.h.
|
inline |
Definition at line 1209 of file modem_message.pb.h.
|
inline |
Definition at line 1092 of file modem_message.pb.h.
|
inline |
Definition at line 1068 of file modem_message.pb.h.
|
inline |
Definition at line 1019 of file modem_message.pb.h.
|
inline |
Definition at line 1335 of file modem_message.pb.h.
|
inline |
Definition at line 1263 of file modem_message.pb.h.
|
inline |
Definition at line 467 of file modem_message.pb.h.
|
inline |
Definition at line 922 of file modem_message.pb.h.
|
inline |
Definition at line 970 of file modem_message.pb.h.
|
inline |
Definition at line 994 of file modem_message.pb.h.
|
inline |
Definition at line 452 of file modem_message.pb.h.
|
inline |
Definition at line 1043 of file modem_message.pb.h.
|
inline |
Definition at line 1287 of file modem_message.pb.h.
|
inline |
Definition at line 1331 of file modem_message.pb.h.
|
inline |
Definition at line 1259 of file modem_message.pb.h.
|
inline |
Definition at line 471 of file modem_message.pb.h.
|
inline |
Definition at line 474 of file modem_message.pb.h.
|
inline |
Definition at line 918 of file modem_message.pb.h.
void goby::acomms::protobuf::ModemTransmission::Swap | ( | ModemTransmission * | other | ) |
|
inline |
Definition at line 966 of file modem_message.pb.h.
|
inline |
Definition at line 990 of file modem_message.pb.h.
|
inline |
Definition at line 456 of file modem_message.pb.h.
|
inline |
Definition at line 459 of file modem_message.pb.h.
|
inlinestatic |
Definition at line 273 of file modem_message.pb.h.
Definition at line 263 of file modem_message.pb.h.
|
inlinestatic |
Definition at line 276 of file modem_message.pb.h.
|
inlinestatic |
Definition at line 279 of file modem_message.pb.h.
|
inlinestatic |
Definition at line 301 of file modem_message.pb.h.
|
inlinestatic |
Definition at line 291 of file modem_message.pb.h.
|
inlinestatic |
Definition at line 304 of file modem_message.pb.h.
|
inlinestatic |
Definition at line 307 of file modem_message.pb.h.
|
inline |
Definition at line 1039 of file modem_message.pb.h.
|
inline |
Definition at line 1283 of file modem_message.pb.h.
|
inline |
Definition at line 192 of file modem_message.pb.h.
Definition at line 529 of file modem_message.pb.h.
|
friend |
Definition at line 211 of file modem_message.pb.h.
|
static |
Definition at line 287 of file modem_message.pb.h.
|
static |
Definition at line 285 of file modem_message.pb.h.
|
static |
Definition at line 289 of file modem_message.pb.h.
|
static |
Definition at line 261 of file modem_message.pb.h.
|
static |
Definition at line 339 of file modem_message.pb.h.
|
static |
Definition at line 435 of file modem_message.pb.h.
|
static |
Definition at line 386 of file modem_message.pb.h.
|
static |
Definition at line 407 of file modem_message.pb.h.
|
static |
Definition at line 317 of file modem_message.pb.h.
|
static |
Definition at line 372 of file modem_message.pb.h.
|
staticconstexpr |
Definition at line 207 of file modem_message.pb.h.
|
static |
Definition at line 365 of file modem_message.pb.h.
|
static |
Definition at line 428 of file modem_message.pb.h.
|
static |
Definition at line 358 of file modem_message.pb.h.
|
static |
Definition at line 393 of file modem_message.pb.h.
|
static |
Definition at line 442 of file modem_message.pb.h.
|
static |
Definition at line 400 of file modem_message.pb.h.
|
static |
Definition at line 351 of file modem_message.pb.h.
|
static |
Definition at line 414 of file modem_message.pb.h.
|
static |
Definition at line 421 of file modem_message.pb.h.
|
static |
Definition at line 379 of file modem_message.pb.h.
|
static |
Definition at line 259 of file modem_message.pb.h.
|
static |
Definition at line 270 of file modem_message.pb.h.
|
static |
Definition at line 268 of file modem_message.pb.h.
|
static |
Definition at line 266 of file modem_message.pb.h.
|
static |
Definition at line 298 of file modem_message.pb.h.
|
static |
Definition at line 296 of file modem_message.pb.h.
|
static |
Definition at line 294 of file modem_message.pb.h.