Goby3
3.1.5a
2024.05.23
|
#include <goby/middleware/protobuf/frontseat_config.pb.h>
Public Types | |
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type | helm_running_timeout_dimension |
typedef boost::units::unit< helm_running_timeout_dimension, boost::units::si::system > | helm_running_timeout_unit |
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type | frontseat_connected_timeout_dimension |
typedef boost::units::unit< frontseat_connected_timeout_dimension, boost::units::si::system > | frontseat_connected_timeout_unit |
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type | status_period_dimension |
typedef boost::units::unit< status_period_dimension, boost::units::si::system > | status_period_unit |
Public Types inherited from google::protobuf::Message | |
typedef google::protobuf::Reflection | Reflection |
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 |
bool | has_name () const |
void | clear_name () |
const ::std::string & | name () const |
void | set_name (const ::std::string &value) |
void | set_name (const char *value) |
void | set_name (const char *value, size_t size) |
::std::string * | mutable_name () |
::std::string * | release_name () |
void | set_allocated_name (::std::string *name) |
bool | has_origin () const |
void | clear_origin () |
const ::goby::middleware::protobuf::LatLonPoint & | origin () const |
::goby::middleware::protobuf::LatLonPoint * | release_origin () |
::goby::middleware::protobuf::LatLonPoint * | mutable_origin () |
void | set_allocated_origin (::goby::middleware::protobuf::LatLonPoint *origin) |
bool | has_exit_on_error () const |
void | clear_exit_on_error () |
bool | exit_on_error () const |
void | set_exit_on_error (bool value) |
bool | has_type () const |
void | clear_type () |
::goby::middleware::frontseat::protobuf::VehicleType | type () const |
void | set_type (::goby::middleware::frontseat::protobuf::VehicleType value) |
bool | has_require_helm () const |
void | clear_require_helm () |
bool | require_helm () const |
void | set_require_helm (bool value) |
bool | has_helm_running_timeout () const |
void | clear_helm_running_timeout () |
double | helm_running_timeout () const |
void | set_helm_running_timeout (double value) |
bool | has_frontseat_connected_timeout () const |
void | clear_frontseat_connected_timeout () |
double | frontseat_connected_timeout () const |
void | set_frontseat_connected_timeout (double value) |
bool | has_status_period () const |
void | clear_status_period () |
::google::protobuf::uint32 | status_period () const |
void | set_status_period (::google::protobuf::uint32 value) |
bool | has_sim_warp_factor () const |
void | clear_sim_warp_factor () |
::google::protobuf::int32 | sim_warp_factor () const |
void | set_sim_warp_factor (::google::protobuf::int32 value) |
template<typename Quantity > | |
void | set_helm_running_timeout_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | helm_running_timeout_with_units () const |
boost::units::quantity< helm_running_timeout_unit, double > | helm_running_timeout_with_units () const |
template<typename Quantity > | |
void | set_frontseat_connected_timeout_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | frontseat_connected_timeout_with_units () const |
boost::units::quantity< frontseat_connected_timeout_unit, double > | frontseat_connected_timeout_with_units () const |
template<typename Quantity > | |
void | set_status_period_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | status_period_with_units () const |
boost::units::quantity< status_period_unit, google::protobuf::uint32 > | status_period_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 Config & | default_instance () |
static void | InitAsDefaultInstance () |
static const Config * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const int | kNameFieldNumber = 1 |
static const int | kOriginFieldNumber = 2 |
static const int | kExitOnErrorFieldNumber = 21 |
static const int | kTypeFieldNumber = 3 |
static const int | kRequireHelmFieldNumber = 10 |
static const int | kHelmRunningTimeoutFieldNumber = 11 |
static const int | kFrontseatConnectedTimeoutFieldNumber = 12 |
static const int | kStatusPeriodFieldNumber = 13 |
static const int | kSimWarpFactorFieldNumber = 30 |
Friends | |
struct | ::protobuf_goby_2fmiddleware_2fprotobuf_2ffrontseat_5fconfig_2eproto::TableStruct |
void | swap (Config &a, Config &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 81 of file frontseat_config.pb.h.
typedef boost::units::derived_dimension< boost::units::time_base_dimension,1 >::type goby::middleware::frontseat::protobuf::Config::frontseat_connected_timeout_dimension |
Definition at line 265 of file frontseat_config.pb.h.
typedef boost::units::unit<frontseat_connected_timeout_dimension,boost::units::si::system> goby::middleware::frontseat::protobuf::Config::frontseat_connected_timeout_unit |
Definition at line 269 of file frontseat_config.pb.h.
typedef boost::units::derived_dimension< boost::units::time_base_dimension,1 >::type goby::middleware::frontseat::protobuf::Config::helm_running_timeout_dimension |
Definition at line 252 of file frontseat_config.pb.h.
typedef boost::units::unit<helm_running_timeout_dimension,boost::units::si::system> goby::middleware::frontseat::protobuf::Config::helm_running_timeout_unit |
Definition at line 254 of file frontseat_config.pb.h.
typedef boost::units::derived_dimension< boost::units::time_base_dimension,1 >::type goby::middleware::frontseat::protobuf::Config::status_period_dimension |
Definition at line 280 of file frontseat_config.pb.h.
typedef boost::units::unit<status_period_dimension,boost::units::si::system> goby::middleware::frontseat::protobuf::Config::status_period_unit |
Definition at line 284 of file frontseat_config.pb.h.
goby::middleware::frontseat::protobuf::Config::Config | ( | ) |
|
virtual |
goby::middleware::frontseat::protobuf::Config::Config | ( | const Config & | from | ) |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 596 of file frontseat_config.pb.h.
|
inline |
Definition at line 548 of file frontseat_config.pb.h.
|
inline |
Definition at line 524 of file frontseat_config.pb.h.
|
inline |
Definition at line 355 of file frontseat_config.pb.h.
void goby::middleware::frontseat::protobuf::Config::clear_origin | ( | ) |
|
inline |
Definition at line 500 of file frontseat_config.pb.h.
|
inline |
Definition at line 620 of file frontseat_config.pb.h.
|
inline |
Definition at line 572 of file frontseat_config.pb.h.
|
inline |
Definition at line 475 of file frontseat_config.pb.h.
|
final |
void goby::middleware::frontseat::protobuf::Config::CopyFrom | ( | const Config & | from | ) |
|
static |
|
static |
|
inline |
Definition at line 600 of file frontseat_config.pb.h.
|
inline |
Definition at line 552 of file frontseat_config.pb.h.
|
inline |
Definition at line 276 of file frontseat_config.pb.h.
|
inline |
Definition at line 279 of file frontseat_config.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::MessageLite.
Definition at line 153 of file frontseat_config.pb.h.
|
finalvirtual |
Implements google::protobuf::Message.
|
inline |
Definition at line 587 of file frontseat_config.pb.h.
|
inline |
Definition at line 539 of file frontseat_config.pb.h.
|
inline |
Definition at line 515 of file frontseat_config.pb.h.
|
inline |
Definition at line 346 of file frontseat_config.pb.h.
|
inline |
Definition at line 412 of file frontseat_config.pb.h.
|
inline |
Definition at line 491 of file frontseat_config.pb.h.
|
inline |
Definition at line 611 of file frontseat_config.pb.h.
|
inline |
Definition at line 563 of file frontseat_config.pb.h.
|
inline |
Definition at line 466 of file frontseat_config.pb.h.
|
inline |
Definition at line 528 of file frontseat_config.pb.h.
|
inline |
Definition at line 261 of file frontseat_config.pb.h.
|
inline |
Definition at line 264 of file frontseat_config.pb.h.
|
static |
|
inlinestatic |
Definition at line 118 of file frontseat_config.pb.h.
|
final |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
final |
void goby::middleware::frontseat::protobuf::Config::MergeFrom | ( | const Config & | from | ) |
|
final |
|
inline |
Definition at line 388 of file frontseat_config.pb.h.
|
inline |
Definition at line 437 of file frontseat_config.pb.h.
|
inline |
Definition at line 110 of file frontseat_config.pb.h.
|
inline |
Definition at line 359 of file frontseat_config.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::Message.
Definition at line 132 of file frontseat_config.pb.h.
|
inlinefinalvirtual |
Reimplemented from google::protobuf::Message.
Definition at line 136 of file frontseat_config.pb.h.
Definition at line 88 of file frontseat_config.pb.h.
|
inline |
Definition at line 424 of file frontseat_config.pb.h.
|
inline |
Definition at line 393 of file frontseat_config.pb.h.
|
inline |
Definition at line 430 of file frontseat_config.pb.h.
|
inline |
Definition at line 504 of file frontseat_config.pb.h.
|
final |
|
inline |
Definition at line 401 of file frontseat_config.pb.h.
|
inline |
Definition at line 446 of file frontseat_config.pb.h.
|
inline |
Definition at line 604 of file frontseat_config.pb.h.
|
inline |
Definition at line 556 of file frontseat_config.pb.h.
|
inline |
Definition at line 272 of file frontseat_config.pb.h.
|
inline |
Definition at line 532 of file frontseat_config.pb.h.
|
inline |
Definition at line 257 of file frontseat_config.pb.h.
|
inline |
Definition at line 363 of file frontseat_config.pb.h.
|
inline |
Definition at line 376 of file frontseat_config.pb.h.
|
inline |
Definition at line 382 of file frontseat_config.pb.h.
|
inline |
Definition at line 508 of file frontseat_config.pb.h.
|
inline |
Definition at line 628 of file frontseat_config.pb.h.
|
inline |
Definition at line 580 of file frontseat_config.pb.h.
|
inline |
Definition at line 287 of file frontseat_config.pb.h.
|
inline |
Definition at line 483 of file frontseat_config.pb.h.
|
inline |
Definition at line 624 of file frontseat_config.pb.h.
|
inline |
Definition at line 576 of file frontseat_config.pb.h.
|
inline |
Definition at line 291 of file frontseat_config.pb.h.
|
inline |
Definition at line 294 of file frontseat_config.pb.h.
void goby::middleware::frontseat::protobuf::Config::Swap | ( | Config * | other | ) |
|
inline |
Definition at line 479 of file frontseat_config.pb.h.
|
inline |
Definition at line 107 of file frontseat_config.pb.h.
|
friend |
Definition at line 332 of file frontseat_config.pb.h.
Definition at line 126 of file frontseat_config.pb.h.
|
static |
Definition at line 205 of file frontseat_config.pb.h.
|
static |
Definition at line 233 of file frontseat_config.pb.h.
|
static |
Definition at line 226 of file frontseat_config.pb.h.
|
staticconstexpr |
Definition at line 122 of file frontseat_config.pb.h.
|
static |
Definition at line 178 of file frontseat_config.pb.h.
|
static |
Definition at line 193 of file frontseat_config.pb.h.
|
static |
Definition at line 219 of file frontseat_config.pb.h.
|
static |
Definition at line 247 of file frontseat_config.pb.h.
|
static |
Definition at line 240 of file frontseat_config.pb.h.
|
static |
Definition at line 212 of file frontseat_config.pb.h.