#include <jaiabot/messages/jaia_dccl.pb.h>
Public Types | |
enum | CommandDataCase { kPlan = 20, kRc = 30, kRcTask = 31, COMMAND_DATA_NOT_SET = 0 } |
enum | DCCLParameters { DCCL_ID = 80, DCCL_MAX_BYTES = 250 } |
typedef Command_CommandType | CommandType |
typedef boost::units::time_dimension | time_dimension |
typedef boost::units::make_scaled_unit< boost::units::unit< time_dimension, boost::units::si::system >, boost::units::scale< 10, boost::units::static_rational<-6 > > >::type | time_unit |
Public Member Functions | |
Command () | |
virtual | ~Command () |
Command (const Command &from) | |
Command & | operator= (const Command &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (Command *other) |
Command * | New () const final |
Command * | New (::google::protobuf::Arena *arena) const final |
void | CopyFrom (const ::google::protobuf::Message &from) final |
void | MergeFrom (const ::google::protobuf::Message &from) final |
void | CopyFrom (const Command &from) |
void | MergeFrom (const Command &from) |
void | Clear () final |
bool | IsInitialized () const final |
size_t | ByteSizeLong () const final |
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final |
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final |
::google::protobuf::uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final |
int | GetCachedSize () const final |
::google::protobuf::Metadata | GetMetadata () const final |
bool | has_time () const |
void | clear_time () |
::google::protobuf::uint64 | time () const |
void | set_time (::google::protobuf::uint64 value) |
bool | has_bot_id () const |
void | clear_bot_id () |
::google::protobuf::uint32 | bot_id () const |
void | set_bot_id (::google::protobuf::uint32 value) |
bool | has_link () const |
void | clear_link () |
::jaiabot::protobuf::Link | link () const |
void | set_link (::jaiabot::protobuf::Link value) |
bool | has_type () const |
void | clear_type () |
::jaiabot::protobuf::Command_CommandType | type () const |
void | set_type (::jaiabot::protobuf::Command_CommandType value) |
bool | has_plan () const |
void | clear_plan () |
const ::jaiabot::protobuf::MissionPlan & | plan () const |
::jaiabot::protobuf::MissionPlan * | release_plan () |
::jaiabot::protobuf::MissionPlan * | mutable_plan () |
void | set_allocated_plan (::jaiabot::protobuf::MissionPlan *plan) |
bool | has_rc () const |
void | clear_rc () |
const ::jaiabot::protobuf::RemoteControl & | rc () const |
::jaiabot::protobuf::RemoteControl * | release_rc () |
::jaiabot::protobuf::RemoteControl * | mutable_rc () |
void | set_allocated_rc (::jaiabot::protobuf::RemoteControl *rc) |
bool | has_rc_task () const |
void | clear_rc_task () |
const ::jaiabot::protobuf::MissionTask & | rc_task () const |
::jaiabot::protobuf::MissionTask * | release_rc_task () |
::jaiabot::protobuf::MissionTask * | mutable_rc_task () |
void | set_allocated_rc_task (::jaiabot::protobuf::MissionTask *rc_task) |
void | clear_command_data () |
CommandDataCase | command_data_case () const |
template<typename Quantity > | |
void | set_time_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | time_with_units () const |
boost::units::quantity< time_unit, google::protobuf::uint64 > | time_with_units () const |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const Command & | default_instance () |
static void | InitAsDefaultInstance () |
static const Command * | internal_default_instance () |
static bool | CommandType_IsValid (int value) |
static const ::google::protobuf::EnumDescriptor * | CommandType_descriptor () |
static const ::std::string & | CommandType_Name (CommandType value) |
static bool | CommandType_Parse (const ::std::string &name, CommandType *value) |
Friends | |
struct | ::protobuf_jaiabot_2fmessages_2fjaia_5fdccl_2eproto::TableStruct |
void | swap (Command &a, Command &b) |
Definition at line 222 of file jaia_dccl.pb.h.
Definition at line 321 of file jaia_dccl.pb.h.
typedef boost::units::time_dimension jaiabot::protobuf::Command::time_dimension |
Definition at line 452 of file jaia_dccl.pb.h.
typedef boost::units::make_scaled_unit<boost::units::unit<time_dimension,boost::units::si::system> , boost::units::scale<10, boost::units::static_rational<-6> > >::type jaiabot::protobuf::Command::time_unit |
Definition at line 454 of file jaia_dccl.pb.h.
Enumerator | |
---|---|
kPlan | |
kRc | |
kRcTask | |
COMMAND_DATA_NOT_SET |
Definition at line 258 of file jaia_dccl.pb.h.
Enumerator | |
---|---|
DCCL_ID | |
DCCL_MAX_BYTES |
Definition at line 451 of file jaia_dccl.pb.h.
jaiabot::protobuf::Command::Command | ( | ) |
|
virtual |
jaiabot::protobuf::Command::Command | ( | const Command & | from | ) |
|
inline |
Definition at line 2875 of file jaia_dccl.pb.h.
|
final |
|
final |
|
inline |
Definition at line 2871 of file jaia_dccl.pb.h.
void jaiabot::protobuf::Command::clear_command_data | ( | ) |
|
inline |
Definition at line 2919 of file jaia_dccl.pb.h.
void jaiabot::protobuf::Command::clear_plan | ( | ) |
void jaiabot::protobuf::Command::clear_rc | ( | ) |
void jaiabot::protobuf::Command::clear_rc_task | ( | ) |
|
inline |
Definition at line 2895 of file jaia_dccl.pb.h.
|
inline |
Definition at line 2944 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3079 of file jaia_dccl.pb.h.
|
inlinestatic |
Definition at line 372 of file jaia_dccl.pb.h.
|
inlinestatic |
Definition at line 362 of file jaia_dccl.pb.h.
|
inlinestatic |
Definition at line 375 of file jaia_dccl.pb.h.
|
inlinestatic |
Definition at line 378 of file jaia_dccl.pb.h.
|
final |
void jaiabot::protobuf::Command::CopyFrom | ( | const Command & | from | ) |
|
static |
|
static |
|
inlinefinal |
Definition at line 301 of file jaia_dccl.pb.h.
|
final |
|
inline |
Definition at line 2862 of file jaia_dccl.pb.h.
|
inline |
Definition at line 2910 of file jaia_dccl.pb.h.
|
inline |
Definition at line 2960 of file jaia_dccl.pb.h.
|
inline |
Definition at line 2998 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3036 of file jaia_dccl.pb.h.
|
inline |
Definition at line 2886 of file jaia_dccl.pb.h.
|
inline |
Definition at line 2935 of file jaia_dccl.pb.h.
|
static |
|
inlinestatic |
Definition at line 266 of file jaia_dccl.pb.h.
|
final |
|
final |
|
inline |
Definition at line 2923 of file jaia_dccl.pb.h.
|
final |
void jaiabot::protobuf::Command::MergeFrom | ( | const Command & | from | ) |
|
final |
|
inline |
Definition at line 2986 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3024 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3062 of file jaia_dccl.pb.h.
|
inline |
Definition at line 251 of file jaia_dccl.pb.h.
|
inlinefinal |
Definition at line 280 of file jaia_dccl.pb.h.
|
inlinefinal |
Definition at line 284 of file jaia_dccl.pb.h.
Definition at line 229 of file jaia_dccl.pb.h.
|
inline |
Definition at line 2980 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3018 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3056 of file jaia_dccl.pb.h.
|
inline |
Definition at line 2969 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3007 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3045 of file jaia_dccl.pb.h.
|
final |
void jaiabot::protobuf::Command::set_allocated_plan | ( | ::jaiabot::protobuf::MissionPlan * | plan | ) |
void jaiabot::protobuf::Command::set_allocated_rc | ( | ::jaiabot::protobuf::RemoteControl * | rc | ) |
void jaiabot::protobuf::Command::set_allocated_rc_task | ( | ::jaiabot::protobuf::MissionTask * | rc_task | ) |
|
inline |
Definition at line 2879 of file jaia_dccl.pb.h.
|
inline |
Definition at line 2927 of file jaia_dccl.pb.h.
|
inline |
Definition at line 2903 of file jaia_dccl.pb.h.
|
inline |
Definition at line 457 of file jaia_dccl.pb.h.
|
inline |
Definition at line 2952 of file jaia_dccl.pb.h.
void jaiabot::protobuf::Command::Swap | ( | Command * | other | ) |
|
inline |
Definition at line 2899 of file jaia_dccl.pb.h.
|
inline |
Definition at line 461 of file jaia_dccl.pb.h.
|
inline |
Definition at line 464 of file jaia_dccl.pb.h.
|
inline |
Definition at line 2948 of file jaia_dccl.pb.h.
|
inline |
Definition at line 248 of file jaia_dccl.pb.h.
|
friend |
Definition at line 502 of file jaia_dccl.pb.h.
Definition at line 274 of file jaia_dccl.pb.h.
|
static |
Definition at line 324 of file jaia_dccl.pb.h.
|
static |
Definition at line 369 of file jaia_dccl.pb.h.
|
static |
Definition at line 367 of file jaia_dccl.pb.h.
|
static |
Definition at line 365 of file jaia_dccl.pb.h.
|
static |
Definition at line 352 of file jaia_dccl.pb.h.
|
static |
Definition at line 354 of file jaia_dccl.pb.h.
|
static |
Definition at line 395 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 270 of file jaia_dccl.pb.h.
|
static |
Definition at line 402 of file jaia_dccl.pb.h.
|
static |
Definition at line 416 of file jaia_dccl.pb.h.
|
static |
Definition at line 428 of file jaia_dccl.pb.h.
|
static |
Definition at line 440 of file jaia_dccl.pb.h.
|
static |
Definition at line 388 of file jaia_dccl.pb.h.
|
static |
Definition at line 409 of file jaia_dccl.pb.h.
|
static |
Definition at line 322 of file jaia_dccl.pb.h.
|
static |
Definition at line 328 of file jaia_dccl.pb.h.
|
static |
Definition at line 330 of file jaia_dccl.pb.h.
|
static |
Definition at line 336 of file jaia_dccl.pb.h.
|
static |
Definition at line 358 of file jaia_dccl.pb.h.
|
static |
Definition at line 346 of file jaia_dccl.pb.h.
|
static |
Definition at line 344 of file jaia_dccl.pb.h.
|
static |
Definition at line 340 of file jaia_dccl.pb.h.
|
static |
Definition at line 342 of file jaia_dccl.pb.h.
|
static |
Definition at line 356 of file jaia_dccl.pb.h.
|
static |
Definition at line 338 of file jaia_dccl.pb.h.
|
static |
Definition at line 350 of file jaia_dccl.pb.h.
|
static |
Definition at line 332 of file jaia_dccl.pb.h.
|
static |
Definition at line 348 of file jaia_dccl.pb.h.
|
static |
Definition at line 360 of file jaia_dccl.pb.h.
|
static |
Definition at line 326 of file jaia_dccl.pb.h.
|
static |
Definition at line 334 of file jaia_dccl.pb.h.