Goby3
3.1.5a
2024.05.23
|
#include <goby/acomms/protobuf/amac.pb.h>
Public Types | |
enum | DCCLParameters { DCCL_ID = 5, DCCL_MAX_BYTES = 64 } |
typedef MACUpdate_UpdateType | UpdateType |
typedef MACUpdate_CycleState | CycleState |
Public Types inherited from google::protobuf::Message | |
typedef google::protobuf::Reflection | Reflection |
Public Member Functions | |
MACUpdate () | |
virtual | ~MACUpdate () |
MACUpdate (const MACUpdate &from) | |
MACUpdate & | operator= (const MACUpdate &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (MACUpdate *other) |
MACUpdate * | New () const final |
MACUpdate * | 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 MACUpdate &from) |
void | MergeFrom (const MACUpdate &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 | slot_size () const |
void | clear_slot () |
::goby::acomms::protobuf::ModemTransmission * | mutable_slot (int index) |
::google::protobuf::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission > * | mutable_slot () |
const ::goby::acomms::protobuf::ModemTransmission & | slot (int index) const |
::goby::acomms::protobuf::ModemTransmission * | add_slot () |
const ::google::protobuf::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission > & | slot () const |
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_update_type () const |
void | clear_update_type () |
::goby::acomms::protobuf::MACUpdate_UpdateType | update_type () const |
void | set_update_type (::goby::acomms::protobuf::MACUpdate_UpdateType value) |
bool | has_first_iterator () const |
void | clear_first_iterator () |
::google::protobuf::int32 | first_iterator () const |
void | set_first_iterator (::google::protobuf::int32 value) |
bool | has_second_iterator () const |
void | clear_second_iterator () |
::google::protobuf::int32 | second_iterator () const |
void | set_second_iterator (::google::protobuf::int32 value) |
bool | has_cycle_state () const |
void | clear_cycle_state () |
::goby::acomms::protobuf::MACUpdate_CycleState | cycle_state () const |
void | set_cycle_state (::goby::acomms::protobuf::MACUpdate_CycleState 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 MACUpdate & | default_instance () |
static void | InitAsDefaultInstance () |
static const MACUpdate * | internal_default_instance () |
static bool | UpdateType_IsValid (int value) |
static const ::google::protobuf::EnumDescriptor * | UpdateType_descriptor () |
static const ::std::string & | UpdateType_Name (UpdateType value) |
static bool | UpdateType_Parse (const ::std::string &name, UpdateType *value) |
static bool | CycleState_IsValid (int value) |
static const ::google::protobuf::EnumDescriptor * | CycleState_descriptor () |
static const ::std::string & | CycleState_Name (CycleState value) |
static bool | CycleState_Parse (const ::std::string &name, CycleState *value) |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const UpdateType | NO_CHANGE |
static const UpdateType | ASSIGN |
static const UpdateType | PUSH_BACK |
static const UpdateType | PUSH_FRONT |
static const UpdateType | POP_BACK |
static const UpdateType | POP_FRONT |
static const UpdateType | INSERT |
static const UpdateType | ERASE |
static const UpdateType | CLEAR |
static const UpdateType | UpdateType_MIN |
static const UpdateType | UpdateType_MAX |
static const int | UpdateType_ARRAYSIZE |
static const CycleState | STOPPED |
static const CycleState | STARTED |
static const CycleState | CycleState_MIN |
static const CycleState | CycleState_MAX |
static const int | CycleState_ARRAYSIZE |
static const int | kSlotFieldNumber = 4 |
static const int | kSrcFieldNumber = 1 |
static const int | kDestFieldNumber = 2 |
static const int | kUpdateTypeFieldNumber = 3 |
static const int | kFirstIteratorFieldNumber = 5 |
static const int | kSecondIteratorFieldNumber = 6 |
static const int | kCycleStateFieldNumber = 7 |
Friends | |
struct | ::protobuf_goby_2facomms_2fprotobuf_2famac_2eproto::TableStruct |
void | swap (MACUpdate &a, MACUpdate &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) |
goby::acomms::protobuf::MACUpdate::MACUpdate | ( | ) |
|
virtual |
goby::acomms::protobuf::MACUpdate::MACUpdate | ( | const MACUpdate & | from | ) |
|
inline |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
|
inline |
|
inline |
|
inline |
void goby::acomms::protobuf::MACUpdate::clear_slot | ( | ) |
|
inline |
|
inline |
|
final |
void goby::acomms::protobuf::MACUpdate::CopyFrom | ( | const MACUpdate & | from | ) |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
static |
|
static |
|
inline |
|
inline |
|
inlinefinalvirtual |
Implements google::protobuf::MessageLite.
|
finalvirtual |
Implements google::protobuf::Message.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
|
inlinestatic |
|
final |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
final |
void goby::acomms::protobuf::MACUpdate::MergeFrom | ( | const MACUpdate & | from | ) |
|
final |
|
inline |
|
inline |
|
inline |
|
inlinefinalvirtual |
Implements google::protobuf::Message.
|
inlinefinalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
|
final |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void goby::acomms::protobuf::MACUpdate::Swap | ( | MACUpdate * | other | ) |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
friend |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
staticconstexpr |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |