|
| GobyMOOSAppConfig (const GobyMOOSAppConfig &from) |
|
GobyMOOSAppConfig & | operator= (const GobyMOOSAppConfig &from) |
|
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
|
void | Swap (GobyMOOSAppConfig *other) |
|
GobyMOOSAppConfig * | New () const |
|
void | CopyFrom (const ::google::protobuf::Message &from) |
|
void | MergeFrom (const ::google::protobuf::Message &from) |
|
void | CopyFrom (const GobyMOOSAppConfig &from) |
|
void | MergeFrom (const GobyMOOSAppConfig &from) |
|
void | Clear () |
|
bool | IsInitialized () const |
|
int | ByteSize () const |
|
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) |
|
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const |
|
::google::protobuf::uint8 * | SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const |
|
int | GetCachedSize () const |
|
::google::protobuf::Metadata | GetMetadata () const |
|
bool | has_log () const |
|
void | clear_log () |
|
bool | log () const |
|
void | set_log (bool value) |
|
bool | has_log_path () const |
|
void | clear_log_path () |
|
const ::std::string & | log_path () const |
|
void | set_log_path (const ::std::string &value) |
|
void | set_log_path (const char *value) |
|
void | set_log_path (const char *value, size_t size) |
|
inline::std::string * | mutable_log_path () |
|
inline::std::string * | release_log_path () |
|
void | set_allocated_log_path (::std::string *log_path) |
|
bool | has_log_verbosity () const |
|
void | clear_log_verbosity () |
|
inline::goby::common::protobuf::GLogConfig_Verbosity | log_verbosity () const |
|
void | set_log_verbosity (::goby::common::protobuf::GLogConfig_Verbosity value) |
|
bool | has_community () const |
|
void | clear_community () |
|
const ::std::string & | community () const |
|
void | set_community (const ::std::string &value) |
|
void | set_community (const char *value) |
|
void | set_community (const char *value, size_t size) |
|
inline::std::string * | mutable_community () |
|
inline::std::string * | release_community () |
|
void | set_allocated_community (::std::string *community) |
|
bool | has_lat_origin () const |
|
void | clear_lat_origin () |
|
double | lat_origin () const |
|
void | set_lat_origin (double value) |
|
bool | has_lon_origin () const |
|
void | clear_lon_origin () |
|
double | lon_origin () const |
|
void | set_lon_origin (double value) |
|
bool | has_time_warp_multiplier () const |
|
void | clear_time_warp_multiplier () |
|
inline::google::protobuf::uint32 | time_warp_multiplier () const |
|
void | set_time_warp_multiplier (::google::protobuf::uint32 value) |
|
bool | has_server_host () const |
|
void | clear_server_host () |
|
const ::std::string & | server_host () const |
|
void | set_server_host (const ::std::string &value) |
|
void | set_server_host (const char *value) |
|
void | set_server_host (const char *value, size_t size) |
|
inline::std::string * | mutable_server_host () |
|
inline::std::string * | release_server_host () |
|
void | set_allocated_server_host (::std::string *server_host) |
|
bool | has_server_port () const |
|
void | clear_server_port () |
|
inline::google::protobuf::int32 | server_port () const |
|
void | set_server_port (::google::protobuf::int32 value) |
|
bool | has_app_tick () const |
|
void | clear_app_tick () |
|
inline::google::protobuf::uint32 | app_tick () const |
|
void | set_app_tick (::google::protobuf::uint32 value) |
|
bool | has_comm_tick () const |
|
void | clear_comm_tick () |
|
inline::google::protobuf::uint32 | comm_tick () const |
|
void | set_comm_tick (::google::protobuf::uint32 value) |
|
bool | has_verbosity () const |
|
void | clear_verbosity () |
|
inline::goby::common::protobuf::GLogConfig_Verbosity | verbosity () const |
|
void | set_verbosity (::goby::common::protobuf::GLogConfig_Verbosity value) |
|
bool | has_show_gui () const |
|
void | clear_show_gui () |
|
bool | show_gui () const |
|
void | set_show_gui (bool value) |
|
bool | has_use_binary_protobuf () const |
|
void | clear_use_binary_protobuf () |
|
bool | use_binary_protobuf () const |
|
void | set_use_binary_protobuf (bool value) |
|
bool | has_moos_parser_technique () const |
|
void | clear_moos_parser_technique () |
|
inline::goby::moos::protobuf::TranslatorEntry_ParserSerializerTechnique | moos_parser_technique () const |
|
void | set_moos_parser_technique (::goby::moos::protobuf::TranslatorEntry_ParserSerializerTechnique value) |
|
int | initializer_size () const |
|
void | clear_initializer () |
|
const ::GobyMOOSAppConfig_Initializer & | initializer (int index) const |
|
inline::GobyMOOSAppConfig_Initializer * | mutable_initializer (int index) |
|
inline::GobyMOOSAppConfig_Initializer * | add_initializer () |
|
const ::google::protobuf::RepeatedPtrField< ::GobyMOOSAppConfig_Initializer > & | initializer () const |
|
inline::google::protobuf::RepeatedPtrField< ::GobyMOOSAppConfig_Initializer > * | mutable_initializer () |
|
Definition at line 234 of file goby_moos_app.pb.h.