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

Public Types

typedef MACConfig_MACRefTime MACRefTime
 

Public Member Functions

 MACConfig (const MACConfig &from)
 
MACConfigoperator= (const MACConfig &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (MACConfig *other)
 
MACConfigNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const MACConfig &from)
 
void MergeFrom (const MACConfig &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_modem_id () const
 
void clear_modem_id ()
 
inline::google::protobuf::int32 modem_id () const
 
void set_modem_id (::google::protobuf::int32 value)
 
bool has_type () const
 
void clear_type ()
 
inline::goby::acomms::protobuf::MACType type () const
 
void set_type (::goby::acomms::protobuf::MACType value)
 
int slot_size () const
 
void clear_slot ()
 
const ::goby::acomms::protobuf::ModemTransmissionslot (int index) const
 
inline::goby::acomms::protobuf::ModemTransmission * mutable_slot (int index)
 
inline::goby::acomms::protobuf::ModemTransmission * add_slot ()
 
const ::google::protobuf::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission > & slot () const
 
inline::google::protobuf::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission > * mutable_slot ()
 
bool has_start_cycle_in_middle () const
 
void clear_start_cycle_in_middle ()
 
bool start_cycle_in_middle () const
 
void set_start_cycle_in_middle (bool value)
 
bool has_ref_time_type () const
 
void clear_ref_time_type ()
 
inline::goby::acomms::protobuf::MACConfig_MACRefTime ref_time_type () const
 
void set_ref_time_type (::goby::acomms::protobuf::MACConfig_MACRefTime value)
 
bool has_fixed_ref_time () const
 
void clear_fixed_ref_time ()
 
inline::google::protobuf::int32 fixed_ref_time () const
 
void set_fixed_ref_time (::google::protobuf::int32 value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const MACConfigdefault_instance ()
 
static bool MACRefTime_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * MACRefTime_descriptor ()
 
static const ::std::string & MACRefTime_Name (MACRefTime value)
 
static bool MACRefTime_Parse (const ::std::string &name, MACRefTime *value)
 

Static Public Attributes

static const MACRefTime REFERENCE_START_OF_DAY = MACConfig_MACRefTime_REFERENCE_START_OF_DAY
 
static const MACRefTime REFERENCE_FIXED = MACConfig_MACRefTime_REFERENCE_FIXED
 
static const MACRefTime MACRefTime_MIN
 
static const MACRefTime MACRefTime_MAX
 
static const int MACRefTime_ARRAYSIZE
 
static const int kModemIdFieldNumber = 1
 
static const int kTypeFieldNumber = 2
 
static const int kSlotFieldNumber = 3
 
static const int kStartCycleInMiddleFieldNumber = 4
 
static const int kRefTimeTypeFieldNumber = 5
 
static const int kFixedRefTimeFieldNumber = 6
 

Friends

void protobuf_AddDesc_goby_2facomms_2fprotobuf_2famac_5fconfig_2eproto ()
 
void protobuf_AssignDesc_goby_2facomms_2fprotobuf_2famac_5fconfig_2eproto ()
 
void protobuf_ShutdownFile_goby_2facomms_2fprotobuf_2famac_5fconfig_2eproto ()
 

Detailed Description

Examples:
acomms/amac/amac_simple/amac_simple.cpp, and acomms/chat/chat.cpp.

Definition at line 88 of file amac_config.pb.h.

Member Data Documentation

const int goby::acomms::protobuf::MACConfig::MACRefTime_ARRAYSIZE
static
Initial value:
=
MACConfig_MACRefTime_MACRefTime_ARRAYSIZE

Definition at line 149 of file amac_config.pb.h.

const MACRefTime goby::acomms::protobuf::MACConfig::MACRefTime_MAX
static
Initial value:
=
MACConfig_MACRefTime_MACRefTime_MAX

Definition at line 147 of file amac_config.pb.h.

const MACRefTime goby::acomms::protobuf::MACConfig::MACRefTime_MIN
static
Initial value:
=
MACConfig_MACRefTime_MACRefTime_MIN

Definition at line 145 of file amac_config.pb.h.


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