Goby3
3.1.5a
2024.05.23
|
#include <goby/acomms/protobuf/mm_driver.pb.h>
Public Member Functions | |
TransmitStatistics () | |
virtual | ~TransmitStatistics () |
TransmitStatistics (const TransmitStatistics &from) | |
TransmitStatistics & | operator= (const TransmitStatistics &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (TransmitStatistics *other) |
TransmitStatistics * | New () const final |
TransmitStatistics * | 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 TransmitStatistics &from) |
void | MergeFrom (const TransmitStatistics &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 |
bool | has_date () const |
void | clear_date () |
const ::std::string & | date () const |
void | set_date (const ::std::string &value) |
void | set_date (const char *value) |
void | set_date (const char *value, size_t size) |
::std::string * | mutable_date () |
::std::string * | release_date () |
void | set_allocated_date (::std::string *date) |
bool | has_time () const |
void | clear_time () |
const ::std::string & | time () const |
void | set_time (const ::std::string &value) |
void | set_time (const char *value) |
void | set_time (const char *value, size_t size) |
::std::string * | mutable_time () |
::std::string * | release_time () |
void | set_allocated_time (::std::string *time) |
bool | has_probe_length () const |
void | clear_probe_length () |
::google::protobuf::int32 | probe_length () const |
void | set_probe_length (::google::protobuf::int32 value) |
bool | has_bandwidth () const |
void | clear_bandwidth () |
::google::protobuf::int32 | bandwidth () const |
void | set_bandwidth (::google::protobuf::int32 value) |
bool | has_carrier_freq () const |
void | clear_carrier_freq () |
::google::protobuf::int32 | carrier_freq () const |
void | set_carrier_freq (::google::protobuf::int32 value) |
bool | has_rate () const |
void | clear_rate () |
::google::protobuf::int32 | rate () const |
void | set_rate (::google::protobuf::int32 value) |
bool | has_source () const |
void | clear_source () |
::google::protobuf::int32 | source () const |
void | set_source (::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_ack_requested () const |
void | clear_ack_requested () |
bool | ack_requested () const |
void | set_ack_requested (bool value) |
bool | has_number_frames_expected () const |
void | clear_number_frames_expected () |
::google::protobuf::int32 | number_frames_expected () const |
void | set_number_frames_expected (::google::protobuf::int32 value) |
bool | has_number_frames_sent () const |
void | clear_number_frames_sent () |
::google::protobuf::int32 | number_frames_sent () const |
void | set_number_frames_sent (::google::protobuf::int32 value) |
bool | has_number_bytes () const |
void | clear_number_bytes () |
::google::protobuf::int32 | number_bytes () const |
void | set_number_bytes (::google::protobuf::int32 value) |
bool | has_version () const |
void | clear_version () |
::google::protobuf::int32 | version () const |
void | set_version (::google::protobuf::int32 value) |
bool | has_packet_type () const |
void | clear_packet_type () |
::goby::acomms::micromodem::protobuf::PacketType | packet_type () const |
void | set_packet_type (::goby::acomms::micromodem::protobuf::PacketType value) |
bool | has_clock_mode () const |
void | clear_clock_mode () |
::goby::acomms::micromodem::protobuf::ClockMode | clock_mode () const |
void | set_clock_mode (::goby::acomms::micromodem::protobuf::ClockMode value) |
bool | has_mode () const |
void | clear_mode () |
::goby::acomms::micromodem::protobuf::TransmitMode | mode () const |
void | set_mode (::goby::acomms::micromodem::protobuf::TransmitMode value) |
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 TransmitStatistics & | default_instance () |
static void | InitAsDefaultInstance () |
static const TransmitStatistics * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const int | kDateFieldNumber = 1 |
static const int | kTimeFieldNumber = 2 |
static const int | kProbeLengthFieldNumber = 5 |
static const int | kBandwidthFieldNumber = 6 |
static const int | kCarrierFreqFieldNumber = 7 |
static const int | kRateFieldNumber = 8 |
static const int | kSourceFieldNumber = 9 |
static const int | kDestFieldNumber = 10 |
static const int | kAckRequestedFieldNumber = 11 |
static const int | kNumberFramesExpectedFieldNumber = 12 |
static const int | kNumberFramesSentFieldNumber = 13 |
static const int | kNumberBytesFieldNumber = 15 |
static const int | kVersionFieldNumber = 100 |
static const int | kPacketTypeFieldNumber = 14 |
static const int | kClockModeFieldNumber = 3 |
static const int | kModeFieldNumber = 4 |
Friends | |
struct | ::protobuf_goby_2facomms_2fprotobuf_2fmm_5fdriver_2eproto::TableStruct |
void | swap (TransmitStatistics &a, TransmitStatistics &b) |
Additional Inherited Members | |
Public Types inherited from google::protobuf::Message | |
typedef google::protobuf::Reflection | Reflection |
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 2280 of file mm_driver.pb.h.
goby::acomms::micromodem::protobuf::TransmitStatistics::TransmitStatistics | ( | ) |
|
virtual |
goby::acomms::micromodem::protobuf::TransmitStatistics::TransmitStatistics | ( | const TransmitStatistics & | from | ) |
|
inline |
Definition at line 6095 of file mm_driver.pb.h.
|
inline |
Definition at line 5975 of file mm_driver.pb.h.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 5999 of file mm_driver.pb.h.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 6091 of file mm_driver.pb.h.
|
inline |
Definition at line 5971 of file mm_driver.pb.h.
|
inline |
Definition at line 5995 of file mm_driver.pb.h.
|
inline |
Definition at line 5897 of file mm_driver.pb.h.
|
inline |
Definition at line 5765 of file mm_driver.pb.h.
|
inline |
Definition at line 6067 of file mm_driver.pb.h.
|
inline |
Definition at line 5922 of file mm_driver.pb.h.
|
inline |
Definition at line 6188 of file mm_driver.pb.h.
|
inline |
Definition at line 6115 of file mm_driver.pb.h.
|
inline |
Definition at line 6139 of file mm_driver.pb.h.
|
inline |
Definition at line 6163 of file mm_driver.pb.h.
|
inline |
Definition at line 5947 of file mm_driver.pb.h.
|
inline |
Definition at line 6019 of file mm_driver.pb.h.
|
inline |
Definition at line 6043 of file mm_driver.pb.h.
|
inline |
Definition at line 5831 of file mm_driver.pb.h.
|
inline |
Definition at line 6212 of file mm_driver.pb.h.
|
inline |
Definition at line 5901 of file mm_driver.pb.h.
|
final |
void goby::acomms::micromodem::protobuf::TransmitStatistics::CopyFrom | ( | const TransmitStatistics & | from | ) |
|
inline |
Definition at line 5769 of file mm_driver.pb.h.
|
static |
|
static |
|
inline |
Definition at line 6071 of file mm_driver.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::MessageLite.
Definition at line 2352 of file mm_driver.pb.h.
|
finalvirtual |
Implements google::protobuf::Message.
|
inline |
Definition at line 6082 of file mm_driver.pb.h.
|
inline |
Definition at line 5962 of file mm_driver.pb.h.
|
inline |
Definition at line 5986 of file mm_driver.pb.h.
|
inline |
Definition at line 5888 of file mm_driver.pb.h.
|
inline |
Definition at line 5756 of file mm_driver.pb.h.
|
inline |
Definition at line 6058 of file mm_driver.pb.h.
|
inline |
Definition at line 5913 of file mm_driver.pb.h.
|
inline |
Definition at line 6179 of file mm_driver.pb.h.
|
inline |
Definition at line 6106 of file mm_driver.pb.h.
|
inline |
Definition at line 6130 of file mm_driver.pb.h.
|
inline |
Definition at line 6154 of file mm_driver.pb.h.
|
inline |
Definition at line 5938 of file mm_driver.pb.h.
|
inline |
Definition at line 6010 of file mm_driver.pb.h.
|
inline |
Definition at line 6034 of file mm_driver.pb.h.
|
inline |
Definition at line 5822 of file mm_driver.pb.h.
|
inline |
Definition at line 6203 of file mm_driver.pb.h.
|
static |
|
inlinestatic |
Definition at line 2317 of file mm_driver.pb.h.
|
final |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
final |
void goby::acomms::micromodem::protobuf::TransmitStatistics::MergeFrom | ( | const TransmitStatistics & | from | ) |
|
final |
|
inline |
Definition at line 5926 of file mm_driver.pb.h.
|
inline |
Definition at line 5798 of file mm_driver.pb.h.
|
inline |
Definition at line 5864 of file mm_driver.pb.h.
|
inline |
Definition at line 2309 of file mm_driver.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::Message.
Definition at line 2331 of file mm_driver.pb.h.
|
inlinefinalvirtual |
Reimplemented from google::protobuf::Message.
Definition at line 2335 of file mm_driver.pb.h.
|
inline |
Definition at line 6192 of file mm_driver.pb.h.
|
inline |
Definition at line 6119 of file mm_driver.pb.h.
|
inline |
Definition at line 6143 of file mm_driver.pb.h.
|
inline |
Definition at line 2287 of file mm_driver.pb.h.
|
inline |
Definition at line 6167 of file mm_driver.pb.h.
|
inline |
Definition at line 5951 of file mm_driver.pb.h.
|
inline |
Definition at line 6023 of file mm_driver.pb.h.
|
inline |
Definition at line 5803 of file mm_driver.pb.h.
|
inline |
Definition at line 5869 of file mm_driver.pb.h.
|
final |
|
inline |
Definition at line 6099 of file mm_driver.pb.h.
|
inline |
Definition at line 5811 of file mm_driver.pb.h.
|
inline |
Definition at line 5877 of file mm_driver.pb.h.
|
inline |
Definition at line 5979 of file mm_driver.pb.h.
|
inline |
Definition at line 6003 of file mm_driver.pb.h.
|
inline |
Definition at line 5905 of file mm_driver.pb.h.
|
inline |
Definition at line 5773 of file mm_driver.pb.h.
|
inline |
Definition at line 5786 of file mm_driver.pb.h.
|
inline |
Definition at line 5792 of file mm_driver.pb.h.
|
inline |
Definition at line 6075 of file mm_driver.pb.h.
|
inline |
Definition at line 5930 of file mm_driver.pb.h.
|
inline |
Definition at line 6196 of file mm_driver.pb.h.
|
inline |
Definition at line 6123 of file mm_driver.pb.h.
|
inline |
Definition at line 6147 of file mm_driver.pb.h.
|
inline |
Definition at line 6171 of file mm_driver.pb.h.
|
inline |
Definition at line 5955 of file mm_driver.pb.h.
|
inline |
Definition at line 6027 of file mm_driver.pb.h.
|
inline |
Definition at line 6051 of file mm_driver.pb.h.
|
inline |
Definition at line 5839 of file mm_driver.pb.h.
|
inline |
Definition at line 5852 of file mm_driver.pb.h.
|
inline |
Definition at line 5858 of file mm_driver.pb.h.
|
inline |
Definition at line 6220 of file mm_driver.pb.h.
|
inline |
Definition at line 6047 of file mm_driver.pb.h.
void goby::acomms::micromodem::protobuf::TransmitStatistics::Swap | ( | TransmitStatistics * | other | ) |
|
inline |
Definition at line 5835 of file mm_driver.pb.h.
|
inline |
Definition at line 2306 of file mm_driver.pb.h.
|
inline |
Definition at line 6216 of file mm_driver.pb.h.
Definition at line 2556 of file mm_driver.pb.h.
|
friend |
Definition at line 2325 of file mm_driver.pb.h.
|
static |
Definition at line 2449 of file mm_driver.pb.h.
|
static |
Definition at line 2414 of file mm_driver.pb.h.
|
static |
Definition at line 2421 of file mm_driver.pb.h.
|
static |
Definition at line 2491 of file mm_driver.pb.h.
|
static |
Definition at line 2377 of file mm_driver.pb.h.
|
static |
Definition at line 2442 of file mm_driver.pb.h.
|
staticconstexpr |
Definition at line 2321 of file mm_driver.pb.h.
|
static |
Definition at line 2498 of file mm_driver.pb.h.
|
static |
Definition at line 2470 of file mm_driver.pb.h.
|
static |
Definition at line 2456 of file mm_driver.pb.h.
|
static |
Definition at line 2463 of file mm_driver.pb.h.
|
static |
Definition at line 2484 of file mm_driver.pb.h.
|
static |
Definition at line 2407 of file mm_driver.pb.h.
|
static |
Definition at line 2428 of file mm_driver.pb.h.
|
static |
Definition at line 2435 of file mm_driver.pb.h.
|
static |
Definition at line 2392 of file mm_driver.pb.h.
|
static |
Definition at line 2477 of file mm_driver.pb.h.