|
|
| SV2Header (const SV2Header &from) |
| |
|
SV2Header & | operator= (const SV2Header &from) |
| |
|
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
| |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
| |
|
void | Swap (SV2Header *other) |
| |
|
SV2Header * | New () const |
| |
|
void | CopyFrom (const ::google::protobuf::Message &from) |
| |
|
void | MergeFrom (const ::google::protobuf::Message &from) |
| |
|
void | CopyFrom (const SV2Header &from) |
| |
|
void | MergeFrom (const SV2Header &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_start_of_frame () const |
| |
|
void | clear_start_of_frame () |
| |
|
inline::google::protobuf::uint32 | start_of_frame () const |
| |
|
void | set_start_of_frame (::google::protobuf::uint32 value) |
| |
|
bool | has_message_size () const |
| |
|
void | clear_message_size () |
| |
|
inline::google::protobuf::uint32 | message_size () const |
| |
|
void | set_message_size (::google::protobuf::uint32 value) |
| |
|
bool | has_dest () const |
| |
|
void | clear_dest () |
| |
|
inline::google::protobuf::uint32 | dest () const |
| |
|
void | set_dest (::google::protobuf::uint32 value) |
| |
|
bool | has_src () const |
| |
|
void | clear_src () |
| |
|
inline::google::protobuf::uint32 | src () const |
| |
|
void | set_src (::google::protobuf::uint32 value) |
| |
|
bool | has_transaction_id () const |
| |
|
void | clear_transaction_id () |
| |
|
inline::google::protobuf::uint32 | transaction_id () const |
| |
|
void | set_transaction_id (::google::protobuf::uint32 value) |
| |
|
bool | has_message_type () const |
| |
|
void | clear_message_type () |
| |
|
inline::google::protobuf::uint32 | message_type () const |
| |
|
void | set_message_type (::google::protobuf::uint32 value) |
| |
|
|
static const ::google::protobuf::Descriptor * | descriptor () |
| |
|
static const SV2Header & | default_instance () |
| |
|
static bool | BoardId_IsValid (int value) |
| |
|
static const ::google::protobuf::EnumDescriptor * | BoardId_descriptor () |
| |
|
static const ::std::string & | BoardId_Name (BoardId value) |
| |
|
static bool | BoardId_Parse (const ::std::string &name, BoardId *value) |
| |
|
static bool | CCTaskId_IsValid (int value) |
| |
|
static const ::google::protobuf::EnumDescriptor * | CCTaskId_descriptor () |
| |
|
static const ::std::string & | CCTaskId_Name (CCTaskId value) |
| |
|
static bool | CCTaskId_Parse (const ::std::string &name, CCTaskId *value) |
| |
|
|
static const BoardId | BOARD_ID_CC = SV2Header_BoardId_BOARD_ID_CC |
| |
|
static const BoardId | BOARD_ID_BROADCAST = SV2Header_BoardId_BOARD_ID_BROADCAST |
| |
| static const BoardId | BoardId_MIN |
| |
| static const BoardId | BoardId_MAX |
| |
| static const int | BoardId_ARRAYSIZE |
| |
|
static const CCTaskId | CCTASK_ID_MAIN = SV2Header_CCTaskId_CCTASK_ID_MAIN |
| |
|
static const CCTaskId | CCTASK_ID_COMMAND = SV2Header_CCTaskId_CCTASK_ID_COMMAND |
| |
|
static const CCTaskId | CCTASK_ID_IRIDIUM = SV2Header_CCTaskId_CCTASK_ID_IRIDIUM |
| |
|
static const CCTaskId | CCTASK_ID_DEBUG_CONSOLE = SV2Header_CCTaskId_CCTASK_ID_DEBUG_CONSOLE |
| |
|
static const CCTaskId | CCTASK_ID_XBEE = SV2Header_CCTaskId_CCTASK_ID_XBEE |
| |
|
static const CCTaskId | CCTASK_ID_FILE_TRANSFER = SV2Header_CCTaskId_CCTASK_ID_FILE_TRANSFER |
| |
|
static const CCTaskId | CCTASK_ID_DEFAULT_HOST = SV2Header_CCTaskId_CCTASK_ID_DEFAULT_HOST |
| |
|
static const CCTaskId | CCTASK_ID_FORWARD_FULL_MESSAGE = SV2Header_CCTaskId_CCTASK_ID_FORWARD_FULL_MESSAGE |
| |
| static const CCTaskId | CCTaskId_MIN |
| |
| static const CCTaskId | CCTaskId_MAX |
| |
| static const int | CCTaskId_ARRAYSIZE |
| |
|
static const int | kStartOfFrameFieldNumber = 1 |
| |
|
static const int | kMessageSizeFieldNumber = 2 |
| |
|
static const int | kDestFieldNumber = 3 |
| |
|
static const int | kSrcFieldNumber = 4 |
| |
|
static const int | kTransactionIdFieldNumber = 5 |
| |
|
static const int | kMessageTypeFieldNumber = 6 |
| |