#include <jaiabot/messages/jaia_dccl.pb.h>
Public Types | |
enum | CommandDataCase { kPlan = 20 , kRc = 30 , kRcTask = 31 , COMMAND_DATA_NOT_SET = 0 } |
enum | : int { kTimeFieldNumber = 2 , kBotIdFieldNumber = 1 , kLinkFieldNumber = 3 , kTypeFieldNumber = 10 , kPlanFieldNumber = 20 , kRcFieldNumber = 30 , kRcTaskFieldNumber = 31 } |
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 () | |
~Command () override | |
PROTOBUF_CONSTEXPR | Command (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
Command (const Command &from) | |
Command (Command &&from) noexcept | |
Command & | operator= (const Command &from) |
Command & | operator= (Command &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (Command *other) |
void | UnsafeArenaSwap (Command *other) |
Command * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const Command &from) |
void | MergeFrom (const Command &from) |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
bool | IsInitialized () const final |
size_t | ByteSizeLong () const final |
const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
uint8_t * | _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
int | GetCachedSize () const final |
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | has_time () const |
void | clear_time () |
uint64_t | time () const |
void | set_time (uint64_t value) |
bool | has_bot_id () const |
void | clear_bot_id () |
uint32_t | bot_id () const |
void | set_bot_id (uint32_t 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 |
PROTOBUF_NODISCARD::jaiabot::protobuf::MissionPlan * | release_plan () |
::jaiabot::protobuf::MissionPlan * | mutable_plan () |
void | set_allocated_plan (::jaiabot::protobuf::MissionPlan *plan) |
void | unsafe_arena_set_allocated_plan (::jaiabot::protobuf::MissionPlan *plan) |
::jaiabot::protobuf::MissionPlan * | unsafe_arena_release_plan () |
bool | has_rc () const |
void | clear_rc () |
const ::jaiabot::protobuf::RemoteControl & | rc () const |
PROTOBUF_NODISCARD::jaiabot::protobuf::RemoteControl * | release_rc () |
::jaiabot::protobuf::RemoteControl * | mutable_rc () |
void | set_allocated_rc (::jaiabot::protobuf::RemoteControl *rc) |
void | unsafe_arena_set_allocated_rc (::jaiabot::protobuf::RemoteControl *rc) |
::jaiabot::protobuf::RemoteControl * | unsafe_arena_release_rc () |
bool | has_rc_task () const |
void | clear_rc_task () |
const ::jaiabot::protobuf::MissionTask & | rc_task () const |
PROTOBUF_NODISCARD::jaiabot::protobuf::MissionTask * | release_rc_task () |
::jaiabot::protobuf::MissionTask * | mutable_rc_task () |
void | set_allocated_rc_task (::jaiabot::protobuf::MissionTask *rc_task) |
void | unsafe_arena_set_allocated_rc_task (::jaiabot::protobuf::MissionTask *rc_task) |
::jaiabot::protobuf::MissionTask * | unsafe_arena_release_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 ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const Command & | default_instance () |
static const Command * | internal_default_instance () |
static bool | CommandType_IsValid (int value) |
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | CommandType_descriptor () |
template<typename T > | |
static const std::string & | CommandType_Name (T enum_t_value) |
static bool | CommandType_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, CommandType *value) |
Protected Member Functions | |
Command (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Friends | |
class | ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata |
template<typename T > | |
class | ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper |
struct | ::TableStruct_jaiabot_2fmessages_2fjaia_5fdccl_2eproto |
void | swap (Command &a, Command &b) |
Definition at line 236 of file jaia_dccl.pb.h.
Definition at line 368 of file jaia_dccl.pb.h.
typedef boost::units::time_dimension jaiabot::protobuf::Command::time_dimension |
Definition at line 554 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 556 of file jaia_dccl.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kTimeFieldNumber | |
kBotIdFieldNumber | |
kLinkFieldNumber | |
kTypeFieldNumber | |
kPlanFieldNumber | |
kRcFieldNumber | |
kRcTaskFieldNumber |
Definition at line 436 of file jaia_dccl.pb.h.
Enumerator | |
---|---|
kPlan | |
kRc | |
kRcTask | |
COMMAND_DATA_NOT_SET |
Definition at line 286 of file jaia_dccl.pb.h.
Enumerator | |
---|---|
DCCL_ID | |
DCCL_MAX_BYTES |
Definition at line 553 of file jaia_dccl.pb.h.
|
inline |
Definition at line 239 of file jaia_dccl.pb.h.
|
override |
|
explicit |
jaiabot::protobuf::Command::Command | ( | const Command & | from | ) |
|
inlinenoexcept |
Definition at line 244 of file jaia_dccl.pb.h.
|
explicitprotected |
|
final |
|
final |
|
inline |
Definition at line 3754 of file jaia_dccl.pb.h.
|
final |
|
final |
|
inline |
Definition at line 3747 of file jaia_dccl.pb.h.
void jaiabot::protobuf::Command::clear_command_data | ( | ) |
|
inline |
Definition at line 3803 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 3775 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3832 of file jaia_dccl.pb.h.
|
inline |
Definition at line 4057 of file jaia_dccl.pb.h.
|
inlinestatic |
Definition at line 419 of file jaia_dccl.pb.h.
|
inlinestatic |
Definition at line 409 of file jaia_dccl.pb.h.
|
inlinestatic |
Definition at line 423 of file jaia_dccl.pb.h.
|
inlinestatic |
Definition at line 429 of file jaia_dccl.pb.h.
void jaiabot::protobuf::Command::CopyFrom | ( | const Command & | from | ) |
|
inlinestatic |
Definition at line 283 of file jaia_dccl.pb.h.
|
inlinestatic |
Definition at line 274 of file jaia_dccl.pb.h.
|
inlinefinal |
Definition at line 343 of file jaia_dccl.pb.h.
|
final |
|
inlinestatic |
Definition at line 277 of file jaia_dccl.pb.h.
|
final |
|
inlinestatic |
Definition at line 280 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3744 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3800 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3857 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3923 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3989 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3772 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3829 of file jaia_dccl.pb.h.
|
inlinestatic |
Definition at line 293 of file jaia_dccl.pb.h.
|
final |
|
inline |
Definition at line 3810 of file jaia_dccl.pb.h.
|
inline |
Definition at line 330 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3913 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3979 of file jaia_dccl.pb.h.
|
inline |
Definition at line 4045 of file jaia_dccl.pb.h.
|
inline |
Definition at line 270 of file jaia_dccl.pb.h.
|
inlinefinal |
Definition at line 324 of file jaia_dccl.pb.h.
Definition at line 253 of file jaia_dccl.pb.h.
Definition at line 249 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3882 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3948 of file jaia_dccl.pb.h.
|
inline |
Definition at line 4014 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3863 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3929 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3995 of file jaia_dccl.pb.h.
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 3762 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3819 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3790 of file jaia_dccl.pb.h.
|
inline |
Definition at line 559 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3848 of file jaia_dccl.pb.h.
|
inline |
Definition at line 303 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3782 of file jaia_dccl.pb.h.
|
inline |
Definition at line 563 of file jaia_dccl.pb.h.
|
inline |
Definition at line 566 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3839 of file jaia_dccl.pb.h.
|
inline |
Definition at line 267 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3886 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3952 of file jaia_dccl.pb.h.
|
inline |
Definition at line 4018 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3897 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3963 of file jaia_dccl.pb.h.
|
inline |
Definition at line 4029 of file jaia_dccl.pb.h.
|
inline |
Definition at line 316 of file jaia_dccl.pb.h.
|
friend |
Definition at line 582 of file jaia_dccl.pb.h.
|
friend |
Definition at line 352 of file jaia_dccl.pb.h.
|
friend |
Definition at line 603 of file jaia_dccl.pb.h.
Definition at line 300 of file jaia_dccl.pb.h.
|
static |
Definition at line 361 of file jaia_dccl.pb.h.
Impl_ jaiabot::protobuf::Command::_impl_ |
Definition at line 602 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 371 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 416 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 414 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 412 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 399 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 401 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 297 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 369 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 375 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 377 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 383 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 405 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 393 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 391 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 387 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 389 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 403 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 385 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 397 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 379 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 395 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 407 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 373 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 381 of file jaia_dccl.pb.h.