Goby3
3.1.5a
2024.05.23
|
#include <goby/moos/protobuf/ufield_sim_driver.pb.h>
Public Member Functions | |
Config () | |
virtual | ~Config () |
Config (const Config &from) | |
Config & | operator= (const Config &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (Config *other) |
Config * | New () const final |
Config * | 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 Config &from) |
void | MergeFrom (const Config &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 | rate_to_bytes_size () const |
void | clear_rate_to_bytes () |
::google::protobuf::int32 | rate_to_bytes (int index) const |
void | set_rate_to_bytes (int index, ::google::protobuf::int32 value) |
void | add_rate_to_bytes (::google::protobuf::int32 value) |
const ::google::protobuf::RepeatedField< ::google::protobuf::int32 > & | rate_to_bytes () const |
::google::protobuf::RepeatedField< ::google::protobuf::int32 > * | mutable_rate_to_bytes () |
bool | has_moos_server () const |
void | clear_moos_server () |
const ::std::string & | moos_server () const |
void | set_moos_server (const ::std::string &value) |
void | set_moos_server (const char *value) |
void | set_moos_server (const char *value, size_t size) |
::std::string * | mutable_moos_server () |
::std::string * | release_moos_server () |
void | set_allocated_moos_server (::std::string *moos_server) |
bool | has_incoming_moos_var () const |
void | clear_incoming_moos_var () |
const ::std::string & | incoming_moos_var () const |
void | set_incoming_moos_var (const ::std::string &value) |
void | set_incoming_moos_var (const char *value) |
void | set_incoming_moos_var (const char *value, size_t size) |
::std::string * | mutable_incoming_moos_var () |
::std::string * | release_incoming_moos_var () |
void | set_allocated_incoming_moos_var (::std::string *incoming_moos_var) |
bool | has_outgoing_moos_var () const |
void | clear_outgoing_moos_var () |
const ::std::string & | outgoing_moos_var () const |
void | set_outgoing_moos_var (const ::std::string &value) |
void | set_outgoing_moos_var (const char *value) |
void | set_outgoing_moos_var (const char *value, size_t size) |
::std::string * | mutable_outgoing_moos_var () |
::std::string * | release_outgoing_moos_var () |
void | set_allocated_outgoing_moos_var (::std::string *outgoing_moos_var) |
bool | has_ufield_outgoing_moos_var () const |
void | clear_ufield_outgoing_moos_var () |
const ::std::string & | ufield_outgoing_moos_var () const |
void | set_ufield_outgoing_moos_var (const ::std::string &value) |
void | set_ufield_outgoing_moos_var (const char *value) |
void | set_ufield_outgoing_moos_var (const char *value, size_t size) |
::std::string * | mutable_ufield_outgoing_moos_var () |
::std::string * | release_ufield_outgoing_moos_var () |
void | set_allocated_ufield_outgoing_moos_var (::std::string *ufield_outgoing_moos_var) |
bool | has_modem_id_lookup_path () const |
void | clear_modem_id_lookup_path () |
const ::std::string & | modem_id_lookup_path () const |
void | set_modem_id_lookup_path (const ::std::string &value) |
void | set_modem_id_lookup_path (const char *value) |
void | set_modem_id_lookup_path (const char *value, size_t size) |
::std::string * | mutable_modem_id_lookup_path () |
::std::string * | release_modem_id_lookup_path () |
void | set_allocated_modem_id_lookup_path (::std::string *modem_id_lookup_path) |
bool | has_micromodem_mimic () const |
void | clear_micromodem_mimic () |
const ::goby::moos::ufld::protobuf::MicroModemMimic & | micromodem_mimic () const |
::goby::moos::ufld::protobuf::MicroModemMimic * | release_micromodem_mimic () |
::goby::moos::ufld::protobuf::MicroModemMimic * | mutable_micromodem_mimic () |
void | set_allocated_micromodem_mimic (::goby::moos::ufld::protobuf::MicroModemMimic *micromodem_mimic) |
bool | has_moos_port () const |
void | clear_moos_port () |
::google::protobuf::int32 | moos_port () const |
void | set_moos_port (::google::protobuf::int32 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 Config & | default_instance () |
static void | InitAsDefaultInstance () |
static const Config * | internal_default_instance () |
Public Attributes | |
static ::google::protobuf::internal::ExplicitlyConstructed< ::std::string > | _i_give_permission_to_break_this_code_default_moos_server_ |
static ::google::protobuf::internal::ExplicitlyConstructed< ::std::string > | _i_give_permission_to_break_this_code_default_incoming_moos_var_ |
static ::google::protobuf::internal::ExplicitlyConstructed< ::std::string > | _i_give_permission_to_break_this_code_default_outgoing_moos_var_ |
static ::google::protobuf::internal::ExplicitlyConstructed< ::std::string > | _i_give_permission_to_break_this_code_default_ufield_outgoing_moos_var_ |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const int | kRateToBytesFieldNumber = 6 |
static const int | kMoosServerFieldNumber = 1 |
static const int | kIncomingMoosVarFieldNumber = 3 |
static const int | kOutgoingMoosVarFieldNumber = 4 |
static const int | kUfieldOutgoingMoosVarFieldNumber = 5 |
static const int | kModemIdLookupPathFieldNumber = 7 |
static const int | kMicromodemMimicFieldNumber = 8 |
static const int | kMoosPortFieldNumber = 2 |
Friends | |
struct | ::protobuf_goby_2fmoos_2fprotobuf_2fufield_5fsim_5fdriver_2eproto::TableStruct |
void | swap (Config &a, Config &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 252 of file ufield_sim_driver.pb.h.
goby::moos::ufld::protobuf::Config::Config | ( | ) |
|
virtual |
goby::moos::ufld::protobuf::Config::Config | ( | const Config & | from | ) |
|
inline |
Definition at line 1086 of file ufield_sim_driver.pb.h.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 883 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 1177 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 1111 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 859 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 793 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 949 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 1075 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 1015 of file ufield_sim_driver.pb.h.
|
final |
void goby::moos::ufld::protobuf::Config::CopyFrom | ( | const Config & | from | ) |
|
static |
|
static |
|
inlinefinalvirtual |
Implements google::protobuf::MessageLite.
Definition at line 324 of file ufield_sim_driver.pb.h.
|
finalvirtual |
Implements google::protobuf::Message.
|
inline |
Definition at line 874 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 1168 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 1102 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 850 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 784 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 940 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 1006 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 887 of file ufield_sim_driver.pb.h.
|
static |
|
inlinestatic |
Definition at line 289 of file ufield_sim_driver.pb.h.
|
final |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
final |
void goby::moos::ufld::protobuf::Config::MergeFrom | ( | const Config & | from | ) |
|
final |
|
inline |
Definition at line 1184 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 1115 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 863 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 797 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 916 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 1197 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 1144 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 826 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 982 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 1096 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 1048 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 281 of file ufield_sim_driver.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::Message.
Definition at line 303 of file ufield_sim_driver.pb.h.
|
inlinefinalvirtual |
Reimplemented from google::protobuf::Message.
Definition at line 307 of file ufield_sim_driver.pb.h.
Definition at line 259 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 953 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 1091 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 1078 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 1072 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 921 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 1190 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 1149 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 831 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 987 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 1053 of file ufield_sim_driver.pb.h.
|
final |
|
inline |
Definition at line 929 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 1206 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 1157 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 839 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 995 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 1061 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 891 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 904 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 910 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 1119 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 1132 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 1138 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 867 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 801 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 814 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 820 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 957 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 970 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 976 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 1082 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 1023 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 1036 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 1042 of file ufield_sim_driver.pb.h.
void goby::moos::ufld::protobuf::Config::Swap | ( | Config * | other | ) |
|
inline |
Definition at line 1019 of file ufield_sim_driver.pb.h.
|
inline |
Definition at line 278 of file ufield_sim_driver.pb.h.
Definition at line 492 of file ufield_sim_driver.pb.h.
Definition at line 297 of file ufield_sim_driver.pb.h.
::google::protobuf::internal::ExplicitlyConstructed< ::std::string> goby::moos::ufld::protobuf::Config::_i_give_permission_to_break_this_code_default_incoming_moos_var_ |
Definition at line 478 of file ufield_sim_driver.pb.h.
::google::protobuf::internal::ExplicitlyConstructed< ::std::string> goby::moos::ufld::protobuf::Config::_i_give_permission_to_break_this_code_default_moos_server_ |
Definition at line 474 of file ufield_sim_driver.pb.h.
::google::protobuf::internal::ExplicitlyConstructed< ::std::string> goby::moos::ufld::protobuf::Config::_i_give_permission_to_break_this_code_default_outgoing_moos_var_ |
Definition at line 482 of file ufield_sim_driver.pb.h.
::google::protobuf::internal::ExplicitlyConstructed< ::std::string> goby::moos::ufld::protobuf::Config::_i_give_permission_to_break_this_code_default_ufield_outgoing_moos_var_ |
Definition at line 486 of file ufield_sim_driver.pb.h.
|
static |
Definition at line 376 of file ufield_sim_driver.pb.h.
|
staticconstexpr |
Definition at line 293 of file ufield_sim_driver.pb.h.
|
static |
Definition at line 436 of file ufield_sim_driver.pb.h.
|
static |
Definition at line 421 of file ufield_sim_driver.pb.h.
|
static |
Definition at line 448 of file ufield_sim_driver.pb.h.
|
static |
Definition at line 361 of file ufield_sim_driver.pb.h.
|
static |
Definition at line 391 of file ufield_sim_driver.pb.h.
|
static |
Definition at line 349 of file ufield_sim_driver.pb.h.
|
static |
Definition at line 406 of file ufield_sim_driver.pb.h.