|
ifw
0.0.1-dev
|
#include <requests.pb.h>
Public Types | |
| typedef Motor_PosUnit | PosUnit |
| typedef Motor_ActionMotor | ActionMotor |
Public Member Functions | |
| Motor () | |
| virtual | ~Motor () |
| Motor (const Motor &from) | |
| Motor & | operator= (const Motor &from) |
| const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
| inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (Motor *other) |
| Motor * | New () const PROTOBUF_FINAL |
| Motor * | New (::google::protobuf::Arena *arena) const PROTOBUF_FINAL |
| void | CopyFrom (const ::google::protobuf::Message &from) PROTOBUF_FINAL |
| void | MergeFrom (const ::google::protobuf::Message &from) PROTOBUF_FINAL |
| void | CopyFrom (const Motor &from) |
| void | MergeFrom (const Motor &from) |
| void | Clear () PROTOBUF_FINAL |
| bool | IsInitialized () const PROTOBUF_FINAL |
| size_t | ByteSizeLong () const PROTOBUF_FINAL |
| bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) PROTOBUF_FINAL |
| void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const PROTOBUF_FINAL |
| ::google::protobuf::uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic,::google::protobuf::uint8 *target) const PROTOBUF_FINAL |
| ::google::protobuf::uint8 * | SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const PROTOBUF_FINAL |
| int | GetCachedSize () const PROTOBUF_FINAL |
| ::google::protobuf::Metadata | GetMetadata () const PROTOBUF_FINAL |
| bool | has_id () const |
| void | clear_id () |
| const ::std::string & | id () const |
| void | set_id (const ::std::string &value) |
| void | set_id (const char *value) |
| void | set_id (const char *value, size_t size) |
| ::std::string * | mutable_id () |
| ::std::string * | release_id () |
| void | set_allocated_id (::std::string *id) |
| bool | has_name () const |
| void | clear_name () |
| const ::std::string & | name () const |
| void | set_name (const ::std::string &value) |
| void | set_name (const char *value) |
| void | set_name (const char *value, size_t size) |
| ::std::string * | mutable_name () |
| ::std::string * | release_name () |
| void | set_allocated_name (::std::string *name) |
| bool | has_enc () const |
| void | clear_enc () |
| ::google::protobuf::int64 | enc () const |
| void | set_enc (::google::protobuf::int64 value) |
| bool | has_pos () const |
| void | clear_pos () |
| float | pos () const |
| void | set_pos (float value) |
| bool | has_speed () const |
| void | clear_speed () |
| float | speed () const |
| void | set_speed (float value) |
| bool | has_unit () const |
| void | clear_unit () |
| ::modif::Motor_PosUnit | unit () const |
| void | set_unit (::modif::Motor_PosUnit value) |
| bool | has_action () const |
| void | clear_action () |
| ::modif::Motor_ActionMotor | action () const |
| void | set_action (::modif::Motor_ActionMotor value) |
Static Public Member Functions | |
| static const ::google::protobuf::Descriptor * | descriptor () |
| static const Motor & | default_instance () |
| static const Motor * | internal_default_instance () |
| static bool | PosUnit_IsValid (int value) |
| static const ::google::protobuf::EnumDescriptor * | PosUnit_descriptor () |
| static const ::std::string & | PosUnit_Name (PosUnit value) |
| static bool | PosUnit_Parse (const ::std::string &name, PosUnit *value) |
| static bool | ActionMotor_IsValid (int value) |
| static const ::google::protobuf::EnumDescriptor * | ActionMotor_descriptor () |
| static const ::std::string & | ActionMotor_Name (ActionMotor value) |
| static bool | ActionMotor_Parse (const ::std::string &name, ActionMotor *value) |
Static Public Attributes | |
| static const PosUnit | ENC |
| static const PosUnit | UU |
| static const PosUnit | PosUnit_MIN |
| static const PosUnit | PosUnit_MAX |
| static const int | PosUnit_ARRAYSIZE |
| static const ActionMotor | MOVE_REL |
| static const ActionMotor | MOVE_ABS |
| static const ActionMotor | MOVE_BY_NAME |
| static const ActionMotor | MOVE_BY_SPEED |
| static const ActionMotor | ActionMotor_MIN |
| static const ActionMotor | ActionMotor_MAX |
| static const int | ActionMotor_ARRAYSIZE |
| static const int | kIdFieldNumber = 1 |
| static const int | kNameFieldNumber = 2 |
| static const int | kEncFieldNumber = 4 |
| static const int | kPosFieldNumber = 3 |
| static const int | kSpeedFieldNumber = 5 |
| static const int | kUnitFieldNumber = 6 |
| static const int | kActionFieldNumber = 7 |
Friends | |
| struct | protobuf_requests_2eproto::TableStruct |
| typedef Motor_PosUnit modif::Motor::PosUnit |
| modif::Motor::Motor | ( | ) |
|
virtual |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
| size_t modif::Motor::ByteSizeLong | ( | ) | const |
| void modif::Motor::Clear | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void modif::Motor::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
|
static |
|
inline |
|
inline |
| ::google::protobuf::Metadata modif::Motor::GetMetadata | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| ::google::protobuf::uint8* modif::Motor::InternalSerializeWithCachedSizesToArray | ( | bool | deterministic, |
| ::google::protobuf::uint8 * | target | ||
| ) | const |
| bool modif::Motor::IsInitialized | ( | ) | const |
| void modif::Motor::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
| bool modif::Motor::MergePartialFromCodedStream | ( | ::google::protobuf::io::CodedInputStream * | input | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| Motor* modif::Motor::New | ( | ::google::protobuf::Arena * | arena | ) | const |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
| void modif::Motor::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void modif::Motor::Swap | ( | Motor * | other | ) |
|
inline |
|
inline |
|
friend |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
1.8.5