Goby v2
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
goby::acomms::protobuf::BridgeConfig Class Reference
Inheritance diagram for goby::acomms::protobuf::BridgeConfig:
Inheritance graph
[legend]

Public Types

typedef BridgeConfig_Subnet Subnet
 

Public Member Functions

 BridgeConfig (const BridgeConfig &from)
 
BridgeConfigoperator= (const BridgeConfig &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (BridgeConfig *other)
 
BridgeConfigNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const BridgeConfig &from)
 
void MergeFrom (const BridgeConfig &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_base () const
 
void clear_base ()
 
const ::AppBaseConfigbase () const
 
inline::AppBaseConfig * mutable_base ()
 
inline::AppBaseConfig * release_base ()
 
void set_allocated_base (::AppBaseConfig *base)
 
int subnet_size () const
 
void clear_subnet ()
 
const ::goby::acomms::protobuf::BridgeConfig_Subnetsubnet (int index) const
 
inline::goby::acomms::protobuf::BridgeConfig_Subnet * mutable_subnet (int index)
 
inline::goby::acomms::protobuf::BridgeConfig_Subnet * add_subnet ()
 
const ::google::protobuf::RepeatedPtrField< ::goby::acomms::protobuf::BridgeConfig_Subnet > & subnet () const
 
inline::google::protobuf::RepeatedPtrField< ::goby::acomms::protobuf::BridgeConfig_Subnet > * mutable_subnet ()
 
bool has_route_cfg () const
 
void clear_route_cfg ()
 
const ::goby::acomms::protobuf::RouteManagerConfigroute_cfg () const
 
inline::goby::acomms::protobuf::RouteManagerConfig * mutable_route_cfg ()
 
inline::goby::acomms::protobuf::RouteManagerConfig * release_route_cfg ()
 
void set_allocated_route_cfg (::goby::acomms::protobuf::RouteManagerConfig *route_cfg)
 
int load_shared_library_size () const
 
void clear_load_shared_library ()
 
const ::std::string & load_shared_library (int index) const
 
inline::std::string * mutable_load_shared_library (int index)
 
void set_load_shared_library (int index, const ::std::string &value)
 
void set_load_shared_library (int index, const char *value)
 
void set_load_shared_library (int index, const char *value, size_t size)
 
inline::std::string * add_load_shared_library ()
 
void add_load_shared_library (const ::std::string &value)
 
void add_load_shared_library (const char *value)
 
void add_load_shared_library (const char *value, size_t size)
 
const ::google::protobuf::RepeatedPtrField< ::std::string > & load_shared_library () const
 
inline::google::protobuf::RepeatedPtrField< ::std::string > * mutable_load_shared_library ()
 
int load_proto_file_size () const
 
void clear_load_proto_file ()
 
const ::std::string & load_proto_file (int index) const
 
inline::std::string * mutable_load_proto_file (int index)
 
void set_load_proto_file (int index, const ::std::string &value)
 
void set_load_proto_file (int index, const char *value)
 
void set_load_proto_file (int index, const char *value, size_t size)
 
inline::std::string * add_load_proto_file ()
 
void add_load_proto_file (const ::std::string &value)
 
void add_load_proto_file (const char *value)
 
void add_load_proto_file (const char *value, size_t size)
 
const ::google::protobuf::RepeatedPtrField< ::std::string > & load_proto_file () const
 
inline::google::protobuf::RepeatedPtrField< ::std::string > * mutable_load_proto_file ()
 
bool has_dccl_cfg () const
 
void clear_dccl_cfg ()
 
const ::goby::acomms::protobuf::DCCLConfigdccl_cfg () const
 
inline::goby::acomms::protobuf::DCCLConfig * mutable_dccl_cfg ()
 
inline::goby::acomms::protobuf::DCCLConfig * release_dccl_cfg ()
 
void set_allocated_dccl_cfg (::goby::acomms::protobuf::DCCLConfig *dccl_cfg)
 
bool has_forward_cacst () const
 
void clear_forward_cacst ()
 
bool forward_cacst () const
 
void set_forward_cacst (bool value)
 
bool has_forward_ranging_reply () const
 
void clear_forward_ranging_reply ()
 
bool forward_ranging_reply () const
 
void set_forward_ranging_reply (bool value)
 
bool has_special_command_ttl () const
 
void clear_special_command_ttl ()
 
inline::google::protobuf::int32 special_command_ttl () const
 
void set_special_command_ttl (::google::protobuf::int32 value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const BridgeConfigdefault_instance ()
 

Static Public Attributes

static const int kBaseFieldNumber = 1
 
static const int kSubnetFieldNumber = 2
 
static const int kRouteCfgFieldNumber = 3
 
static const int kLoadSharedLibraryFieldNumber = 10
 
static const int kLoadProtoFileFieldNumber = 11
 
static const int kDcclCfgFieldNumber = 12
 
static const int kForwardCacstFieldNumber = 100
 
static const int kForwardRangingReplyFieldNumber = 101
 
static const int kSpecialCommandTtlFieldNumber = 200
 

Friends

void protobuf_AddDesc_goby_2fapps_2facomms_2fgoby_5fbridge_2fbridge_5fconfig_2eproto ()
 
void protobuf_AssignDesc_goby_2fapps_2facomms_2fgoby_5fbridge_2fbridge_5fconfig_2eproto ()
 
void protobuf_ShutdownFile_goby_2fapps_2facomms_2fgoby_5fbridge_2fbridge_5fconfig_2eproto ()
 

Detailed Description

Definition at line 146 of file bridge_config.pb.h.


The documentation for this class was generated from the following file: