|
enum | DCCLParameters { DCCL_ID = 513,
DCCL_MAX_BYTES = 32
} |
|
typedef ModemDriverStatus_Status | Status |
|
|
| ModemDriverStatus (const ModemDriverStatus &from) |
|
ModemDriverStatus & | operator= (const ModemDriverStatus &from) |
|
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
|
void | Swap (ModemDriverStatus *other) |
|
ModemDriverStatus * | New () 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 const ::google::protobuf::Descriptor * | descriptor () |
|
static const ModemDriverStatus & | default_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 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 |
|
|
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 () |
|
Definition at line 72 of file modem_driver_status.pb.h.
const int goby::acomms::protobuf::ModemDriverStatus::Status_ARRAYSIZE |
|
static |
const Status goby::acomms::protobuf::ModemDriverStatus::Status_MAX |
|
static |
const Status goby::acomms::protobuf::ModemDriverStatus::Status_MIN |
|
static |
The documentation for this class was generated from the following file: