Goby3
3.1.5a
2024.05.23
|
#include <goby/middleware/frontseat/iver/iver_driver_config.pb.h>
Public Types | |
typedef IverConfig_IverModeAssignments | IverModeAssignments |
Public Types inherited from google::protobuf::Message | |
typedef google::protobuf::Reflection | Reflection |
Public Member Functions | |
IverConfig () | |
virtual | ~IverConfig () |
IverConfig (const IverConfig &from) | |
IverConfig & | operator= (const IverConfig &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (IverConfig *other) |
IverConfig * | New () const final |
IverConfig * | 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 IverConfig &from) |
void | MergeFrom (const IverConfig &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_serial_port () const |
void | clear_serial_port () |
const ::std::string & | serial_port () const |
void | set_serial_port (const ::std::string &value) |
void | set_serial_port (const char *value) |
void | set_serial_port (const char *value, size_t size) |
::std::string * | mutable_serial_port () |
::std::string * | release_serial_port () |
void | set_allocated_serial_port (::std::string *serial_port) |
bool | has_ntp_serial_port () const |
void | clear_ntp_serial_port () |
const ::std::string & | ntp_serial_port () const |
void | set_ntp_serial_port (const ::std::string &value) |
void | set_ntp_serial_port (const char *value) |
void | set_ntp_serial_port (const char *value, size_t size) |
::std::string * | mutable_ntp_serial_port () |
::std::string * | release_ntp_serial_port () |
void | set_allocated_ntp_serial_port (::std::string *ntp_serial_port) |
bool | has_mode_assignments () const |
void | clear_mode_assignments () |
const ::goby::middleware::frontseat::protobuf::IverConfig_IverModeAssignments & | mode_assignments () const |
::goby::middleware::frontseat::protobuf::IverConfig_IverModeAssignments * | release_mode_assignments () |
::goby::middleware::frontseat::protobuf::IverConfig_IverModeAssignments * | mutable_mode_assignments () |
void | set_allocated_mode_assignments (::goby::middleware::frontseat::protobuf::IverConfig_IverModeAssignments *mode_assignments) |
bool | has_remote_helm_version_major () const |
void | clear_remote_helm_version_major () |
::google::protobuf::int32 | remote_helm_version_major () const |
void | set_remote_helm_version_major (::google::protobuf::int32 value) |
bool | has_oms_timeout () const |
void | clear_oms_timeout () |
::google::protobuf::uint32 | oms_timeout () const |
void | set_oms_timeout (::google::protobuf::uint32 value) |
bool | has_serial_baud () const |
void | clear_serial_baud () |
::google::protobuf::uint32 | serial_baud () const |
void | set_serial_baud (::google::protobuf::uint32 value) |
bool | has_max_pitch_angle_degrees () const |
void | clear_max_pitch_angle_degrees () |
::google::protobuf::int32 | max_pitch_angle_degrees () const |
void | set_max_pitch_angle_degrees (::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 IverConfig & | default_instance () |
static void | InitAsDefaultInstance () |
static const IverConfig * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const int | kSerialPortFieldNumber = 1 |
static const int | kNtpSerialPortFieldNumber = 3 |
static const int | kModeAssignmentsFieldNumber = 7 |
static const int | kRemoteHelmVersionMajorFieldNumber = 5 |
static const int | kOmsTimeoutFieldNumber = 6 |
static const int | kSerialBaudFieldNumber = 2 |
static const int | kMaxPitchAngleDegreesFieldNumber = 4 |
Friends | |
struct | ::protobuf_goby_2fmiddleware_2ffrontseat_2fiver_2fiver_5fdriver_5fconfig_2eproto::TableStruct |
void | swap (IverConfig &a, IverConfig &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 267 of file iver_driver_config.pb.h.
typedef IverConfig_IverModeAssignments goby::middleware::frontseat::protobuf::IverConfig::IverModeAssignments |
Definition at line 359 of file iver_driver_config.pb.h.
goby::middleware::frontseat::protobuf::IverConfig::IverConfig | ( | ) |
|
virtual |
goby::middleware::frontseat::protobuf::IverConfig::IverConfig | ( | const IverConfig & | from | ) |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 850 of file iver_driver_config.pb.h.
|
inline |
Definition at line 922 of file iver_driver_config.pb.h.
|
inline |
Definition at line 784 of file iver_driver_config.pb.h.
|
inline |
Definition at line 898 of file iver_driver_config.pb.h.
|
inline |
Definition at line 874 of file iver_driver_config.pb.h.
|
inline |
Definition at line 760 of file iver_driver_config.pb.h.
|
inline |
Definition at line 694 of file iver_driver_config.pb.h.
|
final |
void goby::middleware::frontseat::protobuf::IverConfig::CopyFrom | ( | const IverConfig & | from | ) |
|
static |
|
static |
|
inlinefinalvirtual |
Implements google::protobuf::MessageLite.
Definition at line 339 of file iver_driver_config.pb.h.
|
finalvirtual |
Implements google::protobuf::Message.
|
inline |
Definition at line 841 of file iver_driver_config.pb.h.
|
inline |
Definition at line 913 of file iver_driver_config.pb.h.
|
inline |
Definition at line 775 of file iver_driver_config.pb.h.
|
inline |
Definition at line 889 of file iver_driver_config.pb.h.
|
inline |
Definition at line 865 of file iver_driver_config.pb.h.
|
inline |
Definition at line 751 of file iver_driver_config.pb.h.
|
inline |
Definition at line 685 of file iver_driver_config.pb.h.
|
static |
|
inlinestatic |
Definition at line 304 of file iver_driver_config.pb.h.
|
final |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 854 of file iver_driver_config.pb.h.
|
final |
void goby::middleware::frontseat::protobuf::IverConfig::MergeFrom | ( | const IverConfig & | from | ) |
|
final |
|
inline |
Definition at line 929 of file iver_driver_config.pb.h.
|
inline |
Definition at line 942 of file iver_driver_config.pb.h.
|
inline |
Definition at line 817 of file iver_driver_config.pb.h.
|
inline |
Definition at line 727 of file iver_driver_config.pb.h.
|
inline |
Definition at line 296 of file iver_driver_config.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::Message.
Definition at line 318 of file iver_driver_config.pb.h.
|
inlinefinalvirtual |
Reimplemented from google::protobuf::Message.
Definition at line 322 of file iver_driver_config.pb.h.
|
inline |
Definition at line 788 of file iver_driver_config.pb.h.
|
inline |
Definition at line 902 of file iver_driver_config.pb.h.
|
inline |
Definition at line 274 of file iver_driver_config.pb.h.
|
inline |
Definition at line 935 of file iver_driver_config.pb.h.
|
inline |
Definition at line 822 of file iver_driver_config.pb.h.
|
inline |
Definition at line 732 of file iver_driver_config.pb.h.
|
inline |
Definition at line 878 of file iver_driver_config.pb.h.
|
inline |
Definition at line 764 of file iver_driver_config.pb.h.
|
inline |
Definition at line 698 of file iver_driver_config.pb.h.
|
final |
|
inline |
Definition at line 951 of file iver_driver_config.pb.h.
|
inline |
Definition at line 830 of file iver_driver_config.pb.h.
|
inline |
Definition at line 740 of file iver_driver_config.pb.h.
|
inline |
Definition at line 858 of file iver_driver_config.pb.h.
|
inline |
Definition at line 792 of file iver_driver_config.pb.h.
|
inline |
Definition at line 805 of file iver_driver_config.pb.h.
|
inline |
Definition at line 811 of file iver_driver_config.pb.h.
|
inline |
Definition at line 906 of file iver_driver_config.pb.h.
|
inline |
Definition at line 882 of file iver_driver_config.pb.h.
|
inline |
Definition at line 768 of file iver_driver_config.pb.h.
|
inline |
Definition at line 702 of file iver_driver_config.pb.h.
|
inline |
Definition at line 715 of file iver_driver_config.pb.h.
|
inline |
Definition at line 721 of file iver_driver_config.pb.h.
void goby::middleware::frontseat::protobuf::IverConfig::Swap | ( | IverConfig * | other | ) |
|
inline |
Definition at line 293 of file iver_driver_config.pb.h.
|
friend |
Definition at line 463 of file iver_driver_config.pb.h.
|
friend |
Definition at line 312 of file iver_driver_config.pb.h.
|
staticconstexpr |
Definition at line 308 of file iver_driver_config.pb.h.
|
static |
Definition at line 429 of file iver_driver_config.pb.h.
|
static |
Definition at line 396 of file iver_driver_config.pb.h.
|
static |
Definition at line 381 of file iver_driver_config.pb.h.
|
static |
Definition at line 415 of file iver_driver_config.pb.h.
|
static |
Definition at line 408 of file iver_driver_config.pb.h.
|
static |
Definition at line 422 of file iver_driver_config.pb.h.
|
static |
Definition at line 366 of file iver_driver_config.pb.h.