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

Public Types

enum  DCCLParameters { DCCL_ID = 513, DCCL_MAX_BYTES = 32 }
 
typedef ModemDriverStatus_Status Status
 

Public Member Functions

 ModemDriverStatus (const ModemDriverStatus &from)
 
ModemDriverStatusoperator= (const ModemDriverStatus &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ModemDriverStatus *other)
 
ModemDriverStatusNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const ModemDriverStatus &from)
 
void MergeFrom (const ModemDriverStatus &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_src () const
 
void clear_src ()
 
inline::google::protobuf::int32 src () const
 
void set_src (::google::protobuf::int32 value)
 
bool has_dest () const
 
void clear_dest ()
 
inline::google::protobuf::int32 dest () const
 
void set_dest (::google::protobuf::int32 value)
 
bool has_time () const
 
void clear_time ()
 
double time () const
 
void set_time (double value)
 
bool has_status () const
 
void clear_status ()
 
inline::goby::acomms::protobuf::ModemDriverStatus_Status status () const
 
void set_status (::goby::acomms::protobuf::ModemDriverStatus_Status value)
 
bool has_n_resets () const
 
void clear_n_resets ()
 
inline::google::protobuf::uint32 n_resets () const
 
void set_n_resets (::google::protobuf::uint32 value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const ModemDriverStatusdefault_instance ()
 
static bool Status_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * Status_descriptor ()
 
static const ::std::string & Status_Name (Status value)
 
static bool Status_Parse (const ::std::string &name, Status *value)
 

Static Public Attributes

static const Status NOMINAL = ModemDriverStatus_Status_NOMINAL
 
static const Status CONNECTION_TO_MODEM_FAILED = ModemDriverStatus_Status_CONNECTION_TO_MODEM_FAILED
 
static const Status MODEM_NOT_RESPONDING = ModemDriverStatus_Status_MODEM_NOT_RESPONDING
 
static const Status STARTUP_FAILED = ModemDriverStatus_Status_STARTUP_FAILED
 
static const Status INVALID_CONFIGURATION = ModemDriverStatus_Status_INVALID_CONFIGURATION
 
static const Status MANUAL_RESET = ModemDriverStatus_Status_MANUAL_RESET
 
static const Status Status_MIN
 
static const Status Status_MAX
 
static const int Status_ARRAYSIZE
 
static const int kSrcFieldNumber = 1
 
static const int kDestFieldNumber = 2
 
static const int kTimeFieldNumber = 3
 
static const int kStatusFieldNumber = 4
 
static const int kNResetsFieldNumber = 5
 

Friends

void protobuf_AddDesc_goby_2facomms_2fprotobuf_2fmodem_5fdriver_5fstatus_2eproto ()
 
void protobuf_AssignDesc_goby_2facomms_2fprotobuf_2fmodem_5fdriver_5fstatus_2eproto ()
 
void protobuf_ShutdownFile_goby_2facomms_2fprotobuf_2fmodem_5fdriver_5fstatus_2eproto ()
 

Detailed Description

Definition at line 72 of file modem_driver_status.pb.h.

Member Data Documentation

const int goby::acomms::protobuf::ModemDriverStatus::Status_ARRAYSIZE
static
Initial value:
=
ModemDriverStatus_Status_Status_ARRAYSIZE

Definition at line 137 of file modem_driver_status.pb.h.

const Status goby::acomms::protobuf::ModemDriverStatus::Status_MAX
static
Initial value:
=
ModemDriverStatus_Status_Status_MAX

Definition at line 135 of file modem_driver_status.pb.h.

const Status goby::acomms::protobuf::ModemDriverStatus::Status_MIN
static
Initial value:
=
ModemDriverStatus_Status_Status_MIN

Definition at line 133 of file modem_driver_status.pb.h.


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