Goby v2
|
Public Member Functions | |
MMDriverTest2Config (const MMDriverTest2Config &from) | |
MMDriverTest2Config & | operator= (const MMDriverTest2Config &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (MMDriverTest2Config *other) |
MMDriverTest2Config * | New () const |
void | CopyFrom (const ::google::protobuf::Message &from) |
void | MergeFrom (const ::google::protobuf::Message &from) |
void | CopyFrom (const MMDriverTest2Config &from) |
void | MergeFrom (const MMDriverTest2Config &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_app () const |
void | clear_app () |
const ::AppBaseConfig & | app () const |
inline::AppBaseConfig * | mutable_app () |
inline::AppBaseConfig * | release_app () |
void | set_allocated_app (::AppBaseConfig *app) |
bool | has_mm1_cfg () const |
void | clear_mm1_cfg () |
const ::goby::acomms::protobuf::DriverConfig & | mm1_cfg () const |
inline::goby::acomms::protobuf::DriverConfig * | mutable_mm1_cfg () |
inline::goby::acomms::protobuf::DriverConfig * | release_mm1_cfg () |
void | set_allocated_mm1_cfg (::goby::acomms::protobuf::DriverConfig *mm1_cfg) |
bool | has_mm2_cfg () const |
void | clear_mm2_cfg () |
const ::goby::acomms::protobuf::DriverConfig & | mm2_cfg () const |
inline::goby::acomms::protobuf::DriverConfig * | mutable_mm2_cfg () |
inline::goby::acomms::protobuf::DriverConfig * | release_mm2_cfg () |
void | set_allocated_mm2_cfg (::goby::acomms::protobuf::DriverConfig *mm2_cfg) |
int | transmission_size () const |
void | clear_transmission () |
const ::goby::acomms::protobuf::ModemTransmission & | transmission (int index) const |
inline::goby::acomms::protobuf::ModemTransmission * | mutable_transmission (int index) |
inline::goby::acomms::protobuf::ModemTransmission * | add_transmission () |
const ::google::protobuf::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission > & | transmission () const |
inline::google::protobuf::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission > * | mutable_transmission () |
bool | has_repeat () const |
void | clear_repeat () |
inline::google::protobuf::int32 | repeat () const |
void | set_repeat (::google::protobuf::int32 value) |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const MMDriverTest2Config & | default_instance () |
Static Public Attributes | |
static const int | kAppFieldNumber = 1 |
static const int | kMm1CfgFieldNumber = 10 |
static const int | kMm2CfgFieldNumber = 11 |
static const int | kTransmissionFieldNumber = 20 |
static const int | kRepeatFieldNumber = 21 |
Definition at line 50 of file test_config.pb.h.