#include <bin/mission_repeater/config.pb.h>
Public Types | |
enum | PublicationCase { kDesiredSetpoints = 10, kLowControl = 11, PUBLICATION_NOT_SET = 0 } |
typedef boost::units::time_dimension | duration_dimension |
typedef boost::units::unit< duration_dimension, boost::units::si::system > | duration_unit |
typedef boost::units::time_dimension | repeat_interval_dimension |
typedef boost::units::unit< repeat_interval_dimension, boost::units::si::system > | repeat_interval_unit |
Public Member Functions | |
MissionRepeater_Script_Step () | |
virtual | ~MissionRepeater_Script_Step () |
MissionRepeater_Script_Step (const MissionRepeater_Script_Step &from) | |
MissionRepeater_Script_Step & | operator= (const MissionRepeater_Script_Step &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (MissionRepeater_Script_Step *other) |
MissionRepeater_Script_Step * | New () const final |
MissionRepeater_Script_Step * | 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 MissionRepeater_Script_Step &from) |
void | MergeFrom (const MissionRepeater_Script_Step &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_duration () const |
void | clear_duration () |
double | duration () const |
void | set_duration (double value) |
bool | has_repeat_interval () const |
void | clear_repeat_interval () |
double | repeat_interval () const |
void | set_repeat_interval (double value) |
bool | has_step_marker () const |
void | clear_step_marker () |
::google::protobuf::int32 | step_marker () const |
void | set_step_marker (::google::protobuf::int32 value) |
bool | has_desired_setpoints () const |
void | clear_desired_setpoints () |
const ::jaiabot::protobuf::DesiredSetpoints & | desired_setpoints () const |
::jaiabot::protobuf::DesiredSetpoints * | release_desired_setpoints () |
::jaiabot::protobuf::DesiredSetpoints * | mutable_desired_setpoints () |
void | set_allocated_desired_setpoints (::jaiabot::protobuf::DesiredSetpoints *desired_setpoints) |
bool | has_low_control () const |
void | clear_low_control () |
const ::jaiabot::protobuf::LowControl & | low_control () const |
::jaiabot::protobuf::LowControl * | release_low_control () |
::jaiabot::protobuf::LowControl * | mutable_low_control () |
void | set_allocated_low_control (::jaiabot::protobuf::LowControl *low_control) |
void | clear_publication () |
PublicationCase | publication_case () const |
template<typename Quantity > | |
void | set_duration_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | duration_with_units () const |
boost::units::quantity< duration_unit, double > | duration_with_units () const |
template<typename Quantity > | |
void | set_repeat_interval_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | repeat_interval_with_units () const |
boost::units::quantity< repeat_interval_unit, double > | repeat_interval_with_units () const |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const MissionRepeater_Script_Step & | default_instance () |
static void | InitAsDefaultInstance () |
static const MissionRepeater_Script_Step * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const int | kDurationFieldNumber = 1 |
static const int | kRepeatIntervalFieldNumber = 3 |
static const int | kStepMarkerFieldNumber = 2 |
static const int | kDesiredSetpointsFieldNumber = 10 |
static const int | kLowControlFieldNumber = 11 |
Friends | |
struct | ::protobuf_bin_2fmission_5frepeater_2fconfig_2eproto::TableStruct |
void | swap (MissionRepeater_Script_Step &a, MissionRepeater_Script_Step &b) |
Definition at line 84 of file config.pb.h.
typedef boost::units::time_dimension jaiabot::config::MissionRepeater_Script_Step::duration_dimension |
Definition at line 231 of file config.pb.h.
typedef boost::units::unit<duration_dimension,boost::units::si::system> jaiabot::config::MissionRepeater_Script_Step::duration_unit |
Definition at line 233 of file config.pb.h.
typedef boost::units::time_dimension jaiabot::config::MissionRepeater_Script_Step::repeat_interval_dimension |
Definition at line 244 of file config.pb.h.
typedef boost::units::unit<repeat_interval_dimension,boost::units::si::system> jaiabot::config::MissionRepeater_Script_Step::repeat_interval_unit |
Definition at line 248 of file config.pb.h.
Enumerator | |
---|---|
kDesiredSetpoints | |
kLowControl | |
PUBLICATION_NOT_SET |
Definition at line 120 of file config.pb.h.
jaiabot::config::MissionRepeater_Script_Step::MissionRepeater_Script_Step | ( | ) |
|
virtual |
jaiabot::config::MissionRepeater_Script_Step::MissionRepeater_Script_Step | ( | const MissionRepeater_Script_Step & | from | ) |
|
final |
|
final |
void jaiabot::config::MissionRepeater_Script_Step::clear_desired_setpoints | ( | ) |
|
inline |
Definition at line 597 of file config.pb.h.
void jaiabot::config::MissionRepeater_Script_Step::clear_low_control | ( | ) |
void jaiabot::config::MissionRepeater_Script_Step::clear_publication | ( | ) |
|
inline |
Definition at line 645 of file config.pb.h.
|
inline |
Definition at line 621 of file config.pb.h.
|
final |
void jaiabot::config::MissionRepeater_Script_Step::CopyFrom | ( | const MissionRepeater_Script_Step & | from | ) |
|
static |
|
static |
|
inline |
Definition at line 680 of file config.pb.h.
|
inline |
Definition at line 601 of file config.pb.h.
|
inline |
Definition at line 240 of file config.pb.h.
|
inline |
Definition at line 243 of file config.pb.h.
|
inlinefinal |
Definition at line 162 of file config.pb.h.
|
final |
|
inline |
Definition at line 660 of file config.pb.h.
|
inline |
Definition at line 588 of file config.pb.h.
|
inline |
Definition at line 698 of file config.pb.h.
|
inline |
Definition at line 636 of file config.pb.h.
|
inline |
Definition at line 612 of file config.pb.h.
|
static |
|
inlinestatic |
Definition at line 127 of file config.pb.h.
|
final |
|
final |
|
inline |
Definition at line 718 of file config.pb.h.
|
final |
void jaiabot::config::MissionRepeater_Script_Step::MergeFrom | ( | const MissionRepeater_Script_Step & | from | ) |
|
final |
|
inline |
Definition at line 686 of file config.pb.h.
|
inline |
Definition at line 724 of file config.pb.h.
|
inline |
Definition at line 113 of file config.pb.h.
|
inlinefinal |
Definition at line 141 of file config.pb.h.
|
inlinefinal |
Definition at line 145 of file config.pb.h.
|
inline |
Definition at line 91 of file config.pb.h.
|
inline |
Definition at line 741 of file config.pb.h.
|
inline |
Definition at line 669 of file config.pb.h.
|
inline |
Definition at line 707 of file config.pb.h.
|
inline |
Definition at line 649 of file config.pb.h.
|
inline |
Definition at line 255 of file config.pb.h.
|
inline |
Definition at line 258 of file config.pb.h.
|
final |
void jaiabot::config::MissionRepeater_Script_Step::set_allocated_desired_setpoints | ( | ::jaiabot::protobuf::DesiredSetpoints * | desired_setpoints | ) |
void jaiabot::config::MissionRepeater_Script_Step::set_allocated_low_control | ( | ::jaiabot::protobuf::LowControl * | low_control | ) |
|
inline |
Definition at line 605 of file config.pb.h.
|
inline |
Definition at line 236 of file config.pb.h.
|
inline |
Definition at line 653 of file config.pb.h.
|
inline |
Definition at line 251 of file config.pb.h.
|
inline |
Definition at line 629 of file config.pb.h.
|
inline |
Definition at line 625 of file config.pb.h.
void jaiabot::config::MissionRepeater_Script_Step::Swap | ( | MissionRepeater_Script_Step * | other | ) |
|
inline |
Definition at line 110 of file config.pb.h.
|
friend |
Definition at line 291 of file config.pb.h.
|
friend |
Definition at line 135 of file config.pb.h.
|
static |
Definition at line 208 of file config.pb.h.
|
static |
Definition at line 187 of file config.pb.h.
|
staticconstexpr |
Definition at line 131 of file config.pb.h.
|
static |
Definition at line 220 of file config.pb.h.
|
static |
Definition at line 194 of file config.pb.h.
|
static |
Definition at line 201 of file config.pb.h.