| |
|
| |
|
| |
|
| | #ifndef PROTOBUF_ActuatorCyclic_2eproto__INCLUDED
|
| | #define PROTOBUF_ActuatorCyclic_2eproto__INCLUDED
|
| |
|
| | #include <string>
|
| |
|
| | #include <google/protobuf/stubs/common.h>
|
| |
|
| | #if GOOGLE_PROTOBUF_VERSION < 3005000
|
| | #error This file was generated by a newer version of protoc which is
|
| | #error incompatible with your Protocol Buffer headers. Please update
|
| | #error your headers.
|
| | #endif
|
| | #if 3005001 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
|
| | #error This file was generated by an older version of protoc which is
|
| | #error incompatible with your Protocol Buffer headers. Please
|
| | #error regenerate this file with a newer version of protoc.
|
| | #endif
|
| |
|
| | #include <google/protobuf/io/coded_stream.h>
|
| | #include <google/protobuf/arena.h>
|
| | #include <google/protobuf/arenastring.h>
|
| | #include <google/protobuf/generated_message_table_driven.h>
|
| | #include <google/protobuf/generated_message_util.h>
|
| | #include <google/protobuf/metadata.h>
|
| | #include <google/protobuf/message.h>
|
| | #include <google/protobuf/repeated_field.h>
|
| | #include <google/protobuf/extension_set.h>
|
| | #include <google/protobuf/generated_enum_reflection.h>
|
| | #include <google/protobuf/unknown_field_set.h>
|
| | #include "Common.pb.h"
|
| |
|
| |
|
| | namespace protobuf_ActuatorCyclic_2eproto {
|
| |
|
| | struct TableStruct {
|
| | static const ::google::protobuf::internal::ParseTableField entries[];
|
| | static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
|
| | static const ::google::protobuf::internal::ParseTable schema[4];
|
| | static const ::google::protobuf::internal::FieldMetadata field_metadata[];
|
| | static const ::google::protobuf::internal::SerializationTable serialization_table[];
|
| | static const ::google::protobuf::uint32 offsets[];
|
| | };
|
| | void AddDescriptors();
|
| | void InitDefaultsMessageIdImpl();
|
| | void InitDefaultsMessageId();
|
| | void InitDefaultsCommandImpl();
|
| | void InitDefaultsCommand();
|
| | void InitDefaultsFeedbackImpl();
|
| | void InitDefaultsFeedback();
|
| | void InitDefaultsCustomDataImpl();
|
| | void InitDefaultsCustomData();
|
| | inline void InitDefaults() {
|
| | InitDefaultsMessageId();
|
| | InitDefaultsCommand();
|
| | InitDefaultsFeedback();
|
| | InitDefaultsCustomData();
|
| | }
|
| | }
|
| | namespace Kinova {
|
| | namespace Api {
|
| | namespace ActuatorCyclic {
|
| | class Command;
|
| | class CommandDefaultTypeInternal;
|
| | extern CommandDefaultTypeInternal _Command_default_instance_;
|
| | class CustomData;
|
| | class CustomDataDefaultTypeInternal;
|
| | extern CustomDataDefaultTypeInternal _CustomData_default_instance_;
|
| | class Feedback;
|
| | class FeedbackDefaultTypeInternal;
|
| | extern FeedbackDefaultTypeInternal _Feedback_default_instance_;
|
| | class MessageId;
|
| | class MessageIdDefaultTypeInternal;
|
| | extern MessageIdDefaultTypeInternal _MessageId_default_instance_;
|
| | }
|
| | }
|
| | }
|
| | namespace Kinova {
|
| | namespace Api {
|
| | namespace ActuatorCyclic {
|
| |
|
| | enum ServiceVersion {
|
| | RESERVED_0 = 0,
|
| | CURRENT_VERSION = 1,
|
| | ServiceVersion_INT_MIN_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32min,
|
| | ServiceVersion_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max
|
| | };
|
| | bool ServiceVersion_IsValid(int value);
|
| | const ServiceVersion ServiceVersion_MIN = RESERVED_0;
|
| | const ServiceVersion ServiceVersion_MAX = CURRENT_VERSION;
|
| | const int ServiceVersion_ARRAYSIZE = ServiceVersion_MAX + 1;
|
| |
|
| | const ::google::protobuf::EnumDescriptor* ServiceVersion_descriptor();
|
| | inline const ::std::string& ServiceVersion_Name(ServiceVersion value) {
|
| | return ::google::protobuf::internal::NameOfEnum(
|
| | ServiceVersion_descriptor(), value);
|
| | }
|
| | inline bool ServiceVersion_Parse(
|
| | const ::std::string& name, ServiceVersion* value) {
|
| | return ::google::protobuf::internal::ParseNamedEnum<ServiceVersion>(
|
| | ServiceVersion_descriptor(), name, value);
|
| | }
|
| | enum CommandFlags {
|
| | NO_COMMAND = 0,
|
| | SERVO_ENABLE = 1,
|
| | BRAKE_DISABLE = 2,
|
| | CLEAR_MAJOR_FAULT = 4,
|
| | CLEAR_MINOR_FAULT = 8,
|
| | PROTECTIVE_STOP = 16,
|
| | FORCE_BRAKE_RELEASE = 32,
|
| | IGNORE = 64,
|
| | LOW_GAINS = 128,
|
| | LED_0 = 256,
|
| | LED_1 = 512,
|
| | CommandFlags_INT_MIN_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32min,
|
| | CommandFlags_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max
|
| | };
|
| | bool CommandFlags_IsValid(int value);
|
| | const CommandFlags CommandFlags_MIN = NO_COMMAND;
|
| | const CommandFlags CommandFlags_MAX = LED_1;
|
| | const int CommandFlags_ARRAYSIZE = CommandFlags_MAX + 1;
|
| |
|
| | const ::google::protobuf::EnumDescriptor* CommandFlags_descriptor();
|
| | inline const ::std::string& CommandFlags_Name(CommandFlags value) {
|
| | return ::google::protobuf::internal::NameOfEnum(
|
| | CommandFlags_descriptor(), value);
|
| | }
|
| | inline bool CommandFlags_Parse(
|
| | const ::std::string& name, CommandFlags* value) {
|
| | return ::google::protobuf::internal::ParseNamedEnum<CommandFlags>(
|
| | CommandFlags_descriptor(), name, value);
|
| | }
|
| | enum StatusFlags {
|
| | UNKNOWN_STATUS = 0,
|
| | STABILIZED = 16,
|
| | MOTOR_INDEXED = 32,
|
| | MOTOR_INDEXING = 64,
|
| | JOINT_INDEXED = 128,
|
| | JOINT_INDEXING = 256,
|
| | HIGH_PRECISION = 512,
|
| | BRAKING = 1024,
|
| | SERVOING = 2048,
|
| | MAJOR_FAULT = 4096,
|
| | MINOR_FAULT = 8192,
|
| | CALIBRATED_TORQUE = 16384,
|
| | CALIBRATED_MAG_SENSOR = 32768,
|
| | CALIBRATED_ZERO = 65536,
|
| | GPIO_0 = 131072,
|
| | GPIO_1 = 262144,
|
| | CS_QUASI_STATIC_CONTACT = 524288,
|
| | CS_TRANSIENT_CONTACT = 1048576,
|
| | VFD_HALL_SYNC = 2097152,
|
| | VFD_INDEXED = 4194304,
|
| | DRIVE_BOARD_READY = 8388608,
|
| | CALIBRATED_CURRENT = 16777216,
|
| | CALIBRATED_MOTOR = 33554432,
|
| | SW0_ACTIVE = 67108864,
|
| | SW1_ACTIVE = 134217728,
|
| | StatusFlags_INT_MIN_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32min,
|
| | StatusFlags_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max
|
| | };
|
| | bool StatusFlags_IsValid(int value);
|
| | const StatusFlags StatusFlags_MIN = UNKNOWN_STATUS;
|
| | const StatusFlags StatusFlags_MAX = SW1_ACTIVE;
|
| | const int StatusFlags_ARRAYSIZE = StatusFlags_MAX + 1;
|
| |
|
| | const ::google::protobuf::EnumDescriptor* StatusFlags_descriptor();
|
| | inline const ::std::string& StatusFlags_Name(StatusFlags value) {
|
| | return ::google::protobuf::internal::NameOfEnum(
|
| | StatusFlags_descriptor(), value);
|
| | }
|
| | inline bool StatusFlags_Parse(
|
| | const ::std::string& name, StatusFlags* value) {
|
| | return ::google::protobuf::internal::ParseNamedEnum<StatusFlags>(
|
| | StatusFlags_descriptor(), name, value);
|
| | }
|
| |
|
| |
|
| | class MessageId : public ::google::protobuf::Message {
|
| | public:
|
| | MessageId();
|
| | virtual ~MessageId();
|
| |
|
| | MessageId(const MessageId& from);
|
| |
|
| | inline MessageId& operator=(const MessageId& from) {
|
| | CopyFrom(from);
|
| | return *this;
|
| | }
|
| | #if LANG_CXX11
|
| | MessageId(MessageId&& from) noexcept
|
| | : MessageId() {
|
| | *this = ::std::move(from);
|
| | }
|
| |
|
| | inline MessageId& operator=(MessageId&& from) noexcept {
|
| | if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
|
| | if (this != &from) InternalSwap(&from);
|
| | } else {
|
| | CopyFrom(from);
|
| | }
|
| | return *this;
|
| | }
|
| | #endif
|
| | static const ::google::protobuf::Descriptor* descriptor();
|
| | static const MessageId& default_instance();
|
| |
|
| | static void InitAsDefaultInstance();
|
| | static inline const MessageId* internal_default_instance() {
|
| | return reinterpret_cast<const MessageId*>(
|
| | &_MessageId_default_instance_);
|
| | }
|
| | static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
| | 0;
|
| |
|
| | void Swap(MessageId* other);
|
| | friend void swap(MessageId& a, MessageId& b) {
|
| | a.Swap(&b);
|
| | }
|
| |
|
| |
|
| |
|
| | inline MessageId* New() const PROTOBUF_FINAL { return New(NULL); }
|
| |
|
| | MessageId* 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 MessageId& from);
|
| | void MergeFrom(const MessageId& 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;
|
| | int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
|
| | private:
|
| | void SharedCtor();
|
| | void SharedDtor();
|
| | void SetCachedSize(int size) const PROTOBUF_FINAL;
|
| | void InternalSwap(MessageId* other);
|
| | private:
|
| | inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
|
| | return NULL;
|
| | }
|
| | inline void* MaybeArenaPtr() const {
|
| | return NULL;
|
| | }
|
| | public:
|
| |
|
| | ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| | void clear_identifier();
|
| | static const int kIdentifierFieldNumber = 1;
|
| | ::google::protobuf::uint32 identifier() const;
|
| | void set_identifier(::google::protobuf::uint32 value);
|
| |
|
| |
|
| | private:
|
| |
|
| | ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
|
| | ::google::protobuf::uint32 identifier_;
|
| | mutable int _cached_size_;
|
| | friend struct ::protobuf_ActuatorCyclic_2eproto::TableStruct;
|
| | friend void ::protobuf_ActuatorCyclic_2eproto::InitDefaultsMessageIdImpl();
|
| | };
|
| |
|
| |
|
| | class Command : public ::google::protobuf::Message {
|
| | public:
|
| | Command();
|
| | virtual ~Command();
|
| |
|
| | Command(const Command& from);
|
| |
|
| | inline Command& operator=(const Command& from) {
|
| | CopyFrom(from);
|
| | return *this;
|
| | }
|
| | #if LANG_CXX11
|
| | Command(Command&& from) noexcept
|
| | : Command() {
|
| | *this = ::std::move(from);
|
| | }
|
| |
|
| | inline Command& operator=(Command&& from) noexcept {
|
| | if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
|
| | if (this != &from) InternalSwap(&from);
|
| | } else {
|
| | CopyFrom(from);
|
| | }
|
| | return *this;
|
| | }
|
| | #endif
|
| | static const ::google::protobuf::Descriptor* descriptor();
|
| | static const Command& default_instance();
|
| |
|
| | static void InitAsDefaultInstance();
|
| | static inline const Command* internal_default_instance() {
|
| | return reinterpret_cast<const Command*>(
|
| | &_Command_default_instance_);
|
| | }
|
| | static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
| | 1;
|
| |
|
| | void Swap(Command* other);
|
| | friend void swap(Command& a, Command& b) {
|
| | a.Swap(&b);
|
| | }
|
| |
|
| |
|
| |
|
| | inline Command* New() const PROTOBUF_FINAL { return New(NULL); }
|
| |
|
| | Command* 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 Command& from);
|
| | void MergeFrom(const Command& 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;
|
| | int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
|
| | private:
|
| | void SharedCtor();
|
| | void SharedDtor();
|
| | void SetCachedSize(int size) const PROTOBUF_FINAL;
|
| | void InternalSwap(Command* other);
|
| | private:
|
| | inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
|
| | return NULL;
|
| | }
|
| | inline void* MaybeArenaPtr() const {
|
| | return NULL;
|
| | }
|
| | public:
|
| |
|
| | ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| | bool has_command_id() const;
|
| | void clear_command_id();
|
| | static const int kCommandIdFieldNumber = 1;
|
| | const ::Kinova::Api::ActuatorCyclic::MessageId& command_id() const;
|
| | ::Kinova::Api::ActuatorCyclic::MessageId* release_command_id();
|
| | ::Kinova::Api::ActuatorCyclic::MessageId* mutable_command_id();
|
| | void set_allocated_command_id(::Kinova::Api::ActuatorCyclic::MessageId* command_id);
|
| |
|
| |
|
| | void clear_flags();
|
| | static const int kFlagsFieldNumber = 2;
|
| | ::google::protobuf::uint32 flags() const;
|
| | void set_flags(::google::protobuf::uint32 value);
|
| |
|
| |
|
| | void clear_position();
|
| | static const int kPositionFieldNumber = 3;
|
| | float position() const;
|
| | void set_position(float value);
|
| |
|
| |
|
| | void clear_velocity();
|
| | static const int kVelocityFieldNumber = 4;
|
| | float velocity() const;
|
| | void set_velocity(float value);
|
| |
|
| |
|
| | void clear_torque_joint();
|
| | static const int kTorqueJointFieldNumber = 5;
|
| | float torque_joint() const;
|
| | void set_torque_joint(float value);
|
| |
|
| |
|
| | void clear_current_motor();
|
| | static const int kCurrentMotorFieldNumber = 6;
|
| | float current_motor() const;
|
| | void set_current_motor(float value);
|
| |
|
| |
|
| | private:
|
| |
|
| | ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
|
| | ::Kinova::Api::ActuatorCyclic::MessageId* command_id_;
|
| | ::google::protobuf::uint32 flags_;
|
| | float position_;
|
| | float velocity_;
|
| | float torque_joint_;
|
| | float current_motor_;
|
| | mutable int _cached_size_;
|
| | friend struct ::protobuf_ActuatorCyclic_2eproto::TableStruct;
|
| | friend void ::protobuf_ActuatorCyclic_2eproto::InitDefaultsCommandImpl();
|
| | };
|
| |
|
| |
|
| | class Feedback : public ::google::protobuf::Message {
|
| | public:
|
| | Feedback();
|
| | virtual ~Feedback();
|
| |
|
| | Feedback(const Feedback& from);
|
| |
|
| | inline Feedback& operator=(const Feedback& from) {
|
| | CopyFrom(from);
|
| | return *this;
|
| | }
|
| | #if LANG_CXX11
|
| | Feedback(Feedback&& from) noexcept
|
| | : Feedback() {
|
| | *this = ::std::move(from);
|
| | }
|
| |
|
| | inline Feedback& operator=(Feedback&& from) noexcept {
|
| | if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
|
| | if (this != &from) InternalSwap(&from);
|
| | } else {
|
| | CopyFrom(from);
|
| | }
|
| | return *this;
|
| | }
|
| | #endif
|
| | static const ::google::protobuf::Descriptor* descriptor();
|
| | static const Feedback& default_instance();
|
| |
|
| | static void InitAsDefaultInstance();
|
| | static inline const Feedback* internal_default_instance() {
|
| | return reinterpret_cast<const Feedback*>(
|
| | &_Feedback_default_instance_);
|
| | }
|
| | static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
| | 2;
|
| |
|
| | void Swap(Feedback* other);
|
| | friend void swap(Feedback& a, Feedback& b) {
|
| | a.Swap(&b);
|
| | }
|
| |
|
| |
|
| |
|
| | inline Feedback* New() const PROTOBUF_FINAL { return New(NULL); }
|
| |
|
| | Feedback* 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 Feedback& from);
|
| | void MergeFrom(const Feedback& 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;
|
| | int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
|
| | private:
|
| | void SharedCtor();
|
| | void SharedDtor();
|
| | void SetCachedSize(int size) const PROTOBUF_FINAL;
|
| | void InternalSwap(Feedback* other);
|
| | private:
|
| | inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
|
| | return NULL;
|
| | }
|
| | inline void* MaybeArenaPtr() const {
|
| | return NULL;
|
| | }
|
| | public:
|
| |
|
| | ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| | bool has_feedback_id() const;
|
| | void clear_feedback_id();
|
| | static const int kFeedbackIdFieldNumber = 1;
|
| | const ::Kinova::Api::ActuatorCyclic::MessageId& feedback_id() const;
|
| | ::Kinova::Api::ActuatorCyclic::MessageId* release_feedback_id();
|
| | ::Kinova::Api::ActuatorCyclic::MessageId* mutable_feedback_id();
|
| | void set_allocated_feedback_id(::Kinova::Api::ActuatorCyclic::MessageId* feedback_id);
|
| |
|
| |
|
| | void clear_status_flags();
|
| | static const int kStatusFlagsFieldNumber = 2;
|
| | ::google::protobuf::uint32 status_flags() const;
|
| | void set_status_flags(::google::protobuf::uint32 value);
|
| |
|
| |
|
| | void clear_jitter_comm();
|
| | static const int kJitterCommFieldNumber = 3;
|
| | ::google::protobuf::uint32 jitter_comm() const;
|
| | void set_jitter_comm(::google::protobuf::uint32 value);
|
| |
|
| |
|
| | void clear_position();
|
| | static const int kPositionFieldNumber = 4;
|
| | float position() const;
|
| | void set_position(float value);
|
| |
|
| |
|
| | void clear_velocity();
|
| | static const int kVelocityFieldNumber = 5;
|
| | float velocity() const;
|
| | void set_velocity(float value);
|
| |
|
| |
|
| | void clear_torque();
|
| | static const int kTorqueFieldNumber = 6;
|
| | float torque() const;
|
| | void set_torque(float value);
|
| |
|
| |
|
| | void clear_current_motor();
|
| | static const int kCurrentMotorFieldNumber = 7;
|
| | float current_motor() const;
|
| | void set_current_motor(float value);
|
| |
|
| |
|
| | void clear_voltage();
|
| | static const int kVoltageFieldNumber = 8;
|
| | float voltage() const;
|
| | void set_voltage(float value);
|
| |
|
| |
|
| | void clear_temperature_motor();
|
| | static const int kTemperatureMotorFieldNumber = 9;
|
| | float temperature_motor() const;
|
| | void set_temperature_motor(float value);
|
| |
|
| |
|
| | void clear_temperature_core();
|
| | static const int kTemperatureCoreFieldNumber = 10;
|
| | float temperature_core() const;
|
| | void set_temperature_core(float value);
|
| |
|
| |
|
| | void clear_fault_bank_a();
|
| | static const int kFaultBankAFieldNumber = 11;
|
| | ::google::protobuf::uint32 fault_bank_a() const;
|
| | void set_fault_bank_a(::google::protobuf::uint32 value);
|
| |
|
| |
|
| | void clear_fault_bank_b();
|
| | static const int kFaultBankBFieldNumber = 12;
|
| | ::google::protobuf::uint32 fault_bank_b() const;
|
| | void set_fault_bank_b(::google::protobuf::uint32 value);
|
| |
|
| |
|
| | void clear_warning_bank_a();
|
| | static const int kWarningBankAFieldNumber = 13;
|
| | ::google::protobuf::uint32 warning_bank_a() const;
|
| | void set_warning_bank_a(::google::protobuf::uint32 value);
|
| |
|
| |
|
| | void clear_warning_bank_b();
|
| | static const int kWarningBankBFieldNumber = 14;
|
| | ::google::protobuf::uint32 warning_bank_b() const;
|
| | void set_warning_bank_b(::google::protobuf::uint32 value);
|
| |
|
| |
|
| | private:
|
| |
|
| | ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
|
| | ::Kinova::Api::ActuatorCyclic::MessageId* feedback_id_;
|
| | ::google::protobuf::uint32 status_flags_;
|
| | ::google::protobuf::uint32 jitter_comm_;
|
| | float position_;
|
| | float velocity_;
|
| | float torque_;
|
| | float current_motor_;
|
| | float voltage_;
|
| | float temperature_motor_;
|
| | float temperature_core_;
|
| | ::google::protobuf::uint32 fault_bank_a_;
|
| | ::google::protobuf::uint32 fault_bank_b_;
|
| | ::google::protobuf::uint32 warning_bank_a_;
|
| | ::google::protobuf::uint32 warning_bank_b_;
|
| | mutable int _cached_size_;
|
| | friend struct ::protobuf_ActuatorCyclic_2eproto::TableStruct;
|
| | friend void ::protobuf_ActuatorCyclic_2eproto::InitDefaultsFeedbackImpl();
|
| | };
|
| |
|
| |
|
| | class CustomData : public ::google::protobuf::Message {
|
| | public:
|
| | CustomData();
|
| | virtual ~CustomData();
|
| |
|
| | CustomData(const CustomData& from);
|
| |
|
| | inline CustomData& operator=(const CustomData& from) {
|
| | CopyFrom(from);
|
| | return *this;
|
| | }
|
| | #if LANG_CXX11
|
| | CustomData(CustomData&& from) noexcept
|
| | : CustomData() {
|
| | *this = ::std::move(from);
|
| | }
|
| |
|
| | inline CustomData& operator=(CustomData&& from) noexcept {
|
| | if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
|
| | if (this != &from) InternalSwap(&from);
|
| | } else {
|
| | CopyFrom(from);
|
| | }
|
| | return *this;
|
| | }
|
| | #endif
|
| | static const ::google::protobuf::Descriptor* descriptor();
|
| | static const CustomData& default_instance();
|
| |
|
| | static void InitAsDefaultInstance();
|
| | static inline const CustomData* internal_default_instance() {
|
| | return reinterpret_cast<const CustomData*>(
|
| | &_CustomData_default_instance_);
|
| | }
|
| | static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
| | 3;
|
| |
|
| | void Swap(CustomData* other);
|
| | friend void swap(CustomData& a, CustomData& b) {
|
| | a.Swap(&b);
|
| | }
|
| |
|
| |
|
| |
|
| | inline CustomData* New() const PROTOBUF_FINAL { return New(NULL); }
|
| |
|
| | CustomData* 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 CustomData& from);
|
| | void MergeFrom(const CustomData& 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;
|
| | int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
|
| | private:
|
| | void SharedCtor();
|
| | void SharedDtor();
|
| | void SetCachedSize(int size) const PROTOBUF_FINAL;
|
| | void InternalSwap(CustomData* other);
|
| | private:
|
| | inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
|
| | return NULL;
|
| | }
|
| | inline void* MaybeArenaPtr() const {
|
| | return NULL;
|
| | }
|
| | public:
|
| |
|
| | ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| | bool has_custom_data_id() const;
|
| | void clear_custom_data_id();
|
| | static const int kCustomDataIdFieldNumber = 1;
|
| | const ::Kinova::Api::ActuatorCyclic::MessageId& custom_data_id() const;
|
| | ::Kinova::Api::ActuatorCyclic::MessageId* release_custom_data_id();
|
| | ::Kinova::Api::ActuatorCyclic::MessageId* mutable_custom_data_id();
|
| | void set_allocated_custom_data_id(::Kinova::Api::ActuatorCyclic::MessageId* custom_data_id);
|
| |
|
| |
|
| | void clear_custom_data_0();
|
| | static const int kCustomData0FieldNumber = 2;
|
| | ::google::protobuf::uint32 custom_data_0() const;
|
| | void set_custom_data_0(::google::protobuf::uint32 value);
|
| |
|
| |
|
| | void clear_custom_data_1();
|
| | static const int kCustomData1FieldNumber = 3;
|
| | ::google::protobuf::uint32 custom_data_1() const;
|
| | void set_custom_data_1(::google::protobuf::uint32 value);
|
| |
|
| |
|
| | void clear_custom_data_2();
|
| | static const int kCustomData2FieldNumber = 4;
|
| | ::google::protobuf::uint32 custom_data_2() const;
|
| | void set_custom_data_2(::google::protobuf::uint32 value);
|
| |
|
| |
|
| | void clear_custom_data_3();
|
| | static const int kCustomData3FieldNumber = 5;
|
| | ::google::protobuf::uint32 custom_data_3() const;
|
| | void set_custom_data_3(::google::protobuf::uint32 value);
|
| |
|
| |
|
| | void clear_custom_data_4();
|
| | static const int kCustomData4FieldNumber = 6;
|
| | ::google::protobuf::uint32 custom_data_4() const;
|
| | void set_custom_data_4(::google::protobuf::uint32 value);
|
| |
|
| |
|
| | void clear_custom_data_5();
|
| | static const int kCustomData5FieldNumber = 7;
|
| | ::google::protobuf::uint32 custom_data_5() const;
|
| | void set_custom_data_5(::google::protobuf::uint32 value);
|
| |
|
| |
|
| | void clear_custom_data_6();
|
| | static const int kCustomData6FieldNumber = 8;
|
| | ::google::protobuf::uint32 custom_data_6() const;
|
| | void set_custom_data_6(::google::protobuf::uint32 value);
|
| |
|
| |
|
| | void clear_custom_data_7();
|
| | static const int kCustomData7FieldNumber = 9;
|
| | ::google::protobuf::uint32 custom_data_7() const;
|
| | void set_custom_data_7(::google::protobuf::uint32 value);
|
| |
|
| |
|
| | void clear_custom_data_8();
|
| | static const int kCustomData8FieldNumber = 10;
|
| | ::google::protobuf::uint32 custom_data_8() const;
|
| | void set_custom_data_8(::google::protobuf::uint32 value);
|
| |
|
| |
|
| | void clear_custom_data_9();
|
| | static const int kCustomData9FieldNumber = 11;
|
| | ::google::protobuf::uint32 custom_data_9() const;
|
| | void set_custom_data_9(::google::protobuf::uint32 value);
|
| |
|
| |
|
| | void clear_custom_data_10();
|
| | static const int kCustomData10FieldNumber = 12;
|
| | ::google::protobuf::uint32 custom_data_10() const;
|
| | void set_custom_data_10(::google::protobuf::uint32 value);
|
| |
|
| |
|
| | void clear_custom_data_11();
|
| | static const int kCustomData11FieldNumber = 13;
|
| | ::google::protobuf::uint32 custom_data_11() const;
|
| | void set_custom_data_11(::google::protobuf::uint32 value);
|
| |
|
| |
|
| | void clear_custom_data_12();
|
| | static const int kCustomData12FieldNumber = 14;
|
| | ::google::protobuf::uint32 custom_data_12() const;
|
| | void set_custom_data_12(::google::protobuf::uint32 value);
|
| |
|
| |
|
| | void clear_custom_data_13();
|
| | static const int kCustomData13FieldNumber = 15;
|
| | ::google::protobuf::uint32 custom_data_13() const;
|
| | void set_custom_data_13(::google::protobuf::uint32 value);
|
| |
|
| |
|
| | void clear_custom_data_14();
|
| | static const int kCustomData14FieldNumber = 16;
|
| | ::google::protobuf::uint32 custom_data_14() const;
|
| | void set_custom_data_14(::google::protobuf::uint32 value);
|
| |
|
| |
|
| | void clear_custom_data_15();
|
| | static const int kCustomData15FieldNumber = 17;
|
| | ::google::protobuf::uint32 custom_data_15() const;
|
| | void set_custom_data_15(::google::protobuf::uint32 value);
|
| |
|
| |
|
| | private:
|
| |
|
| | ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
|
| | ::Kinova::Api::ActuatorCyclic::MessageId* custom_data_id_;
|
| | ::google::protobuf::uint32 custom_data_0_;
|
| | ::google::protobuf::uint32 custom_data_1_;
|
| | ::google::protobuf::uint32 custom_data_2_;
|
| | ::google::protobuf::uint32 custom_data_3_;
|
| | ::google::protobuf::uint32 custom_data_4_;
|
| | ::google::protobuf::uint32 custom_data_5_;
|
| | ::google::protobuf::uint32 custom_data_6_;
|
| | ::google::protobuf::uint32 custom_data_7_;
|
| | ::google::protobuf::uint32 custom_data_8_;
|
| | ::google::protobuf::uint32 custom_data_9_;
|
| | ::google::protobuf::uint32 custom_data_10_;
|
| | ::google::protobuf::uint32 custom_data_11_;
|
| | ::google::protobuf::uint32 custom_data_12_;
|
| | ::google::protobuf::uint32 custom_data_13_;
|
| | ::google::protobuf::uint32 custom_data_14_;
|
| | ::google::protobuf::uint32 custom_data_15_;
|
| | mutable int _cached_size_;
|
| | friend struct ::protobuf_ActuatorCyclic_2eproto::TableStruct;
|
| | friend void ::protobuf_ActuatorCyclic_2eproto::InitDefaultsCustomDataImpl();
|
| | };
|
| |
|
| |
|
| |
|
| |
|
| |
|
| | #ifdef __GNUC__
|
| | #pragma GCC diagnostic push
|
| | #pragma GCC diagnostic ignored "-Wstrict-aliasing"
|
| | #endif
|
| |
|
| |
|
| |
|
| | inline void MessageId::clear_identifier() {
|
| | identifier_ = 0u;
|
| | }
|
| | inline ::google::protobuf::uint32 MessageId::identifier() const {
|
| |
|
| | return identifier_;
|
| | }
|
| | inline void MessageId::set_identifier(::google::protobuf::uint32 value) {
|
| |
|
| | identifier_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| | inline bool Command::has_command_id() const {
|
| | return this != internal_default_instance() && command_id_ != NULL;
|
| | }
|
| | inline void Command::clear_command_id() {
|
| | if (GetArenaNoVirtual() == NULL && command_id_ != NULL) {
|
| | delete command_id_;
|
| | }
|
| | command_id_ = NULL;
|
| | }
|
| | inline const ::Kinova::Api::ActuatorCyclic::MessageId& Command::command_id() const {
|
| | const ::Kinova::Api::ActuatorCyclic::MessageId* p = command_id_;
|
| |
|
| | return p != NULL ? *p : *reinterpret_cast<const ::Kinova::Api::ActuatorCyclic::MessageId*>(
|
| | &::Kinova::Api::ActuatorCyclic::_MessageId_default_instance_);
|
| | }
|
| | inline ::Kinova::Api::ActuatorCyclic::MessageId* Command::release_command_id() {
|
| |
|
| |
|
| | ::Kinova::Api::ActuatorCyclic::MessageId* temp = command_id_;
|
| | command_id_ = NULL;
|
| | return temp;
|
| | }
|
| | inline ::Kinova::Api::ActuatorCyclic::MessageId* Command::mutable_command_id() {
|
| |
|
| | if (command_id_ == NULL) {
|
| | command_id_ = new ::Kinova::Api::ActuatorCyclic::MessageId;
|
| | }
|
| |
|
| | return command_id_;
|
| | }
|
| | inline void Command::set_allocated_command_id(::Kinova::Api::ActuatorCyclic::MessageId* command_id) {
|
| | ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
|
| | if (message_arena == NULL) {
|
| | delete command_id_;
|
| | }
|
| | if (command_id) {
|
| | ::google::protobuf::Arena* submessage_arena = NULL;
|
| | if (message_arena != submessage_arena) {
|
| | command_id = ::google::protobuf::internal::GetOwnedMessage(
|
| | message_arena, command_id, submessage_arena);
|
| | }
|
| |
|
| | } else {
|
| |
|
| | }
|
| | command_id_ = command_id;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void Command::clear_flags() {
|
| | flags_ = 0u;
|
| | }
|
| | inline ::google::protobuf::uint32 Command::flags() const {
|
| |
|
| | return flags_;
|
| | }
|
| | inline void Command::set_flags(::google::protobuf::uint32 value) {
|
| |
|
| | flags_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void Command::clear_position() {
|
| | position_ = 0;
|
| | }
|
| | inline float Command::position() const {
|
| |
|
| | return position_;
|
| | }
|
| | inline void Command::set_position(float value) {
|
| |
|
| | position_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void Command::clear_velocity() {
|
| | velocity_ = 0;
|
| | }
|
| | inline float Command::velocity() const {
|
| |
|
| | return velocity_;
|
| | }
|
| | inline void Command::set_velocity(float value) {
|
| |
|
| | velocity_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void Command::clear_torque_joint() {
|
| | torque_joint_ = 0;
|
| | }
|
| | inline float Command::torque_joint() const {
|
| |
|
| | return torque_joint_;
|
| | }
|
| | inline void Command::set_torque_joint(float value) {
|
| |
|
| | torque_joint_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void Command::clear_current_motor() {
|
| | current_motor_ = 0;
|
| | }
|
| | inline float Command::current_motor() const {
|
| |
|
| | return current_motor_;
|
| | }
|
| | inline void Command::set_current_motor(float value) {
|
| |
|
| | current_motor_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| | inline bool Feedback::has_feedback_id() const {
|
| | return this != internal_default_instance() && feedback_id_ != NULL;
|
| | }
|
| | inline void Feedback::clear_feedback_id() {
|
| | if (GetArenaNoVirtual() == NULL && feedback_id_ != NULL) {
|
| | delete feedback_id_;
|
| | }
|
| | feedback_id_ = NULL;
|
| | }
|
| | inline const ::Kinova::Api::ActuatorCyclic::MessageId& Feedback::feedback_id() const {
|
| | const ::Kinova::Api::ActuatorCyclic::MessageId* p = feedback_id_;
|
| |
|
| | return p != NULL ? *p : *reinterpret_cast<const ::Kinova::Api::ActuatorCyclic::MessageId*>(
|
| | &::Kinova::Api::ActuatorCyclic::_MessageId_default_instance_);
|
| | }
|
| | inline ::Kinova::Api::ActuatorCyclic::MessageId* Feedback::release_feedback_id() {
|
| |
|
| |
|
| | ::Kinova::Api::ActuatorCyclic::MessageId* temp = feedback_id_;
|
| | feedback_id_ = NULL;
|
| | return temp;
|
| | }
|
| | inline ::Kinova::Api::ActuatorCyclic::MessageId* Feedback::mutable_feedback_id() {
|
| |
|
| | if (feedback_id_ == NULL) {
|
| | feedback_id_ = new ::Kinova::Api::ActuatorCyclic::MessageId;
|
| | }
|
| |
|
| | return feedback_id_;
|
| | }
|
| | inline void Feedback::set_allocated_feedback_id(::Kinova::Api::ActuatorCyclic::MessageId* feedback_id) {
|
| | ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
|
| | if (message_arena == NULL) {
|
| | delete feedback_id_;
|
| | }
|
| | if (feedback_id) {
|
| | ::google::protobuf::Arena* submessage_arena = NULL;
|
| | if (message_arena != submessage_arena) {
|
| | feedback_id = ::google::protobuf::internal::GetOwnedMessage(
|
| | message_arena, feedback_id, submessage_arena);
|
| | }
|
| |
|
| | } else {
|
| |
|
| | }
|
| | feedback_id_ = feedback_id;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void Feedback::clear_status_flags() {
|
| | status_flags_ = 0u;
|
| | }
|
| | inline ::google::protobuf::uint32 Feedback::status_flags() const {
|
| |
|
| | return status_flags_;
|
| | }
|
| | inline void Feedback::set_status_flags(::google::protobuf::uint32 value) {
|
| |
|
| | status_flags_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void Feedback::clear_jitter_comm() {
|
| | jitter_comm_ = 0u;
|
| | }
|
| | inline ::google::protobuf::uint32 Feedback::jitter_comm() const {
|
| |
|
| | return jitter_comm_;
|
| | }
|
| | inline void Feedback::set_jitter_comm(::google::protobuf::uint32 value) {
|
| |
|
| | jitter_comm_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void Feedback::clear_position() {
|
| | position_ = 0;
|
| | }
|
| | inline float Feedback::position() const {
|
| |
|
| | return position_;
|
| | }
|
| | inline void Feedback::set_position(float value) {
|
| |
|
| | position_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void Feedback::clear_velocity() {
|
| | velocity_ = 0;
|
| | }
|
| | inline float Feedback::velocity() const {
|
| |
|
| | return velocity_;
|
| | }
|
| | inline void Feedback::set_velocity(float value) {
|
| |
|
| | velocity_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void Feedback::clear_torque() {
|
| | torque_ = 0;
|
| | }
|
| | inline float Feedback::torque() const {
|
| |
|
| | return torque_;
|
| | }
|
| | inline void Feedback::set_torque(float value) {
|
| |
|
| | torque_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void Feedback::clear_current_motor() {
|
| | current_motor_ = 0;
|
| | }
|
| | inline float Feedback::current_motor() const {
|
| |
|
| | return current_motor_;
|
| | }
|
| | inline void Feedback::set_current_motor(float value) {
|
| |
|
| | current_motor_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void Feedback::clear_voltage() {
|
| | voltage_ = 0;
|
| | }
|
| | inline float Feedback::voltage() const {
|
| |
|
| | return voltage_;
|
| | }
|
| | inline void Feedback::set_voltage(float value) {
|
| |
|
| | voltage_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void Feedback::clear_temperature_motor() {
|
| | temperature_motor_ = 0;
|
| | }
|
| | inline float Feedback::temperature_motor() const {
|
| |
|
| | return temperature_motor_;
|
| | }
|
| | inline void Feedback::set_temperature_motor(float value) {
|
| |
|
| | temperature_motor_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void Feedback::clear_temperature_core() {
|
| | temperature_core_ = 0;
|
| | }
|
| | inline float Feedback::temperature_core() const {
|
| |
|
| | return temperature_core_;
|
| | }
|
| | inline void Feedback::set_temperature_core(float value) {
|
| |
|
| | temperature_core_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void Feedback::clear_fault_bank_a() {
|
| | fault_bank_a_ = 0u;
|
| | }
|
| | inline ::google::protobuf::uint32 Feedback::fault_bank_a() const {
|
| |
|
| | return fault_bank_a_;
|
| | }
|
| | inline void Feedback::set_fault_bank_a(::google::protobuf::uint32 value) {
|
| |
|
| | fault_bank_a_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void Feedback::clear_fault_bank_b() {
|
| | fault_bank_b_ = 0u;
|
| | }
|
| | inline ::google::protobuf::uint32 Feedback::fault_bank_b() const {
|
| |
|
| | return fault_bank_b_;
|
| | }
|
| | inline void Feedback::set_fault_bank_b(::google::protobuf::uint32 value) {
|
| |
|
| | fault_bank_b_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void Feedback::clear_warning_bank_a() {
|
| | warning_bank_a_ = 0u;
|
| | }
|
| | inline ::google::protobuf::uint32 Feedback::warning_bank_a() const {
|
| |
|
| | return warning_bank_a_;
|
| | }
|
| | inline void Feedback::set_warning_bank_a(::google::protobuf::uint32 value) {
|
| |
|
| | warning_bank_a_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void Feedback::clear_warning_bank_b() {
|
| | warning_bank_b_ = 0u;
|
| | }
|
| | inline ::google::protobuf::uint32 Feedback::warning_bank_b() const {
|
| |
|
| | return warning_bank_b_;
|
| | }
|
| | inline void Feedback::set_warning_bank_b(::google::protobuf::uint32 value) {
|
| |
|
| | warning_bank_b_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| | inline bool CustomData::has_custom_data_id() const {
|
| | return this != internal_default_instance() && custom_data_id_ != NULL;
|
| | }
|
| | inline void CustomData::clear_custom_data_id() {
|
| | if (GetArenaNoVirtual() == NULL && custom_data_id_ != NULL) {
|
| | delete custom_data_id_;
|
| | }
|
| | custom_data_id_ = NULL;
|
| | }
|
| | inline const ::Kinova::Api::ActuatorCyclic::MessageId& CustomData::custom_data_id() const {
|
| | const ::Kinova::Api::ActuatorCyclic::MessageId* p = custom_data_id_;
|
| |
|
| | return p != NULL ? *p : *reinterpret_cast<const ::Kinova::Api::ActuatorCyclic::MessageId*>(
|
| | &::Kinova::Api::ActuatorCyclic::_MessageId_default_instance_);
|
| | }
|
| | inline ::Kinova::Api::ActuatorCyclic::MessageId* CustomData::release_custom_data_id() {
|
| |
|
| |
|
| | ::Kinova::Api::ActuatorCyclic::MessageId* temp = custom_data_id_;
|
| | custom_data_id_ = NULL;
|
| | return temp;
|
| | }
|
| | inline ::Kinova::Api::ActuatorCyclic::MessageId* CustomData::mutable_custom_data_id() {
|
| |
|
| | if (custom_data_id_ == NULL) {
|
| | custom_data_id_ = new ::Kinova::Api::ActuatorCyclic::MessageId;
|
| | }
|
| |
|
| | return custom_data_id_;
|
| | }
|
| | inline void CustomData::set_allocated_custom_data_id(::Kinova::Api::ActuatorCyclic::MessageId* custom_data_id) {
|
| | ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
|
| | if (message_arena == NULL) {
|
| | delete custom_data_id_;
|
| | }
|
| | if (custom_data_id) {
|
| | ::google::protobuf::Arena* submessage_arena = NULL;
|
| | if (message_arena != submessage_arena) {
|
| | custom_data_id = ::google::protobuf::internal::GetOwnedMessage(
|
| | message_arena, custom_data_id, submessage_arena);
|
| | }
|
| |
|
| | } else {
|
| |
|
| | }
|
| | custom_data_id_ = custom_data_id;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void CustomData::clear_custom_data_0() {
|
| | custom_data_0_ = 0u;
|
| | }
|
| | inline ::google::protobuf::uint32 CustomData::custom_data_0() const {
|
| |
|
| | return custom_data_0_;
|
| | }
|
| | inline void CustomData::set_custom_data_0(::google::protobuf::uint32 value) {
|
| |
|
| | custom_data_0_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void CustomData::clear_custom_data_1() {
|
| | custom_data_1_ = 0u;
|
| | }
|
| | inline ::google::protobuf::uint32 CustomData::custom_data_1() const {
|
| |
|
| | return custom_data_1_;
|
| | }
|
| | inline void CustomData::set_custom_data_1(::google::protobuf::uint32 value) {
|
| |
|
| | custom_data_1_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void CustomData::clear_custom_data_2() {
|
| | custom_data_2_ = 0u;
|
| | }
|
| | inline ::google::protobuf::uint32 CustomData::custom_data_2() const {
|
| |
|
| | return custom_data_2_;
|
| | }
|
| | inline void CustomData::set_custom_data_2(::google::protobuf::uint32 value) {
|
| |
|
| | custom_data_2_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void CustomData::clear_custom_data_3() {
|
| | custom_data_3_ = 0u;
|
| | }
|
| | inline ::google::protobuf::uint32 CustomData::custom_data_3() const {
|
| |
|
| | return custom_data_3_;
|
| | }
|
| | inline void CustomData::set_custom_data_3(::google::protobuf::uint32 value) {
|
| |
|
| | custom_data_3_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void CustomData::clear_custom_data_4() {
|
| | custom_data_4_ = 0u;
|
| | }
|
| | inline ::google::protobuf::uint32 CustomData::custom_data_4() const {
|
| |
|
| | return custom_data_4_;
|
| | }
|
| | inline void CustomData::set_custom_data_4(::google::protobuf::uint32 value) {
|
| |
|
| | custom_data_4_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void CustomData::clear_custom_data_5() {
|
| | custom_data_5_ = 0u;
|
| | }
|
| | inline ::google::protobuf::uint32 CustomData::custom_data_5() const {
|
| |
|
| | return custom_data_5_;
|
| | }
|
| | inline void CustomData::set_custom_data_5(::google::protobuf::uint32 value) {
|
| |
|
| | custom_data_5_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void CustomData::clear_custom_data_6() {
|
| | custom_data_6_ = 0u;
|
| | }
|
| | inline ::google::protobuf::uint32 CustomData::custom_data_6() const {
|
| |
|
| | return custom_data_6_;
|
| | }
|
| | inline void CustomData::set_custom_data_6(::google::protobuf::uint32 value) {
|
| |
|
| | custom_data_6_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void CustomData::clear_custom_data_7() {
|
| | custom_data_7_ = 0u;
|
| | }
|
| | inline ::google::protobuf::uint32 CustomData::custom_data_7() const {
|
| |
|
| | return custom_data_7_;
|
| | }
|
| | inline void CustomData::set_custom_data_7(::google::protobuf::uint32 value) {
|
| |
|
| | custom_data_7_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void CustomData::clear_custom_data_8() {
|
| | custom_data_8_ = 0u;
|
| | }
|
| | inline ::google::protobuf::uint32 CustomData::custom_data_8() const {
|
| |
|
| | return custom_data_8_;
|
| | }
|
| | inline void CustomData::set_custom_data_8(::google::protobuf::uint32 value) {
|
| |
|
| | custom_data_8_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void CustomData::clear_custom_data_9() {
|
| | custom_data_9_ = 0u;
|
| | }
|
| | inline ::google::protobuf::uint32 CustomData::custom_data_9() const {
|
| |
|
| | return custom_data_9_;
|
| | }
|
| | inline void CustomData::set_custom_data_9(::google::protobuf::uint32 value) {
|
| |
|
| | custom_data_9_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void CustomData::clear_custom_data_10() {
|
| | custom_data_10_ = 0u;
|
| | }
|
| | inline ::google::protobuf::uint32 CustomData::custom_data_10() const {
|
| |
|
| | return custom_data_10_;
|
| | }
|
| | inline void CustomData::set_custom_data_10(::google::protobuf::uint32 value) {
|
| |
|
| | custom_data_10_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void CustomData::clear_custom_data_11() {
|
| | custom_data_11_ = 0u;
|
| | }
|
| | inline ::google::protobuf::uint32 CustomData::custom_data_11() const {
|
| |
|
| | return custom_data_11_;
|
| | }
|
| | inline void CustomData::set_custom_data_11(::google::protobuf::uint32 value) {
|
| |
|
| | custom_data_11_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void CustomData::clear_custom_data_12() {
|
| | custom_data_12_ = 0u;
|
| | }
|
| | inline ::google::protobuf::uint32 CustomData::custom_data_12() const {
|
| |
|
| | return custom_data_12_;
|
| | }
|
| | inline void CustomData::set_custom_data_12(::google::protobuf::uint32 value) {
|
| |
|
| | custom_data_12_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void CustomData::clear_custom_data_13() {
|
| | custom_data_13_ = 0u;
|
| | }
|
| | inline ::google::protobuf::uint32 CustomData::custom_data_13() const {
|
| |
|
| | return custom_data_13_;
|
| | }
|
| | inline void CustomData::set_custom_data_13(::google::protobuf::uint32 value) {
|
| |
|
| | custom_data_13_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void CustomData::clear_custom_data_14() {
|
| | custom_data_14_ = 0u;
|
| | }
|
| | inline ::google::protobuf::uint32 CustomData::custom_data_14() const {
|
| |
|
| | return custom_data_14_;
|
| | }
|
| | inline void CustomData::set_custom_data_14(::google::protobuf::uint32 value) {
|
| |
|
| | custom_data_14_ = value;
|
| |
|
| | }
|
| |
|
| |
|
| | inline void CustomData::clear_custom_data_15() {
|
| | custom_data_15_ = 0u;
|
| | }
|
| | inline ::google::protobuf::uint32 CustomData::custom_data_15() const {
|
| |
|
| | return custom_data_15_;
|
| | }
|
| | inline void CustomData::set_custom_data_15(::google::protobuf::uint32 value) {
|
| |
|
| | custom_data_15_ = value;
|
| |
|
| | }
|
| |
|
| | #ifdef __GNUC__
|
| | #pragma GCC diagnostic pop
|
| | #endif
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| | }
|
| | }
|
| | }
|
| |
|
| | namespace google {
|
| | namespace protobuf {
|
| |
|
| | template <> struct is_proto_enum< ::Kinova::Api::ActuatorCyclic::ServiceVersion> : ::google::protobuf::internal::true_type {};
|
| | template <>
|
| | inline const EnumDescriptor* GetEnumDescriptor< ::Kinova::Api::ActuatorCyclic::ServiceVersion>() {
|
| | return ::Kinova::Api::ActuatorCyclic::ServiceVersion_descriptor();
|
| | }
|
| | template <> struct is_proto_enum< ::Kinova::Api::ActuatorCyclic::CommandFlags> : ::google::protobuf::internal::true_type {};
|
| | template <>
|
| | inline const EnumDescriptor* GetEnumDescriptor< ::Kinova::Api::ActuatorCyclic::CommandFlags>() {
|
| | return ::Kinova::Api::ActuatorCyclic::CommandFlags_descriptor();
|
| | }
|
| | template <> struct is_proto_enum< ::Kinova::Api::ActuatorCyclic::StatusFlags> : ::google::protobuf::internal::true_type {};
|
| | template <>
|
| | inline const EnumDescriptor* GetEnumDescriptor< ::Kinova::Api::ActuatorCyclic::StatusFlags>() {
|
| | return ::Kinova::Api::ActuatorCyclic::StatusFlags_descriptor();
|
| | }
|
| |
|
| | }
|
| | }
|
| |
|
| |
|
| |
|
| | #endif
|
| |
|