|
| RangingReply (const RangingReply &from) |
|
RangingReply & | operator= (const RangingReply &from) |
|
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
|
void | Swap (RangingReply *other) |
|
RangingReply * | New () const |
|
void | CopyFrom (const ::google::protobuf::Message &from) |
|
void | MergeFrom (const ::google::protobuf::Message &from) |
|
void | CopyFrom (const RangingReply &from) |
|
void | MergeFrom (const RangingReply &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 |
|
int | one_way_travel_time_size () const |
|
void | clear_one_way_travel_time () |
|
double | one_way_travel_time (int index) const |
|
void | set_one_way_travel_time (int index, double value) |
|
void | add_one_way_travel_time (double value) |
|
const ::google::protobuf::RepeatedField< double > & | one_way_travel_time () const |
|
inline::google::protobuf::RepeatedField< double > * | mutable_one_way_travel_time () |
|
bool | has_ambiguity () const |
|
void | clear_ambiguity () |
|
inline::micromodem::protobuf::RangingReply_OWTTAmbiguity | ambiguity () const |
|
void | set_ambiguity (::micromodem::protobuf::RangingReply_OWTTAmbiguity value) |
|
bool | has_is_one_way_synchronous () const |
|
void | clear_is_one_way_synchronous () |
|
bool | is_one_way_synchronous () const |
|
void | set_is_one_way_synchronous (bool value) |
|
bool | has_receiver_clk_mode () const |
|
void | clear_receiver_clk_mode () |
|
inline::micromodem::protobuf::ClockMode | receiver_clk_mode () const |
|
void | set_receiver_clk_mode (::micromodem::protobuf::ClockMode value) |
|
bool | has_sender_clk_mode () const |
|
void | clear_sender_clk_mode () |
|
inline::micromodem::protobuf::ClockMode | sender_clk_mode () const |
|
void | set_sender_clk_mode (::micromodem::protobuf::ClockMode value) |
|
|
static const OWTTAmbiguity | OWTT_EXACT = RangingReply_OWTTAmbiguity_OWTT_EXACT |
|
static const OWTTAmbiguity | OWTT_SECOND_AMBIGUOUS = RangingReply_OWTTAmbiguity_OWTT_SECOND_AMBIGUOUS |
|
static const OWTTAmbiguity | OWTTAmbiguity_MIN |
|
static const OWTTAmbiguity | OWTTAmbiguity_MAX |
|
static const int | OWTTAmbiguity_ARRAYSIZE |
|
static const int | kOneWayTravelTimeFieldNumber = 1 |
|
static const int | kAmbiguityFieldNumber = 2 |
|
static const int | kIsOneWaySynchronousFieldNumber = 3 |
|
static const int | kReceiverClkModeFieldNumber = 4 |
|
static const int | kSenderClkModeFieldNumber = 5 |
|
- Examples:
- acomms/chat/chat.cpp.
Definition at line 1033 of file mm_driver.pb.h.