|
|
|
|
|
|
|
|
|
|
|
#ifndef PROTOBUF_VisionConfig_2eproto__INCLUDED
|
|
|
#define PROTOBUF_VisionConfig_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_VisionConfig_2eproto {
|
|
|
|
|
|
struct TableStruct {
|
|
|
static const ::google::protobuf::internal::ParseTableField entries[];
|
|
|
static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
|
|
|
static const ::google::protobuf::internal::ParseTable schema[16];
|
|
|
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 InitDefaultsSensorSettingsImpl();
|
|
|
void InitDefaultsSensorSettings();
|
|
|
void InitDefaultsSensorIdentifierImpl();
|
|
|
void InitDefaultsSensorIdentifier();
|
|
|
void InitDefaultsIntrinsicProfileIdentifierImpl();
|
|
|
void InitDefaultsIntrinsicProfileIdentifier();
|
|
|
void InitDefaultsOptionIdentifierImpl();
|
|
|
void InitDefaultsOptionIdentifier();
|
|
|
void InitDefaultsOptionValueImpl();
|
|
|
void InitDefaultsOptionValue();
|
|
|
void InitDefaultsOptionInformationImpl();
|
|
|
void InitDefaultsOptionInformation();
|
|
|
void InitDefaultsSensorFocusActionImpl();
|
|
|
void InitDefaultsSensorFocusAction();
|
|
|
void InitDefaultsFocusPointImpl();
|
|
|
void InitDefaultsFocusPoint();
|
|
|
void InitDefaultsManualFocusImpl();
|
|
|
void InitDefaultsManualFocus();
|
|
|
void InitDefaultsVisionNotificationImpl();
|
|
|
void InitDefaultsVisionNotification();
|
|
|
void InitDefaultsIntrinsicParametersImpl();
|
|
|
void InitDefaultsIntrinsicParameters();
|
|
|
void InitDefaultsDistortionCoefficientsImpl();
|
|
|
void InitDefaultsDistortionCoefficients();
|
|
|
void InitDefaultsExtrinsicParametersImpl();
|
|
|
void InitDefaultsExtrinsicParameters();
|
|
|
void InitDefaultsRotationMatrixImpl();
|
|
|
void InitDefaultsRotationMatrix();
|
|
|
void InitDefaultsRotationMatrixRowImpl();
|
|
|
void InitDefaultsRotationMatrixRow();
|
|
|
void InitDefaultsTranslationVectorImpl();
|
|
|
void InitDefaultsTranslationVector();
|
|
|
inline void InitDefaults() {
|
|
|
InitDefaultsSensorSettings();
|
|
|
InitDefaultsSensorIdentifier();
|
|
|
InitDefaultsIntrinsicProfileIdentifier();
|
|
|
InitDefaultsOptionIdentifier();
|
|
|
InitDefaultsOptionValue();
|
|
|
InitDefaultsOptionInformation();
|
|
|
InitDefaultsSensorFocusAction();
|
|
|
InitDefaultsFocusPoint();
|
|
|
InitDefaultsManualFocus();
|
|
|
InitDefaultsVisionNotification();
|
|
|
InitDefaultsIntrinsicParameters();
|
|
|
InitDefaultsDistortionCoefficients();
|
|
|
InitDefaultsExtrinsicParameters();
|
|
|
InitDefaultsRotationMatrix();
|
|
|
InitDefaultsRotationMatrixRow();
|
|
|
InitDefaultsTranslationVector();
|
|
|
}
|
|
|
}
|
|
|
namespace Kinova {
|
|
|
namespace Api {
|
|
|
namespace VisionConfig {
|
|
|
class DistortionCoefficients;
|
|
|
class DistortionCoefficientsDefaultTypeInternal;
|
|
|
extern DistortionCoefficientsDefaultTypeInternal _DistortionCoefficients_default_instance_;
|
|
|
class ExtrinsicParameters;
|
|
|
class ExtrinsicParametersDefaultTypeInternal;
|
|
|
extern ExtrinsicParametersDefaultTypeInternal _ExtrinsicParameters_default_instance_;
|
|
|
class FocusPoint;
|
|
|
class FocusPointDefaultTypeInternal;
|
|
|
extern FocusPointDefaultTypeInternal _FocusPoint_default_instance_;
|
|
|
class IntrinsicParameters;
|
|
|
class IntrinsicParametersDefaultTypeInternal;
|
|
|
extern IntrinsicParametersDefaultTypeInternal _IntrinsicParameters_default_instance_;
|
|
|
class IntrinsicProfileIdentifier;
|
|
|
class IntrinsicProfileIdentifierDefaultTypeInternal;
|
|
|
extern IntrinsicProfileIdentifierDefaultTypeInternal _IntrinsicProfileIdentifier_default_instance_;
|
|
|
class ManualFocus;
|
|
|
class ManualFocusDefaultTypeInternal;
|
|
|
extern ManualFocusDefaultTypeInternal _ManualFocus_default_instance_;
|
|
|
class OptionIdentifier;
|
|
|
class OptionIdentifierDefaultTypeInternal;
|
|
|
extern OptionIdentifierDefaultTypeInternal _OptionIdentifier_default_instance_;
|
|
|
class OptionInformation;
|
|
|
class OptionInformationDefaultTypeInternal;
|
|
|
extern OptionInformationDefaultTypeInternal _OptionInformation_default_instance_;
|
|
|
class OptionValue;
|
|
|
class OptionValueDefaultTypeInternal;
|
|
|
extern OptionValueDefaultTypeInternal _OptionValue_default_instance_;
|
|
|
class RotationMatrix;
|
|
|
class RotationMatrixDefaultTypeInternal;
|
|
|
extern RotationMatrixDefaultTypeInternal _RotationMatrix_default_instance_;
|
|
|
class RotationMatrixRow;
|
|
|
class RotationMatrixRowDefaultTypeInternal;
|
|
|
extern RotationMatrixRowDefaultTypeInternal _RotationMatrixRow_default_instance_;
|
|
|
class SensorFocusAction;
|
|
|
class SensorFocusActionDefaultTypeInternal;
|
|
|
extern SensorFocusActionDefaultTypeInternal _SensorFocusAction_default_instance_;
|
|
|
class SensorIdentifier;
|
|
|
class SensorIdentifierDefaultTypeInternal;
|
|
|
extern SensorIdentifierDefaultTypeInternal _SensorIdentifier_default_instance_;
|
|
|
class SensorSettings;
|
|
|
class SensorSettingsDefaultTypeInternal;
|
|
|
extern SensorSettingsDefaultTypeInternal _SensorSettings_default_instance_;
|
|
|
class TranslationVector;
|
|
|
class TranslationVectorDefaultTypeInternal;
|
|
|
extern TranslationVectorDefaultTypeInternal _TranslationVector_default_instance_;
|
|
|
class VisionNotification;
|
|
|
class VisionNotificationDefaultTypeInternal;
|
|
|
extern VisionNotificationDefaultTypeInternal _VisionNotification_default_instance_;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
namespace Kinova {
|
|
|
namespace Api {
|
|
|
namespace VisionConfig {
|
|
|
|
|
|
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 Sensor {
|
|
|
SENSOR_UNSPECIFIED = 0,
|
|
|
SENSOR_COLOR = 1,
|
|
|
SENSOR_DEPTH = 2,
|
|
|
Sensor_INT_MIN_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32min,
|
|
|
Sensor_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max
|
|
|
};
|
|
|
bool Sensor_IsValid(int value);
|
|
|
const Sensor Sensor_MIN = SENSOR_UNSPECIFIED;
|
|
|
const Sensor Sensor_MAX = SENSOR_DEPTH;
|
|
|
const int Sensor_ARRAYSIZE = Sensor_MAX + 1;
|
|
|
|
|
|
const ::google::protobuf::EnumDescriptor* Sensor_descriptor();
|
|
|
inline const ::std::string& Sensor_Name(Sensor value) {
|
|
|
return ::google::protobuf::internal::NameOfEnum(
|
|
|
Sensor_descriptor(), value);
|
|
|
}
|
|
|
inline bool Sensor_Parse(
|
|
|
const ::std::string& name, Sensor* value) {
|
|
|
return ::google::protobuf::internal::ParseNamedEnum<Sensor>(
|
|
|
Sensor_descriptor(), name, value);
|
|
|
}
|
|
|
enum Resolution {
|
|
|
RESOLUTION_UNSPECIFIED = 0,
|
|
|
RESOLUTION_320x240 = 1,
|
|
|
RESOLUTION_424x240 = 2,
|
|
|
RESOLUTION_480x270 = 3,
|
|
|
RESOLUTION_640x480 = 4,
|
|
|
RESOLUTION_1280x720 = 5,
|
|
|
RESOLUTION_1920x1080 = 6,
|
|
|
Resolution_INT_MIN_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32min,
|
|
|
Resolution_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max
|
|
|
};
|
|
|
bool Resolution_IsValid(int value);
|
|
|
const Resolution Resolution_MIN = RESOLUTION_UNSPECIFIED;
|
|
|
const Resolution Resolution_MAX = RESOLUTION_1920x1080;
|
|
|
const int Resolution_ARRAYSIZE = Resolution_MAX + 1;
|
|
|
|
|
|
const ::google::protobuf::EnumDescriptor* Resolution_descriptor();
|
|
|
inline const ::std::string& Resolution_Name(Resolution value) {
|
|
|
return ::google::protobuf::internal::NameOfEnum(
|
|
|
Resolution_descriptor(), value);
|
|
|
}
|
|
|
inline bool Resolution_Parse(
|
|
|
const ::std::string& name, Resolution* value) {
|
|
|
return ::google::protobuf::internal::ParseNamedEnum<Resolution>(
|
|
|
Resolution_descriptor(), name, value);
|
|
|
}
|
|
|
enum FrameRate {
|
|
|
FRAMERATE_UNSPECIFIED = 0,
|
|
|
FRAMERATE_6_FPS = 1,
|
|
|
FRAMERATE_15_FPS = 2,
|
|
|
FRAMERATE_30_FPS = 3,
|
|
|
FrameRate_INT_MIN_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32min,
|
|
|
FrameRate_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max
|
|
|
};
|
|
|
bool FrameRate_IsValid(int value);
|
|
|
const FrameRate FrameRate_MIN = FRAMERATE_UNSPECIFIED;
|
|
|
const FrameRate FrameRate_MAX = FRAMERATE_30_FPS;
|
|
|
const int FrameRate_ARRAYSIZE = FrameRate_MAX + 1;
|
|
|
|
|
|
const ::google::protobuf::EnumDescriptor* FrameRate_descriptor();
|
|
|
inline const ::std::string& FrameRate_Name(FrameRate value) {
|
|
|
return ::google::protobuf::internal::NameOfEnum(
|
|
|
FrameRate_descriptor(), value);
|
|
|
}
|
|
|
inline bool FrameRate_Parse(
|
|
|
const ::std::string& name, FrameRate* value) {
|
|
|
return ::google::protobuf::internal::ParseNamedEnum<FrameRate>(
|
|
|
FrameRate_descriptor(), name, value);
|
|
|
}
|
|
|
enum BitRate {
|
|
|
BITRATE_UNSPECIFIED = 0,
|
|
|
BITRATE_10_MBPS = 1,
|
|
|
BITRATE_15_MBPS = 2,
|
|
|
BITRATE_20_MBPS = 3,
|
|
|
BITRATE_25_MBPS = 4,
|
|
|
BitRate_INT_MIN_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32min,
|
|
|
BitRate_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max
|
|
|
};
|
|
|
bool BitRate_IsValid(int value);
|
|
|
const BitRate BitRate_MIN = BITRATE_UNSPECIFIED;
|
|
|
const BitRate BitRate_MAX = BITRATE_25_MBPS;
|
|
|
const int BitRate_ARRAYSIZE = BitRate_MAX + 1;
|
|
|
|
|
|
const ::google::protobuf::EnumDescriptor* BitRate_descriptor();
|
|
|
inline const ::std::string& BitRate_Name(BitRate value) {
|
|
|
return ::google::protobuf::internal::NameOfEnum(
|
|
|
BitRate_descriptor(), value);
|
|
|
}
|
|
|
inline bool BitRate_Parse(
|
|
|
const ::std::string& name, BitRate* value) {
|
|
|
return ::google::protobuf::internal::ParseNamedEnum<BitRate>(
|
|
|
BitRate_descriptor(), name, value);
|
|
|
}
|
|
|
enum Option {
|
|
|
OPTION_UNSPECIFIED = 0,
|
|
|
OPTION_BACKLIGHT_COMPENSATION = 1,
|
|
|
OPTION_BRIGHTNESS = 2,
|
|
|
OPTION_CONTRAST = 3,
|
|
|
OPTION_EXPOSURE = 4,
|
|
|
OPTION_GAIN = 5,
|
|
|
OPTION_GAMMA = 6,
|
|
|
OPTION_HUE = 7,
|
|
|
OPTION_SATURATION = 8,
|
|
|
OPTION_SHARPNESS = 9,
|
|
|
OPTION_WHITE_BALANCE = 10,
|
|
|
OPTION_ENABLE_AUTO_EXPOSURE = 11,
|
|
|
OPTION_ENABLE_AUTO_WHITE_BALANCE = 12,
|
|
|
OPTION_VISUAL_PRESET = 13,
|
|
|
OPTION_LASER_POWER = 14,
|
|
|
OPTION_ACCURACY = 15,
|
|
|
OPTION_MOTION_RANGE = 16,
|
|
|
OPTION_FILTER_OPTION = 17,
|
|
|
OPTION_CONFIDENCE_THRESHOLD = 18,
|
|
|
OPTION_EMITTER_ENABLED = 19,
|
|
|
OPTION_FRAMES_QUEUE_SIZE = 20,
|
|
|
OPTION_TOTAL_FRAME_DROPS = 21,
|
|
|
OPTION_AUTO_EXPOSURE_MODE = 22,
|
|
|
OPTION_POWER_LINE_FREQUENCY = 23,
|
|
|
OPTION_ASIC_TEMPERATURE = 24,
|
|
|
OPTION_ERROR_POLLING_ENABLED = 25,
|
|
|
OPTION_PROJECTOR_TEMPERATURE = 26,
|
|
|
OPTION_OUTPUT_TRIGGER_ENABLED = 27,
|
|
|
OPTION_MOTION_MODULE_TEMPERATURE = 28,
|
|
|
OPTION_DEPTH_UNITS = 29,
|
|
|
OPTION_ENABLE_MOTION_CORRECTION = 30,
|
|
|
OPTION_AUTO_EXPOSURE_PRIORITY = 31,
|
|
|
OPTION_COLOR_SCHEME = 32,
|
|
|
OPTION_HISTOGRAM_EQUALIZATION_ENABLED = 33,
|
|
|
OPTION_MIN_DISTANCE = 34,
|
|
|
OPTION_MAX_DISTANCE = 35,
|
|
|
OPTION_TEXTURE_SOURCE = 36,
|
|
|
OPTION_FILTER_MAGNITUDE = 37,
|
|
|
OPTION_FILTER_SMOOTH_ALPHA = 38,
|
|
|
OPTION_FILTER_SMOOTH_DELTA = 39,
|
|
|
OPTION_HOLES_FILL = 40,
|
|
|
OPTION_STEREO_BASELINE = 41,
|
|
|
OPTION_AUTO_EXPOSURE_CONVERGE_STEP = 42,
|
|
|
Option_INT_MIN_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32min,
|
|
|
Option_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max
|
|
|
};
|
|
|
bool Option_IsValid(int value);
|
|
|
const Option Option_MIN = OPTION_UNSPECIFIED;
|
|
|
const Option Option_MAX = OPTION_AUTO_EXPOSURE_CONVERGE_STEP;
|
|
|
const int Option_ARRAYSIZE = Option_MAX + 1;
|
|
|
|
|
|
const ::google::protobuf::EnumDescriptor* Option_descriptor();
|
|
|
inline const ::std::string& Option_Name(Option value) {
|
|
|
return ::google::protobuf::internal::NameOfEnum(
|
|
|
Option_descriptor(), value);
|
|
|
}
|
|
|
inline bool Option_Parse(
|
|
|
const ::std::string& name, Option* value) {
|
|
|
return ::google::protobuf::internal::ParseNamedEnum<Option>(
|
|
|
Option_descriptor(), name, value);
|
|
|
}
|
|
|
enum FocusAction {
|
|
|
FOCUSACTION_UNSPECIFIED = 0,
|
|
|
FOCUSACTION_START_CONTINUOUS_FOCUS = 1,
|
|
|
FOCUSACTION_PAUSE_CONTINUOUS_FOCUS = 2,
|
|
|
FOCUSACTION_FOCUS_NOW = 3,
|
|
|
FOCUSACTION_DISABLE_FOCUS = 4,
|
|
|
FOCUSACTION_SET_FOCUS_POINT = 5,
|
|
|
FOCUSACTION_SET_MANUAL_FOCUS = 6,
|
|
|
FocusAction_INT_MIN_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32min,
|
|
|
FocusAction_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max
|
|
|
};
|
|
|
bool FocusAction_IsValid(int value);
|
|
|
const FocusAction FocusAction_MIN = FOCUSACTION_UNSPECIFIED;
|
|
|
const FocusAction FocusAction_MAX = FOCUSACTION_SET_MANUAL_FOCUS;
|
|
|
const int FocusAction_ARRAYSIZE = FocusAction_MAX + 1;
|
|
|
|
|
|
const ::google::protobuf::EnumDescriptor* FocusAction_descriptor();
|
|
|
inline const ::std::string& FocusAction_Name(FocusAction value) {
|
|
|
return ::google::protobuf::internal::NameOfEnum(
|
|
|
FocusAction_descriptor(), value);
|
|
|
}
|
|
|
inline bool FocusAction_Parse(
|
|
|
const ::std::string& name, FocusAction* value) {
|
|
|
return ::google::protobuf::internal::ParseNamedEnum<FocusAction>(
|
|
|
FocusAction_descriptor(), name, value);
|
|
|
}
|
|
|
enum VisionEvent {
|
|
|
UNSPECIFIED_VISION_EVENT = 0,
|
|
|
SENSOR_SETTINGS_CHANGED = 1,
|
|
|
OPTION_VALUE_CHANGED = 2,
|
|
|
VisionEvent_INT_MIN_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32min,
|
|
|
VisionEvent_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max
|
|
|
};
|
|
|
bool VisionEvent_IsValid(int value);
|
|
|
const VisionEvent VisionEvent_MIN = UNSPECIFIED_VISION_EVENT;
|
|
|
const VisionEvent VisionEvent_MAX = OPTION_VALUE_CHANGED;
|
|
|
const int VisionEvent_ARRAYSIZE = VisionEvent_MAX + 1;
|
|
|
|
|
|
const ::google::protobuf::EnumDescriptor* VisionEvent_descriptor();
|
|
|
inline const ::std::string& VisionEvent_Name(VisionEvent value) {
|
|
|
return ::google::protobuf::internal::NameOfEnum(
|
|
|
VisionEvent_descriptor(), value);
|
|
|
}
|
|
|
inline bool VisionEvent_Parse(
|
|
|
const ::std::string& name, VisionEvent* value) {
|
|
|
return ::google::protobuf::internal::ParseNamedEnum<VisionEvent>(
|
|
|
VisionEvent_descriptor(), name, value);
|
|
|
}
|
|
|
|
|
|
|
|
|
class SensorSettings : public ::google::protobuf::Message {
|
|
|
public:
|
|
|
SensorSettings();
|
|
|
virtual ~SensorSettings();
|
|
|
|
|
|
SensorSettings(const SensorSettings& from);
|
|
|
|
|
|
inline SensorSettings& operator=(const SensorSettings& from) {
|
|
|
CopyFrom(from);
|
|
|
return *this;
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
SensorSettings(SensorSettings&& from) noexcept
|
|
|
: SensorSettings() {
|
|
|
*this = ::std::move(from);
|
|
|
}
|
|
|
|
|
|
inline SensorSettings& operator=(SensorSettings&& 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 SensorSettings& default_instance();
|
|
|
|
|
|
static void InitAsDefaultInstance();
|
|
|
static inline const SensorSettings* internal_default_instance() {
|
|
|
return reinterpret_cast<const SensorSettings*>(
|
|
|
&_SensorSettings_default_instance_);
|
|
|
}
|
|
|
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
|
|
0;
|
|
|
|
|
|
void Swap(SensorSettings* other);
|
|
|
friend void swap(SensorSettings& a, SensorSettings& b) {
|
|
|
a.Swap(&b);
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
inline SensorSettings* New() const PROTOBUF_FINAL { return New(NULL); }
|
|
|
|
|
|
SensorSettings* 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 SensorSettings& from);
|
|
|
void MergeFrom(const SensorSettings& 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(SensorSettings* 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_sensor();
|
|
|
static const int kSensorFieldNumber = 1;
|
|
|
::Kinova::Api::VisionConfig::Sensor sensor() const;
|
|
|
void set_sensor(::Kinova::Api::VisionConfig::Sensor value);
|
|
|
|
|
|
|
|
|
void clear_resolution();
|
|
|
static const int kResolutionFieldNumber = 2;
|
|
|
::Kinova::Api::VisionConfig::Resolution resolution() const;
|
|
|
void set_resolution(::Kinova::Api::VisionConfig::Resolution value);
|
|
|
|
|
|
|
|
|
void clear_frame_rate();
|
|
|
static const int kFrameRateFieldNumber = 3;
|
|
|
::Kinova::Api::VisionConfig::FrameRate frame_rate() const;
|
|
|
void set_frame_rate(::Kinova::Api::VisionConfig::FrameRate value);
|
|
|
|
|
|
|
|
|
void clear_bit_rate();
|
|
|
static const int kBitRateFieldNumber = 4;
|
|
|
::Kinova::Api::VisionConfig::BitRate bit_rate() const;
|
|
|
void set_bit_rate(::Kinova::Api::VisionConfig::BitRate value);
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
|
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
|
|
|
int sensor_;
|
|
|
int resolution_;
|
|
|
int frame_rate_;
|
|
|
int bit_rate_;
|
|
|
mutable int _cached_size_;
|
|
|
friend struct ::protobuf_VisionConfig_2eproto::TableStruct;
|
|
|
friend void ::protobuf_VisionConfig_2eproto::InitDefaultsSensorSettingsImpl();
|
|
|
};
|
|
|
|
|
|
|
|
|
class SensorIdentifier : public ::google::protobuf::Message {
|
|
|
public:
|
|
|
SensorIdentifier();
|
|
|
virtual ~SensorIdentifier();
|
|
|
|
|
|
SensorIdentifier(const SensorIdentifier& from);
|
|
|
|
|
|
inline SensorIdentifier& operator=(const SensorIdentifier& from) {
|
|
|
CopyFrom(from);
|
|
|
return *this;
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
SensorIdentifier(SensorIdentifier&& from) noexcept
|
|
|
: SensorIdentifier() {
|
|
|
*this = ::std::move(from);
|
|
|
}
|
|
|
|
|
|
inline SensorIdentifier& operator=(SensorIdentifier&& 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 SensorIdentifier& default_instance();
|
|
|
|
|
|
static void InitAsDefaultInstance();
|
|
|
static inline const SensorIdentifier* internal_default_instance() {
|
|
|
return reinterpret_cast<const SensorIdentifier*>(
|
|
|
&_SensorIdentifier_default_instance_);
|
|
|
}
|
|
|
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
|
|
1;
|
|
|
|
|
|
void Swap(SensorIdentifier* other);
|
|
|
friend void swap(SensorIdentifier& a, SensorIdentifier& b) {
|
|
|
a.Swap(&b);
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
inline SensorIdentifier* New() const PROTOBUF_FINAL { return New(NULL); }
|
|
|
|
|
|
SensorIdentifier* 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 SensorIdentifier& from);
|
|
|
void MergeFrom(const SensorIdentifier& 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(SensorIdentifier* 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_sensor();
|
|
|
static const int kSensorFieldNumber = 1;
|
|
|
::Kinova::Api::VisionConfig::Sensor sensor() const;
|
|
|
void set_sensor(::Kinova::Api::VisionConfig::Sensor value);
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
|
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
|
|
|
int sensor_;
|
|
|
mutable int _cached_size_;
|
|
|
friend struct ::protobuf_VisionConfig_2eproto::TableStruct;
|
|
|
friend void ::protobuf_VisionConfig_2eproto::InitDefaultsSensorIdentifierImpl();
|
|
|
};
|
|
|
|
|
|
|
|
|
class IntrinsicProfileIdentifier : public ::google::protobuf::Message {
|
|
|
public:
|
|
|
IntrinsicProfileIdentifier();
|
|
|
virtual ~IntrinsicProfileIdentifier();
|
|
|
|
|
|
IntrinsicProfileIdentifier(const IntrinsicProfileIdentifier& from);
|
|
|
|
|
|
inline IntrinsicProfileIdentifier& operator=(const IntrinsicProfileIdentifier& from) {
|
|
|
CopyFrom(from);
|
|
|
return *this;
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
IntrinsicProfileIdentifier(IntrinsicProfileIdentifier&& from) noexcept
|
|
|
: IntrinsicProfileIdentifier() {
|
|
|
*this = ::std::move(from);
|
|
|
}
|
|
|
|
|
|
inline IntrinsicProfileIdentifier& operator=(IntrinsicProfileIdentifier&& 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 IntrinsicProfileIdentifier& default_instance();
|
|
|
|
|
|
static void InitAsDefaultInstance();
|
|
|
static inline const IntrinsicProfileIdentifier* internal_default_instance() {
|
|
|
return reinterpret_cast<const IntrinsicProfileIdentifier*>(
|
|
|
&_IntrinsicProfileIdentifier_default_instance_);
|
|
|
}
|
|
|
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
|
|
2;
|
|
|
|
|
|
void Swap(IntrinsicProfileIdentifier* other);
|
|
|
friend void swap(IntrinsicProfileIdentifier& a, IntrinsicProfileIdentifier& b) {
|
|
|
a.Swap(&b);
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
inline IntrinsicProfileIdentifier* New() const PROTOBUF_FINAL { return New(NULL); }
|
|
|
|
|
|
IntrinsicProfileIdentifier* 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 IntrinsicProfileIdentifier& from);
|
|
|
void MergeFrom(const IntrinsicProfileIdentifier& 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(IntrinsicProfileIdentifier* 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_sensor();
|
|
|
static const int kSensorFieldNumber = 1;
|
|
|
::Kinova::Api::VisionConfig::Sensor sensor() const;
|
|
|
void set_sensor(::Kinova::Api::VisionConfig::Sensor value);
|
|
|
|
|
|
|
|
|
void clear_resolution();
|
|
|
static const int kResolutionFieldNumber = 2;
|
|
|
::Kinova::Api::VisionConfig::Resolution resolution() const;
|
|
|
void set_resolution(::Kinova::Api::VisionConfig::Resolution value);
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
|
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
|
|
|
int sensor_;
|
|
|
int resolution_;
|
|
|
mutable int _cached_size_;
|
|
|
friend struct ::protobuf_VisionConfig_2eproto::TableStruct;
|
|
|
friend void ::protobuf_VisionConfig_2eproto::InitDefaultsIntrinsicProfileIdentifierImpl();
|
|
|
};
|
|
|
|
|
|
|
|
|
class OptionIdentifier : public ::google::protobuf::Message {
|
|
|
public:
|
|
|
OptionIdentifier();
|
|
|
virtual ~OptionIdentifier();
|
|
|
|
|
|
OptionIdentifier(const OptionIdentifier& from);
|
|
|
|
|
|
inline OptionIdentifier& operator=(const OptionIdentifier& from) {
|
|
|
CopyFrom(from);
|
|
|
return *this;
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
OptionIdentifier(OptionIdentifier&& from) noexcept
|
|
|
: OptionIdentifier() {
|
|
|
*this = ::std::move(from);
|
|
|
}
|
|
|
|
|
|
inline OptionIdentifier& operator=(OptionIdentifier&& 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 OptionIdentifier& default_instance();
|
|
|
|
|
|
static void InitAsDefaultInstance();
|
|
|
static inline const OptionIdentifier* internal_default_instance() {
|
|
|
return reinterpret_cast<const OptionIdentifier*>(
|
|
|
&_OptionIdentifier_default_instance_);
|
|
|
}
|
|
|
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
|
|
3;
|
|
|
|
|
|
void Swap(OptionIdentifier* other);
|
|
|
friend void swap(OptionIdentifier& a, OptionIdentifier& b) {
|
|
|
a.Swap(&b);
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
inline OptionIdentifier* New() const PROTOBUF_FINAL { return New(NULL); }
|
|
|
|
|
|
OptionIdentifier* 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 OptionIdentifier& from);
|
|
|
void MergeFrom(const OptionIdentifier& 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(OptionIdentifier* 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_sensor();
|
|
|
static const int kSensorFieldNumber = 1;
|
|
|
::Kinova::Api::VisionConfig::Sensor sensor() const;
|
|
|
void set_sensor(::Kinova::Api::VisionConfig::Sensor value);
|
|
|
|
|
|
|
|
|
void clear_option();
|
|
|
static const int kOptionFieldNumber = 2;
|
|
|
::Kinova::Api::VisionConfig::Option option() const;
|
|
|
void set_option(::Kinova::Api::VisionConfig::Option value);
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
|
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
|
|
|
int sensor_;
|
|
|
int option_;
|
|
|
mutable int _cached_size_;
|
|
|
friend struct ::protobuf_VisionConfig_2eproto::TableStruct;
|
|
|
friend void ::protobuf_VisionConfig_2eproto::InitDefaultsOptionIdentifierImpl();
|
|
|
};
|
|
|
|
|
|
|
|
|
class OptionValue : public ::google::protobuf::Message {
|
|
|
public:
|
|
|
OptionValue();
|
|
|
virtual ~OptionValue();
|
|
|
|
|
|
OptionValue(const OptionValue& from);
|
|
|
|
|
|
inline OptionValue& operator=(const OptionValue& from) {
|
|
|
CopyFrom(from);
|
|
|
return *this;
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
OptionValue(OptionValue&& from) noexcept
|
|
|
: OptionValue() {
|
|
|
*this = ::std::move(from);
|
|
|
}
|
|
|
|
|
|
inline OptionValue& operator=(OptionValue&& 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 OptionValue& default_instance();
|
|
|
|
|
|
static void InitAsDefaultInstance();
|
|
|
static inline const OptionValue* internal_default_instance() {
|
|
|
return reinterpret_cast<const OptionValue*>(
|
|
|
&_OptionValue_default_instance_);
|
|
|
}
|
|
|
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
|
|
4;
|
|
|
|
|
|
void Swap(OptionValue* other);
|
|
|
friend void swap(OptionValue& a, OptionValue& b) {
|
|
|
a.Swap(&b);
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
inline OptionValue* New() const PROTOBUF_FINAL { return New(NULL); }
|
|
|
|
|
|
OptionValue* 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 OptionValue& from);
|
|
|
void MergeFrom(const OptionValue& 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(OptionValue* 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_sensor();
|
|
|
static const int kSensorFieldNumber = 1;
|
|
|
::Kinova::Api::VisionConfig::Sensor sensor() const;
|
|
|
void set_sensor(::Kinova::Api::VisionConfig::Sensor value);
|
|
|
|
|
|
|
|
|
void clear_option();
|
|
|
static const int kOptionFieldNumber = 2;
|
|
|
::Kinova::Api::VisionConfig::Option option() const;
|
|
|
void set_option(::Kinova::Api::VisionConfig::Option value);
|
|
|
|
|
|
|
|
|
void clear_value();
|
|
|
static const int kValueFieldNumber = 3;
|
|
|
float value() const;
|
|
|
void set_value(float value);
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
|
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
|
|
|
int sensor_;
|
|
|
int option_;
|
|
|
float value_;
|
|
|
mutable int _cached_size_;
|
|
|
friend struct ::protobuf_VisionConfig_2eproto::TableStruct;
|
|
|
friend void ::protobuf_VisionConfig_2eproto::InitDefaultsOptionValueImpl();
|
|
|
};
|
|
|
|
|
|
|
|
|
class OptionInformation : public ::google::protobuf::Message {
|
|
|
public:
|
|
|
OptionInformation();
|
|
|
virtual ~OptionInformation();
|
|
|
|
|
|
OptionInformation(const OptionInformation& from);
|
|
|
|
|
|
inline OptionInformation& operator=(const OptionInformation& from) {
|
|
|
CopyFrom(from);
|
|
|
return *this;
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
OptionInformation(OptionInformation&& from) noexcept
|
|
|
: OptionInformation() {
|
|
|
*this = ::std::move(from);
|
|
|
}
|
|
|
|
|
|
inline OptionInformation& operator=(OptionInformation&& 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 OptionInformation& default_instance();
|
|
|
|
|
|
static void InitAsDefaultInstance();
|
|
|
static inline const OptionInformation* internal_default_instance() {
|
|
|
return reinterpret_cast<const OptionInformation*>(
|
|
|
&_OptionInformation_default_instance_);
|
|
|
}
|
|
|
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
|
|
5;
|
|
|
|
|
|
void Swap(OptionInformation* other);
|
|
|
friend void swap(OptionInformation& a, OptionInformation& b) {
|
|
|
a.Swap(&b);
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
inline OptionInformation* New() const PROTOBUF_FINAL { return New(NULL); }
|
|
|
|
|
|
OptionInformation* 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 OptionInformation& from);
|
|
|
void MergeFrom(const OptionInformation& 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(OptionInformation* 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_sensor();
|
|
|
static const int kSensorFieldNumber = 1;
|
|
|
::Kinova::Api::VisionConfig::Sensor sensor() const;
|
|
|
void set_sensor(::Kinova::Api::VisionConfig::Sensor value);
|
|
|
|
|
|
|
|
|
void clear_option();
|
|
|
static const int kOptionFieldNumber = 2;
|
|
|
::Kinova::Api::VisionConfig::Option option() const;
|
|
|
void set_option(::Kinova::Api::VisionConfig::Option value);
|
|
|
|
|
|
|
|
|
void clear_supported();
|
|
|
static const int kSupportedFieldNumber = 3;
|
|
|
bool supported() const;
|
|
|
void set_supported(bool value);
|
|
|
|
|
|
|
|
|
void clear_read_only();
|
|
|
static const int kReadOnlyFieldNumber = 4;
|
|
|
bool read_only() const;
|
|
|
void set_read_only(bool value);
|
|
|
|
|
|
|
|
|
void clear_minimum();
|
|
|
static const int kMinimumFieldNumber = 5;
|
|
|
float minimum() const;
|
|
|
void set_minimum(float value);
|
|
|
|
|
|
|
|
|
void clear_maximum();
|
|
|
static const int kMaximumFieldNumber = 6;
|
|
|
float maximum() const;
|
|
|
void set_maximum(float value);
|
|
|
|
|
|
|
|
|
void clear_step();
|
|
|
static const int kStepFieldNumber = 7;
|
|
|
float step() const;
|
|
|
void set_step(float value);
|
|
|
|
|
|
|
|
|
void clear_default_value();
|
|
|
static const int kDefaultValueFieldNumber = 8;
|
|
|
float default_value() const;
|
|
|
void set_default_value(float value);
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
|
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
|
|
|
int sensor_;
|
|
|
int option_;
|
|
|
bool supported_;
|
|
|
bool read_only_;
|
|
|
float minimum_;
|
|
|
float maximum_;
|
|
|
float step_;
|
|
|
float default_value_;
|
|
|
mutable int _cached_size_;
|
|
|
friend struct ::protobuf_VisionConfig_2eproto::TableStruct;
|
|
|
friend void ::protobuf_VisionConfig_2eproto::InitDefaultsOptionInformationImpl();
|
|
|
};
|
|
|
|
|
|
|
|
|
class SensorFocusAction : public ::google::protobuf::Message {
|
|
|
public:
|
|
|
SensorFocusAction();
|
|
|
virtual ~SensorFocusAction();
|
|
|
|
|
|
SensorFocusAction(const SensorFocusAction& from);
|
|
|
|
|
|
inline SensorFocusAction& operator=(const SensorFocusAction& from) {
|
|
|
CopyFrom(from);
|
|
|
return *this;
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
SensorFocusAction(SensorFocusAction&& from) noexcept
|
|
|
: SensorFocusAction() {
|
|
|
*this = ::std::move(from);
|
|
|
}
|
|
|
|
|
|
inline SensorFocusAction& operator=(SensorFocusAction&& 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 SensorFocusAction& default_instance();
|
|
|
|
|
|
enum ActionParametersCase {
|
|
|
kFocusPoint = 3,
|
|
|
kManualFocus = 4,
|
|
|
ACTION_PARAMETERS_NOT_SET = 0,
|
|
|
};
|
|
|
|
|
|
static void InitAsDefaultInstance();
|
|
|
static inline const SensorFocusAction* internal_default_instance() {
|
|
|
return reinterpret_cast<const SensorFocusAction*>(
|
|
|
&_SensorFocusAction_default_instance_);
|
|
|
}
|
|
|
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
|
|
6;
|
|
|
|
|
|
void Swap(SensorFocusAction* other);
|
|
|
friend void swap(SensorFocusAction& a, SensorFocusAction& b) {
|
|
|
a.Swap(&b);
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
inline SensorFocusAction* New() const PROTOBUF_FINAL { return New(NULL); }
|
|
|
|
|
|
SensorFocusAction* 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 SensorFocusAction& from);
|
|
|
void MergeFrom(const SensorFocusAction& 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(SensorFocusAction* 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_sensor();
|
|
|
static const int kSensorFieldNumber = 1;
|
|
|
::Kinova::Api::VisionConfig::Sensor sensor() const;
|
|
|
void set_sensor(::Kinova::Api::VisionConfig::Sensor value);
|
|
|
|
|
|
|
|
|
void clear_focus_action();
|
|
|
static const int kFocusActionFieldNumber = 2;
|
|
|
::Kinova::Api::VisionConfig::FocusAction focus_action() const;
|
|
|
void set_focus_action(::Kinova::Api::VisionConfig::FocusAction value);
|
|
|
|
|
|
|
|
|
bool has_focus_point() const;
|
|
|
void clear_focus_point();
|
|
|
static const int kFocusPointFieldNumber = 3;
|
|
|
const ::Kinova::Api::VisionConfig::FocusPoint& focus_point() const;
|
|
|
::Kinova::Api::VisionConfig::FocusPoint* release_focus_point();
|
|
|
::Kinova::Api::VisionConfig::FocusPoint* mutable_focus_point();
|
|
|
void set_allocated_focus_point(::Kinova::Api::VisionConfig::FocusPoint* focus_point);
|
|
|
|
|
|
|
|
|
bool has_manual_focus() const;
|
|
|
void clear_manual_focus();
|
|
|
static const int kManualFocusFieldNumber = 4;
|
|
|
const ::Kinova::Api::VisionConfig::ManualFocus& manual_focus() const;
|
|
|
::Kinova::Api::VisionConfig::ManualFocus* release_manual_focus();
|
|
|
::Kinova::Api::VisionConfig::ManualFocus* mutable_manual_focus();
|
|
|
void set_allocated_manual_focus(::Kinova::Api::VisionConfig::ManualFocus* manual_focus);
|
|
|
|
|
|
ActionParametersCase action_parameters_case() const;
|
|
|
|
|
|
private:
|
|
|
void set_has_focus_point();
|
|
|
void set_has_manual_focus();
|
|
|
|
|
|
inline bool has_action_parameters() const;
|
|
|
void clear_action_parameters();
|
|
|
inline void clear_has_action_parameters();
|
|
|
|
|
|
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
|
|
|
int sensor_;
|
|
|
int focus_action_;
|
|
|
union ActionParametersUnion {
|
|
|
ActionParametersUnion() {}
|
|
|
::Kinova::Api::VisionConfig::FocusPoint* focus_point_;
|
|
|
::Kinova::Api::VisionConfig::ManualFocus* manual_focus_;
|
|
|
} action_parameters_;
|
|
|
mutable int _cached_size_;
|
|
|
::google::protobuf::uint32 _oneof_case_[1];
|
|
|
|
|
|
friend struct ::protobuf_VisionConfig_2eproto::TableStruct;
|
|
|
friend void ::protobuf_VisionConfig_2eproto::InitDefaultsSensorFocusActionImpl();
|
|
|
};
|
|
|
|
|
|
|
|
|
class FocusPoint : public ::google::protobuf::Message {
|
|
|
public:
|
|
|
FocusPoint();
|
|
|
virtual ~FocusPoint();
|
|
|
|
|
|
FocusPoint(const FocusPoint& from);
|
|
|
|
|
|
inline FocusPoint& operator=(const FocusPoint& from) {
|
|
|
CopyFrom(from);
|
|
|
return *this;
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
FocusPoint(FocusPoint&& from) noexcept
|
|
|
: FocusPoint() {
|
|
|
*this = ::std::move(from);
|
|
|
}
|
|
|
|
|
|
inline FocusPoint& operator=(FocusPoint&& 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 FocusPoint& default_instance();
|
|
|
|
|
|
static void InitAsDefaultInstance();
|
|
|
static inline const FocusPoint* internal_default_instance() {
|
|
|
return reinterpret_cast<const FocusPoint*>(
|
|
|
&_FocusPoint_default_instance_);
|
|
|
}
|
|
|
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
|
|
7;
|
|
|
|
|
|
void Swap(FocusPoint* other);
|
|
|
friend void swap(FocusPoint& a, FocusPoint& b) {
|
|
|
a.Swap(&b);
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
inline FocusPoint* New() const PROTOBUF_FINAL { return New(NULL); }
|
|
|
|
|
|
FocusPoint* 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 FocusPoint& from);
|
|
|
void MergeFrom(const FocusPoint& 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(FocusPoint* 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_x();
|
|
|
static const int kXFieldNumber = 1;
|
|
|
::google::protobuf::uint32 x() const;
|
|
|
void set_x(::google::protobuf::uint32 value);
|
|
|
|
|
|
|
|
|
void clear_y();
|
|
|
static const int kYFieldNumber = 2;
|
|
|
::google::protobuf::uint32 y() const;
|
|
|
void set_y(::google::protobuf::uint32 value);
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
|
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
|
|
|
::google::protobuf::uint32 x_;
|
|
|
::google::protobuf::uint32 y_;
|
|
|
mutable int _cached_size_;
|
|
|
friend struct ::protobuf_VisionConfig_2eproto::TableStruct;
|
|
|
friend void ::protobuf_VisionConfig_2eproto::InitDefaultsFocusPointImpl();
|
|
|
};
|
|
|
|
|
|
|
|
|
class ManualFocus : public ::google::protobuf::Message {
|
|
|
public:
|
|
|
ManualFocus();
|
|
|
virtual ~ManualFocus();
|
|
|
|
|
|
ManualFocus(const ManualFocus& from);
|
|
|
|
|
|
inline ManualFocus& operator=(const ManualFocus& from) {
|
|
|
CopyFrom(from);
|
|
|
return *this;
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
ManualFocus(ManualFocus&& from) noexcept
|
|
|
: ManualFocus() {
|
|
|
*this = ::std::move(from);
|
|
|
}
|
|
|
|
|
|
inline ManualFocus& operator=(ManualFocus&& 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 ManualFocus& default_instance();
|
|
|
|
|
|
static void InitAsDefaultInstance();
|
|
|
static inline const ManualFocus* internal_default_instance() {
|
|
|
return reinterpret_cast<const ManualFocus*>(
|
|
|
&_ManualFocus_default_instance_);
|
|
|
}
|
|
|
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
|
|
8;
|
|
|
|
|
|
void Swap(ManualFocus* other);
|
|
|
friend void swap(ManualFocus& a, ManualFocus& b) {
|
|
|
a.Swap(&b);
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
inline ManualFocus* New() const PROTOBUF_FINAL { return New(NULL); }
|
|
|
|
|
|
ManualFocus* 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 ManualFocus& from);
|
|
|
void MergeFrom(const ManualFocus& 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(ManualFocus* 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_value();
|
|
|
static const int kValueFieldNumber = 1;
|
|
|
::google::protobuf::uint32 value() const;
|
|
|
void set_value(::google::protobuf::uint32 value);
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
|
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
|
|
|
::google::protobuf::uint32 value_;
|
|
|
mutable int _cached_size_;
|
|
|
friend struct ::protobuf_VisionConfig_2eproto::TableStruct;
|
|
|
friend void ::protobuf_VisionConfig_2eproto::InitDefaultsManualFocusImpl();
|
|
|
};
|
|
|
|
|
|
|
|
|
class VisionNotification : public ::google::protobuf::Message {
|
|
|
public:
|
|
|
VisionNotification();
|
|
|
virtual ~VisionNotification();
|
|
|
|
|
|
VisionNotification(const VisionNotification& from);
|
|
|
|
|
|
inline VisionNotification& operator=(const VisionNotification& from) {
|
|
|
CopyFrom(from);
|
|
|
return *this;
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
VisionNotification(VisionNotification&& from) noexcept
|
|
|
: VisionNotification() {
|
|
|
*this = ::std::move(from);
|
|
|
}
|
|
|
|
|
|
inline VisionNotification& operator=(VisionNotification&& 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 VisionNotification& default_instance();
|
|
|
|
|
|
static void InitAsDefaultInstance();
|
|
|
static inline const VisionNotification* internal_default_instance() {
|
|
|
return reinterpret_cast<const VisionNotification*>(
|
|
|
&_VisionNotification_default_instance_);
|
|
|
}
|
|
|
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
|
|
9;
|
|
|
|
|
|
void Swap(VisionNotification* other);
|
|
|
friend void swap(VisionNotification& a, VisionNotification& b) {
|
|
|
a.Swap(&b);
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
inline VisionNotification* New() const PROTOBUF_FINAL { return New(NULL); }
|
|
|
|
|
|
VisionNotification* 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 VisionNotification& from);
|
|
|
void MergeFrom(const VisionNotification& 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(VisionNotification* 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_event();
|
|
|
static const int kEventFieldNumber = 1;
|
|
|
::Kinova::Api::VisionConfig::VisionEvent event() const;
|
|
|
void set_event(::Kinova::Api::VisionConfig::VisionEvent value);
|
|
|
|
|
|
|
|
|
void clear_sensor();
|
|
|
static const int kSensorFieldNumber = 2;
|
|
|
::Kinova::Api::VisionConfig::Sensor sensor() const;
|
|
|
void set_sensor(::Kinova::Api::VisionConfig::Sensor value);
|
|
|
|
|
|
|
|
|
void clear_option();
|
|
|
static const int kOptionFieldNumber = 3;
|
|
|
::Kinova::Api::VisionConfig::Option option() const;
|
|
|
void set_option(::Kinova::Api::VisionConfig::Option value);
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
|
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
|
|
|
int event_;
|
|
|
int sensor_;
|
|
|
int option_;
|
|
|
mutable int _cached_size_;
|
|
|
friend struct ::protobuf_VisionConfig_2eproto::TableStruct;
|
|
|
friend void ::protobuf_VisionConfig_2eproto::InitDefaultsVisionNotificationImpl();
|
|
|
};
|
|
|
|
|
|
|
|
|
class IntrinsicParameters : public ::google::protobuf::Message {
|
|
|
public:
|
|
|
IntrinsicParameters();
|
|
|
virtual ~IntrinsicParameters();
|
|
|
|
|
|
IntrinsicParameters(const IntrinsicParameters& from);
|
|
|
|
|
|
inline IntrinsicParameters& operator=(const IntrinsicParameters& from) {
|
|
|
CopyFrom(from);
|
|
|
return *this;
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
IntrinsicParameters(IntrinsicParameters&& from) noexcept
|
|
|
: IntrinsicParameters() {
|
|
|
*this = ::std::move(from);
|
|
|
}
|
|
|
|
|
|
inline IntrinsicParameters& operator=(IntrinsicParameters&& 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 IntrinsicParameters& default_instance();
|
|
|
|
|
|
static void InitAsDefaultInstance();
|
|
|
static inline const IntrinsicParameters* internal_default_instance() {
|
|
|
return reinterpret_cast<const IntrinsicParameters*>(
|
|
|
&_IntrinsicParameters_default_instance_);
|
|
|
}
|
|
|
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
|
|
10;
|
|
|
|
|
|
void Swap(IntrinsicParameters* other);
|
|
|
friend void swap(IntrinsicParameters& a, IntrinsicParameters& b) {
|
|
|
a.Swap(&b);
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
inline IntrinsicParameters* New() const PROTOBUF_FINAL { return New(NULL); }
|
|
|
|
|
|
IntrinsicParameters* 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 IntrinsicParameters& from);
|
|
|
void MergeFrom(const IntrinsicParameters& 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(IntrinsicParameters* 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_distortion_coeffs() const;
|
|
|
void clear_distortion_coeffs();
|
|
|
static const int kDistortionCoeffsFieldNumber = 7;
|
|
|
const ::Kinova::Api::VisionConfig::DistortionCoefficients& distortion_coeffs() const;
|
|
|
::Kinova::Api::VisionConfig::DistortionCoefficients* release_distortion_coeffs();
|
|
|
::Kinova::Api::VisionConfig::DistortionCoefficients* mutable_distortion_coeffs();
|
|
|
void set_allocated_distortion_coeffs(::Kinova::Api::VisionConfig::DistortionCoefficients* distortion_coeffs);
|
|
|
|
|
|
|
|
|
void clear_sensor();
|
|
|
static const int kSensorFieldNumber = 1;
|
|
|
::Kinova::Api::VisionConfig::Sensor sensor() const;
|
|
|
void set_sensor(::Kinova::Api::VisionConfig::Sensor value);
|
|
|
|
|
|
|
|
|
void clear_resolution();
|
|
|
static const int kResolutionFieldNumber = 2;
|
|
|
::Kinova::Api::VisionConfig::Resolution resolution() const;
|
|
|
void set_resolution(::Kinova::Api::VisionConfig::Resolution value);
|
|
|
|
|
|
|
|
|
void clear_principal_point_x();
|
|
|
static const int kPrincipalPointXFieldNumber = 3;
|
|
|
float principal_point_x() const;
|
|
|
void set_principal_point_x(float value);
|
|
|
|
|
|
|
|
|
void clear_principal_point_y();
|
|
|
static const int kPrincipalPointYFieldNumber = 4;
|
|
|
float principal_point_y() const;
|
|
|
void set_principal_point_y(float value);
|
|
|
|
|
|
|
|
|
void clear_focal_length_x();
|
|
|
static const int kFocalLengthXFieldNumber = 5;
|
|
|
float focal_length_x() const;
|
|
|
void set_focal_length_x(float value);
|
|
|
|
|
|
|
|
|
void clear_focal_length_y();
|
|
|
static const int kFocalLengthYFieldNumber = 6;
|
|
|
float focal_length_y() const;
|
|
|
void set_focal_length_y(float value);
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
|
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
|
|
|
::Kinova::Api::VisionConfig::DistortionCoefficients* distortion_coeffs_;
|
|
|
int sensor_;
|
|
|
int resolution_;
|
|
|
float principal_point_x_;
|
|
|
float principal_point_y_;
|
|
|
float focal_length_x_;
|
|
|
float focal_length_y_;
|
|
|
mutable int _cached_size_;
|
|
|
friend struct ::protobuf_VisionConfig_2eproto::TableStruct;
|
|
|
friend void ::protobuf_VisionConfig_2eproto::InitDefaultsIntrinsicParametersImpl();
|
|
|
};
|
|
|
|
|
|
|
|
|
class DistortionCoefficients : public ::google::protobuf::Message {
|
|
|
public:
|
|
|
DistortionCoefficients();
|
|
|
virtual ~DistortionCoefficients();
|
|
|
|
|
|
DistortionCoefficients(const DistortionCoefficients& from);
|
|
|
|
|
|
inline DistortionCoefficients& operator=(const DistortionCoefficients& from) {
|
|
|
CopyFrom(from);
|
|
|
return *this;
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
DistortionCoefficients(DistortionCoefficients&& from) noexcept
|
|
|
: DistortionCoefficients() {
|
|
|
*this = ::std::move(from);
|
|
|
}
|
|
|
|
|
|
inline DistortionCoefficients& operator=(DistortionCoefficients&& 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 DistortionCoefficients& default_instance();
|
|
|
|
|
|
static void InitAsDefaultInstance();
|
|
|
static inline const DistortionCoefficients* internal_default_instance() {
|
|
|
return reinterpret_cast<const DistortionCoefficients*>(
|
|
|
&_DistortionCoefficients_default_instance_);
|
|
|
}
|
|
|
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
|
|
11;
|
|
|
|
|
|
void Swap(DistortionCoefficients* other);
|
|
|
friend void swap(DistortionCoefficients& a, DistortionCoefficients& b) {
|
|
|
a.Swap(&b);
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
inline DistortionCoefficients* New() const PROTOBUF_FINAL { return New(NULL); }
|
|
|
|
|
|
DistortionCoefficients* 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 DistortionCoefficients& from);
|
|
|
void MergeFrom(const DistortionCoefficients& 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(DistortionCoefficients* 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_k1();
|
|
|
static const int kK1FieldNumber = 1;
|
|
|
float k1() const;
|
|
|
void set_k1(float value);
|
|
|
|
|
|
|
|
|
void clear_k2();
|
|
|
static const int kK2FieldNumber = 2;
|
|
|
float k2() const;
|
|
|
void set_k2(float value);
|
|
|
|
|
|
|
|
|
void clear_k3();
|
|
|
static const int kK3FieldNumber = 3;
|
|
|
float k3() const;
|
|
|
void set_k3(float value);
|
|
|
|
|
|
|
|
|
void clear_p1();
|
|
|
static const int kP1FieldNumber = 4;
|
|
|
float p1() const;
|
|
|
void set_p1(float value);
|
|
|
|
|
|
|
|
|
void clear_p2();
|
|
|
static const int kP2FieldNumber = 5;
|
|
|
float p2() const;
|
|
|
void set_p2(float value);
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
|
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
|
|
|
float k1_;
|
|
|
float k2_;
|
|
|
float k3_;
|
|
|
float p1_;
|
|
|
float p2_;
|
|
|
mutable int _cached_size_;
|
|
|
friend struct ::protobuf_VisionConfig_2eproto::TableStruct;
|
|
|
friend void ::protobuf_VisionConfig_2eproto::InitDefaultsDistortionCoefficientsImpl();
|
|
|
};
|
|
|
|
|
|
|
|
|
class ExtrinsicParameters : public ::google::protobuf::Message {
|
|
|
public:
|
|
|
ExtrinsicParameters();
|
|
|
virtual ~ExtrinsicParameters();
|
|
|
|
|
|
ExtrinsicParameters(const ExtrinsicParameters& from);
|
|
|
|
|
|
inline ExtrinsicParameters& operator=(const ExtrinsicParameters& from) {
|
|
|
CopyFrom(from);
|
|
|
return *this;
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
ExtrinsicParameters(ExtrinsicParameters&& from) noexcept
|
|
|
: ExtrinsicParameters() {
|
|
|
*this = ::std::move(from);
|
|
|
}
|
|
|
|
|
|
inline ExtrinsicParameters& operator=(ExtrinsicParameters&& 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 ExtrinsicParameters& default_instance();
|
|
|
|
|
|
static void InitAsDefaultInstance();
|
|
|
static inline const ExtrinsicParameters* internal_default_instance() {
|
|
|
return reinterpret_cast<const ExtrinsicParameters*>(
|
|
|
&_ExtrinsicParameters_default_instance_);
|
|
|
}
|
|
|
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
|
|
12;
|
|
|
|
|
|
void Swap(ExtrinsicParameters* other);
|
|
|
friend void swap(ExtrinsicParameters& a, ExtrinsicParameters& b) {
|
|
|
a.Swap(&b);
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
inline ExtrinsicParameters* New() const PROTOBUF_FINAL { return New(NULL); }
|
|
|
|
|
|
ExtrinsicParameters* 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 ExtrinsicParameters& from);
|
|
|
void MergeFrom(const ExtrinsicParameters& 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(ExtrinsicParameters* 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_rotation() const;
|
|
|
void clear_rotation();
|
|
|
static const int kRotationFieldNumber = 1;
|
|
|
const ::Kinova::Api::VisionConfig::RotationMatrix& rotation() const;
|
|
|
::Kinova::Api::VisionConfig::RotationMatrix* release_rotation();
|
|
|
::Kinova::Api::VisionConfig::RotationMatrix* mutable_rotation();
|
|
|
void set_allocated_rotation(::Kinova::Api::VisionConfig::RotationMatrix* rotation);
|
|
|
|
|
|
|
|
|
bool has_translation() const;
|
|
|
void clear_translation();
|
|
|
static const int kTranslationFieldNumber = 2;
|
|
|
const ::Kinova::Api::VisionConfig::TranslationVector& translation() const;
|
|
|
::Kinova::Api::VisionConfig::TranslationVector* release_translation();
|
|
|
::Kinova::Api::VisionConfig::TranslationVector* mutable_translation();
|
|
|
void set_allocated_translation(::Kinova::Api::VisionConfig::TranslationVector* translation);
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
|
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
|
|
|
::Kinova::Api::VisionConfig::RotationMatrix* rotation_;
|
|
|
::Kinova::Api::VisionConfig::TranslationVector* translation_;
|
|
|
mutable int _cached_size_;
|
|
|
friend struct ::protobuf_VisionConfig_2eproto::TableStruct;
|
|
|
friend void ::protobuf_VisionConfig_2eproto::InitDefaultsExtrinsicParametersImpl();
|
|
|
};
|
|
|
|
|
|
|
|
|
class RotationMatrix : public ::google::protobuf::Message {
|
|
|
public:
|
|
|
RotationMatrix();
|
|
|
virtual ~RotationMatrix();
|
|
|
|
|
|
RotationMatrix(const RotationMatrix& from);
|
|
|
|
|
|
inline RotationMatrix& operator=(const RotationMatrix& from) {
|
|
|
CopyFrom(from);
|
|
|
return *this;
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
RotationMatrix(RotationMatrix&& from) noexcept
|
|
|
: RotationMatrix() {
|
|
|
*this = ::std::move(from);
|
|
|
}
|
|
|
|
|
|
inline RotationMatrix& operator=(RotationMatrix&& 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 RotationMatrix& default_instance();
|
|
|
|
|
|
static void InitAsDefaultInstance();
|
|
|
static inline const RotationMatrix* internal_default_instance() {
|
|
|
return reinterpret_cast<const RotationMatrix*>(
|
|
|
&_RotationMatrix_default_instance_);
|
|
|
}
|
|
|
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
|
|
13;
|
|
|
|
|
|
void Swap(RotationMatrix* other);
|
|
|
friend void swap(RotationMatrix& a, RotationMatrix& b) {
|
|
|
a.Swap(&b);
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
inline RotationMatrix* New() const PROTOBUF_FINAL { return New(NULL); }
|
|
|
|
|
|
RotationMatrix* 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 RotationMatrix& from);
|
|
|
void MergeFrom(const RotationMatrix& 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(RotationMatrix* 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_row1() const;
|
|
|
void clear_row1();
|
|
|
static const int kRow1FieldNumber = 1;
|
|
|
const ::Kinova::Api::VisionConfig::RotationMatrixRow& row1() const;
|
|
|
::Kinova::Api::VisionConfig::RotationMatrixRow* release_row1();
|
|
|
::Kinova::Api::VisionConfig::RotationMatrixRow* mutable_row1();
|
|
|
void set_allocated_row1(::Kinova::Api::VisionConfig::RotationMatrixRow* row1);
|
|
|
|
|
|
|
|
|
bool has_row2() const;
|
|
|
void clear_row2();
|
|
|
static const int kRow2FieldNumber = 2;
|
|
|
const ::Kinova::Api::VisionConfig::RotationMatrixRow& row2() const;
|
|
|
::Kinova::Api::VisionConfig::RotationMatrixRow* release_row2();
|
|
|
::Kinova::Api::VisionConfig::RotationMatrixRow* mutable_row2();
|
|
|
void set_allocated_row2(::Kinova::Api::VisionConfig::RotationMatrixRow* row2);
|
|
|
|
|
|
|
|
|
bool has_row3() const;
|
|
|
void clear_row3();
|
|
|
static const int kRow3FieldNumber = 3;
|
|
|
const ::Kinova::Api::VisionConfig::RotationMatrixRow& row3() const;
|
|
|
::Kinova::Api::VisionConfig::RotationMatrixRow* release_row3();
|
|
|
::Kinova::Api::VisionConfig::RotationMatrixRow* mutable_row3();
|
|
|
void set_allocated_row3(::Kinova::Api::VisionConfig::RotationMatrixRow* row3);
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
|
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
|
|
|
::Kinova::Api::VisionConfig::RotationMatrixRow* row1_;
|
|
|
::Kinova::Api::VisionConfig::RotationMatrixRow* row2_;
|
|
|
::Kinova::Api::VisionConfig::RotationMatrixRow* row3_;
|
|
|
mutable int _cached_size_;
|
|
|
friend struct ::protobuf_VisionConfig_2eproto::TableStruct;
|
|
|
friend void ::protobuf_VisionConfig_2eproto::InitDefaultsRotationMatrixImpl();
|
|
|
};
|
|
|
|
|
|
|
|
|
class RotationMatrixRow : public ::google::protobuf::Message {
|
|
|
public:
|
|
|
RotationMatrixRow();
|
|
|
virtual ~RotationMatrixRow();
|
|
|
|
|
|
RotationMatrixRow(const RotationMatrixRow& from);
|
|
|
|
|
|
inline RotationMatrixRow& operator=(const RotationMatrixRow& from) {
|
|
|
CopyFrom(from);
|
|
|
return *this;
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
RotationMatrixRow(RotationMatrixRow&& from) noexcept
|
|
|
: RotationMatrixRow() {
|
|
|
*this = ::std::move(from);
|
|
|
}
|
|
|
|
|
|
inline RotationMatrixRow& operator=(RotationMatrixRow&& 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 RotationMatrixRow& default_instance();
|
|
|
|
|
|
static void InitAsDefaultInstance();
|
|
|
static inline const RotationMatrixRow* internal_default_instance() {
|
|
|
return reinterpret_cast<const RotationMatrixRow*>(
|
|
|
&_RotationMatrixRow_default_instance_);
|
|
|
}
|
|
|
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
|
|
14;
|
|
|
|
|
|
void Swap(RotationMatrixRow* other);
|
|
|
friend void swap(RotationMatrixRow& a, RotationMatrixRow& b) {
|
|
|
a.Swap(&b);
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
inline RotationMatrixRow* New() const PROTOBUF_FINAL { return New(NULL); }
|
|
|
|
|
|
RotationMatrixRow* 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 RotationMatrixRow& from);
|
|
|
void MergeFrom(const RotationMatrixRow& 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(RotationMatrixRow* 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_column1();
|
|
|
static const int kColumn1FieldNumber = 1;
|
|
|
float column1() const;
|
|
|
void set_column1(float value);
|
|
|
|
|
|
|
|
|
void clear_column2();
|
|
|
static const int kColumn2FieldNumber = 2;
|
|
|
float column2() const;
|
|
|
void set_column2(float value);
|
|
|
|
|
|
|
|
|
void clear_column3();
|
|
|
static const int kColumn3FieldNumber = 3;
|
|
|
float column3() const;
|
|
|
void set_column3(float value);
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
|
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
|
|
|
float column1_;
|
|
|
float column2_;
|
|
|
float column3_;
|
|
|
mutable int _cached_size_;
|
|
|
friend struct ::protobuf_VisionConfig_2eproto::TableStruct;
|
|
|
friend void ::protobuf_VisionConfig_2eproto::InitDefaultsRotationMatrixRowImpl();
|
|
|
};
|
|
|
|
|
|
|
|
|
class TranslationVector : public ::google::protobuf::Message {
|
|
|
public:
|
|
|
TranslationVector();
|
|
|
virtual ~TranslationVector();
|
|
|
|
|
|
TranslationVector(const TranslationVector& from);
|
|
|
|
|
|
inline TranslationVector& operator=(const TranslationVector& from) {
|
|
|
CopyFrom(from);
|
|
|
return *this;
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
TranslationVector(TranslationVector&& from) noexcept
|
|
|
: TranslationVector() {
|
|
|
*this = ::std::move(from);
|
|
|
}
|
|
|
|
|
|
inline TranslationVector& operator=(TranslationVector&& 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 TranslationVector& default_instance();
|
|
|
|
|
|
static void InitAsDefaultInstance();
|
|
|
static inline const TranslationVector* internal_default_instance() {
|
|
|
return reinterpret_cast<const TranslationVector*>(
|
|
|
&_TranslationVector_default_instance_);
|
|
|
}
|
|
|
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
|
|
15;
|
|
|
|
|
|
void Swap(TranslationVector* other);
|
|
|
friend void swap(TranslationVector& a, TranslationVector& b) {
|
|
|
a.Swap(&b);
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
inline TranslationVector* New() const PROTOBUF_FINAL { return New(NULL); }
|
|
|
|
|
|
TranslationVector* 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 TranslationVector& from);
|
|
|
void MergeFrom(const TranslationVector& 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(TranslationVector* 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_t_x();
|
|
|
static const int kTXFieldNumber = 1;
|
|
|
float t_x() const;
|
|
|
void set_t_x(float value);
|
|
|
|
|
|
|
|
|
void clear_t_y();
|
|
|
static const int kTYFieldNumber = 2;
|
|
|
float t_y() const;
|
|
|
void set_t_y(float value);
|
|
|
|
|
|
|
|
|
void clear_t_z();
|
|
|
static const int kTZFieldNumber = 3;
|
|
|
float t_z() const;
|
|
|
void set_t_z(float value);
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
|
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
|
|
|
float t_x_;
|
|
|
float t_y_;
|
|
|
float t_z_;
|
|
|
mutable int _cached_size_;
|
|
|
friend struct ::protobuf_VisionConfig_2eproto::TableStruct;
|
|
|
friend void ::protobuf_VisionConfig_2eproto::InitDefaultsTranslationVectorImpl();
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef __GNUC__
|
|
|
#pragma GCC diagnostic push
|
|
|
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
inline void SensorSettings::clear_sensor() {
|
|
|
sensor_ = 0;
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::Sensor SensorSettings::sensor() const {
|
|
|
|
|
|
return static_cast< ::Kinova::Api::VisionConfig::Sensor >(sensor_);
|
|
|
}
|
|
|
inline void SensorSettings::set_sensor(::Kinova::Api::VisionConfig::Sensor value) {
|
|
|
|
|
|
sensor_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void SensorSettings::clear_resolution() {
|
|
|
resolution_ = 0;
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::Resolution SensorSettings::resolution() const {
|
|
|
|
|
|
return static_cast< ::Kinova::Api::VisionConfig::Resolution >(resolution_);
|
|
|
}
|
|
|
inline void SensorSettings::set_resolution(::Kinova::Api::VisionConfig::Resolution value) {
|
|
|
|
|
|
resolution_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void SensorSettings::clear_frame_rate() {
|
|
|
frame_rate_ = 0;
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::FrameRate SensorSettings::frame_rate() const {
|
|
|
|
|
|
return static_cast< ::Kinova::Api::VisionConfig::FrameRate >(frame_rate_);
|
|
|
}
|
|
|
inline void SensorSettings::set_frame_rate(::Kinova::Api::VisionConfig::FrameRate value) {
|
|
|
|
|
|
frame_rate_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void SensorSettings::clear_bit_rate() {
|
|
|
bit_rate_ = 0;
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::BitRate SensorSettings::bit_rate() const {
|
|
|
|
|
|
return static_cast< ::Kinova::Api::VisionConfig::BitRate >(bit_rate_);
|
|
|
}
|
|
|
inline void SensorSettings::set_bit_rate(::Kinova::Api::VisionConfig::BitRate value) {
|
|
|
|
|
|
bit_rate_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inline void SensorIdentifier::clear_sensor() {
|
|
|
sensor_ = 0;
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::Sensor SensorIdentifier::sensor() const {
|
|
|
|
|
|
return static_cast< ::Kinova::Api::VisionConfig::Sensor >(sensor_);
|
|
|
}
|
|
|
inline void SensorIdentifier::set_sensor(::Kinova::Api::VisionConfig::Sensor value) {
|
|
|
|
|
|
sensor_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inline void IntrinsicProfileIdentifier::clear_sensor() {
|
|
|
sensor_ = 0;
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::Sensor IntrinsicProfileIdentifier::sensor() const {
|
|
|
|
|
|
return static_cast< ::Kinova::Api::VisionConfig::Sensor >(sensor_);
|
|
|
}
|
|
|
inline void IntrinsicProfileIdentifier::set_sensor(::Kinova::Api::VisionConfig::Sensor value) {
|
|
|
|
|
|
sensor_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void IntrinsicProfileIdentifier::clear_resolution() {
|
|
|
resolution_ = 0;
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::Resolution IntrinsicProfileIdentifier::resolution() const {
|
|
|
|
|
|
return static_cast< ::Kinova::Api::VisionConfig::Resolution >(resolution_);
|
|
|
}
|
|
|
inline void IntrinsicProfileIdentifier::set_resolution(::Kinova::Api::VisionConfig::Resolution value) {
|
|
|
|
|
|
resolution_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inline void OptionIdentifier::clear_sensor() {
|
|
|
sensor_ = 0;
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::Sensor OptionIdentifier::sensor() const {
|
|
|
|
|
|
return static_cast< ::Kinova::Api::VisionConfig::Sensor >(sensor_);
|
|
|
}
|
|
|
inline void OptionIdentifier::set_sensor(::Kinova::Api::VisionConfig::Sensor value) {
|
|
|
|
|
|
sensor_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void OptionIdentifier::clear_option() {
|
|
|
option_ = 0;
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::Option OptionIdentifier::option() const {
|
|
|
|
|
|
return static_cast< ::Kinova::Api::VisionConfig::Option >(option_);
|
|
|
}
|
|
|
inline void OptionIdentifier::set_option(::Kinova::Api::VisionConfig::Option value) {
|
|
|
|
|
|
option_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inline void OptionValue::clear_sensor() {
|
|
|
sensor_ = 0;
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::Sensor OptionValue::sensor() const {
|
|
|
|
|
|
return static_cast< ::Kinova::Api::VisionConfig::Sensor >(sensor_);
|
|
|
}
|
|
|
inline void OptionValue::set_sensor(::Kinova::Api::VisionConfig::Sensor value) {
|
|
|
|
|
|
sensor_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void OptionValue::clear_option() {
|
|
|
option_ = 0;
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::Option OptionValue::option() const {
|
|
|
|
|
|
return static_cast< ::Kinova::Api::VisionConfig::Option >(option_);
|
|
|
}
|
|
|
inline void OptionValue::set_option(::Kinova::Api::VisionConfig::Option value) {
|
|
|
|
|
|
option_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void OptionValue::clear_value() {
|
|
|
value_ = 0;
|
|
|
}
|
|
|
inline float OptionValue::value() const {
|
|
|
|
|
|
return value_;
|
|
|
}
|
|
|
inline void OptionValue::set_value(float value) {
|
|
|
|
|
|
value_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inline void OptionInformation::clear_sensor() {
|
|
|
sensor_ = 0;
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::Sensor OptionInformation::sensor() const {
|
|
|
|
|
|
return static_cast< ::Kinova::Api::VisionConfig::Sensor >(sensor_);
|
|
|
}
|
|
|
inline void OptionInformation::set_sensor(::Kinova::Api::VisionConfig::Sensor value) {
|
|
|
|
|
|
sensor_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void OptionInformation::clear_option() {
|
|
|
option_ = 0;
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::Option OptionInformation::option() const {
|
|
|
|
|
|
return static_cast< ::Kinova::Api::VisionConfig::Option >(option_);
|
|
|
}
|
|
|
inline void OptionInformation::set_option(::Kinova::Api::VisionConfig::Option value) {
|
|
|
|
|
|
option_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void OptionInformation::clear_supported() {
|
|
|
supported_ = false;
|
|
|
}
|
|
|
inline bool OptionInformation::supported() const {
|
|
|
|
|
|
return supported_;
|
|
|
}
|
|
|
inline void OptionInformation::set_supported(bool value) {
|
|
|
|
|
|
supported_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void OptionInformation::clear_read_only() {
|
|
|
read_only_ = false;
|
|
|
}
|
|
|
inline bool OptionInformation::read_only() const {
|
|
|
|
|
|
return read_only_;
|
|
|
}
|
|
|
inline void OptionInformation::set_read_only(bool value) {
|
|
|
|
|
|
read_only_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void OptionInformation::clear_minimum() {
|
|
|
minimum_ = 0;
|
|
|
}
|
|
|
inline float OptionInformation::minimum() const {
|
|
|
|
|
|
return minimum_;
|
|
|
}
|
|
|
inline void OptionInformation::set_minimum(float value) {
|
|
|
|
|
|
minimum_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void OptionInformation::clear_maximum() {
|
|
|
maximum_ = 0;
|
|
|
}
|
|
|
inline float OptionInformation::maximum() const {
|
|
|
|
|
|
return maximum_;
|
|
|
}
|
|
|
inline void OptionInformation::set_maximum(float value) {
|
|
|
|
|
|
maximum_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void OptionInformation::clear_step() {
|
|
|
step_ = 0;
|
|
|
}
|
|
|
inline float OptionInformation::step() const {
|
|
|
|
|
|
return step_;
|
|
|
}
|
|
|
inline void OptionInformation::set_step(float value) {
|
|
|
|
|
|
step_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void OptionInformation::clear_default_value() {
|
|
|
default_value_ = 0;
|
|
|
}
|
|
|
inline float OptionInformation::default_value() const {
|
|
|
|
|
|
return default_value_;
|
|
|
}
|
|
|
inline void OptionInformation::set_default_value(float value) {
|
|
|
|
|
|
default_value_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inline void SensorFocusAction::clear_sensor() {
|
|
|
sensor_ = 0;
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::Sensor SensorFocusAction::sensor() const {
|
|
|
|
|
|
return static_cast< ::Kinova::Api::VisionConfig::Sensor >(sensor_);
|
|
|
}
|
|
|
inline void SensorFocusAction::set_sensor(::Kinova::Api::VisionConfig::Sensor value) {
|
|
|
|
|
|
sensor_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void SensorFocusAction::clear_focus_action() {
|
|
|
focus_action_ = 0;
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::FocusAction SensorFocusAction::focus_action() const {
|
|
|
|
|
|
return static_cast< ::Kinova::Api::VisionConfig::FocusAction >(focus_action_);
|
|
|
}
|
|
|
inline void SensorFocusAction::set_focus_action(::Kinova::Api::VisionConfig::FocusAction value) {
|
|
|
|
|
|
focus_action_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline bool SensorFocusAction::has_focus_point() const {
|
|
|
return action_parameters_case() == kFocusPoint;
|
|
|
}
|
|
|
inline void SensorFocusAction::set_has_focus_point() {
|
|
|
_oneof_case_[0] = kFocusPoint;
|
|
|
}
|
|
|
inline void SensorFocusAction::clear_focus_point() {
|
|
|
if (has_focus_point()) {
|
|
|
delete action_parameters_.focus_point_;
|
|
|
clear_has_action_parameters();
|
|
|
}
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::FocusPoint* SensorFocusAction::release_focus_point() {
|
|
|
|
|
|
if (has_focus_point()) {
|
|
|
clear_has_action_parameters();
|
|
|
::Kinova::Api::VisionConfig::FocusPoint* temp = action_parameters_.focus_point_;
|
|
|
action_parameters_.focus_point_ = NULL;
|
|
|
return temp;
|
|
|
} else {
|
|
|
return NULL;
|
|
|
}
|
|
|
}
|
|
|
inline const ::Kinova::Api::VisionConfig::FocusPoint& SensorFocusAction::focus_point() const {
|
|
|
|
|
|
return has_focus_point()
|
|
|
? *action_parameters_.focus_point_
|
|
|
: *reinterpret_cast< ::Kinova::Api::VisionConfig::FocusPoint*>(&::Kinova::Api::VisionConfig::_FocusPoint_default_instance_);
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::FocusPoint* SensorFocusAction::mutable_focus_point() {
|
|
|
if (!has_focus_point()) {
|
|
|
clear_action_parameters();
|
|
|
set_has_focus_point();
|
|
|
action_parameters_.focus_point_ = new ::Kinova::Api::VisionConfig::FocusPoint;
|
|
|
}
|
|
|
|
|
|
return action_parameters_.focus_point_;
|
|
|
}
|
|
|
|
|
|
|
|
|
inline bool SensorFocusAction::has_manual_focus() const {
|
|
|
return action_parameters_case() == kManualFocus;
|
|
|
}
|
|
|
inline void SensorFocusAction::set_has_manual_focus() {
|
|
|
_oneof_case_[0] = kManualFocus;
|
|
|
}
|
|
|
inline void SensorFocusAction::clear_manual_focus() {
|
|
|
if (has_manual_focus()) {
|
|
|
delete action_parameters_.manual_focus_;
|
|
|
clear_has_action_parameters();
|
|
|
}
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::ManualFocus* SensorFocusAction::release_manual_focus() {
|
|
|
|
|
|
if (has_manual_focus()) {
|
|
|
clear_has_action_parameters();
|
|
|
::Kinova::Api::VisionConfig::ManualFocus* temp = action_parameters_.manual_focus_;
|
|
|
action_parameters_.manual_focus_ = NULL;
|
|
|
return temp;
|
|
|
} else {
|
|
|
return NULL;
|
|
|
}
|
|
|
}
|
|
|
inline const ::Kinova::Api::VisionConfig::ManualFocus& SensorFocusAction::manual_focus() const {
|
|
|
|
|
|
return has_manual_focus()
|
|
|
? *action_parameters_.manual_focus_
|
|
|
: *reinterpret_cast< ::Kinova::Api::VisionConfig::ManualFocus*>(&::Kinova::Api::VisionConfig::_ManualFocus_default_instance_);
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::ManualFocus* SensorFocusAction::mutable_manual_focus() {
|
|
|
if (!has_manual_focus()) {
|
|
|
clear_action_parameters();
|
|
|
set_has_manual_focus();
|
|
|
action_parameters_.manual_focus_ = new ::Kinova::Api::VisionConfig::ManualFocus;
|
|
|
}
|
|
|
|
|
|
return action_parameters_.manual_focus_;
|
|
|
}
|
|
|
|
|
|
inline bool SensorFocusAction::has_action_parameters() const {
|
|
|
return action_parameters_case() != ACTION_PARAMETERS_NOT_SET;
|
|
|
}
|
|
|
inline void SensorFocusAction::clear_has_action_parameters() {
|
|
|
_oneof_case_[0] = ACTION_PARAMETERS_NOT_SET;
|
|
|
}
|
|
|
inline SensorFocusAction::ActionParametersCase SensorFocusAction::action_parameters_case() const {
|
|
|
return SensorFocusAction::ActionParametersCase(_oneof_case_[0]);
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inline void FocusPoint::clear_x() {
|
|
|
x_ = 0u;
|
|
|
}
|
|
|
inline ::google::protobuf::uint32 FocusPoint::x() const {
|
|
|
|
|
|
return x_;
|
|
|
}
|
|
|
inline void FocusPoint::set_x(::google::protobuf::uint32 value) {
|
|
|
|
|
|
x_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void FocusPoint::clear_y() {
|
|
|
y_ = 0u;
|
|
|
}
|
|
|
inline ::google::protobuf::uint32 FocusPoint::y() const {
|
|
|
|
|
|
return y_;
|
|
|
}
|
|
|
inline void FocusPoint::set_y(::google::protobuf::uint32 value) {
|
|
|
|
|
|
y_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inline void ManualFocus::clear_value() {
|
|
|
value_ = 0u;
|
|
|
}
|
|
|
inline ::google::protobuf::uint32 ManualFocus::value() const {
|
|
|
|
|
|
return value_;
|
|
|
}
|
|
|
inline void ManualFocus::set_value(::google::protobuf::uint32 value) {
|
|
|
|
|
|
value_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inline void VisionNotification::clear_event() {
|
|
|
event_ = 0;
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::VisionEvent VisionNotification::event() const {
|
|
|
|
|
|
return static_cast< ::Kinova::Api::VisionConfig::VisionEvent >(event_);
|
|
|
}
|
|
|
inline void VisionNotification::set_event(::Kinova::Api::VisionConfig::VisionEvent value) {
|
|
|
|
|
|
event_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void VisionNotification::clear_sensor() {
|
|
|
sensor_ = 0;
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::Sensor VisionNotification::sensor() const {
|
|
|
|
|
|
return static_cast< ::Kinova::Api::VisionConfig::Sensor >(sensor_);
|
|
|
}
|
|
|
inline void VisionNotification::set_sensor(::Kinova::Api::VisionConfig::Sensor value) {
|
|
|
|
|
|
sensor_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void VisionNotification::clear_option() {
|
|
|
option_ = 0;
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::Option VisionNotification::option() const {
|
|
|
|
|
|
return static_cast< ::Kinova::Api::VisionConfig::Option >(option_);
|
|
|
}
|
|
|
inline void VisionNotification::set_option(::Kinova::Api::VisionConfig::Option value) {
|
|
|
|
|
|
option_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inline void IntrinsicParameters::clear_sensor() {
|
|
|
sensor_ = 0;
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::Sensor IntrinsicParameters::sensor() const {
|
|
|
|
|
|
return static_cast< ::Kinova::Api::VisionConfig::Sensor >(sensor_);
|
|
|
}
|
|
|
inline void IntrinsicParameters::set_sensor(::Kinova::Api::VisionConfig::Sensor value) {
|
|
|
|
|
|
sensor_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void IntrinsicParameters::clear_resolution() {
|
|
|
resolution_ = 0;
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::Resolution IntrinsicParameters::resolution() const {
|
|
|
|
|
|
return static_cast< ::Kinova::Api::VisionConfig::Resolution >(resolution_);
|
|
|
}
|
|
|
inline void IntrinsicParameters::set_resolution(::Kinova::Api::VisionConfig::Resolution value) {
|
|
|
|
|
|
resolution_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void IntrinsicParameters::clear_principal_point_x() {
|
|
|
principal_point_x_ = 0;
|
|
|
}
|
|
|
inline float IntrinsicParameters::principal_point_x() const {
|
|
|
|
|
|
return principal_point_x_;
|
|
|
}
|
|
|
inline void IntrinsicParameters::set_principal_point_x(float value) {
|
|
|
|
|
|
principal_point_x_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void IntrinsicParameters::clear_principal_point_y() {
|
|
|
principal_point_y_ = 0;
|
|
|
}
|
|
|
inline float IntrinsicParameters::principal_point_y() const {
|
|
|
|
|
|
return principal_point_y_;
|
|
|
}
|
|
|
inline void IntrinsicParameters::set_principal_point_y(float value) {
|
|
|
|
|
|
principal_point_y_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void IntrinsicParameters::clear_focal_length_x() {
|
|
|
focal_length_x_ = 0;
|
|
|
}
|
|
|
inline float IntrinsicParameters::focal_length_x() const {
|
|
|
|
|
|
return focal_length_x_;
|
|
|
}
|
|
|
inline void IntrinsicParameters::set_focal_length_x(float value) {
|
|
|
|
|
|
focal_length_x_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void IntrinsicParameters::clear_focal_length_y() {
|
|
|
focal_length_y_ = 0;
|
|
|
}
|
|
|
inline float IntrinsicParameters::focal_length_y() const {
|
|
|
|
|
|
return focal_length_y_;
|
|
|
}
|
|
|
inline void IntrinsicParameters::set_focal_length_y(float value) {
|
|
|
|
|
|
focal_length_y_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline bool IntrinsicParameters::has_distortion_coeffs() const {
|
|
|
return this != internal_default_instance() && distortion_coeffs_ != NULL;
|
|
|
}
|
|
|
inline void IntrinsicParameters::clear_distortion_coeffs() {
|
|
|
if (GetArenaNoVirtual() == NULL && distortion_coeffs_ != NULL) {
|
|
|
delete distortion_coeffs_;
|
|
|
}
|
|
|
distortion_coeffs_ = NULL;
|
|
|
}
|
|
|
inline const ::Kinova::Api::VisionConfig::DistortionCoefficients& IntrinsicParameters::distortion_coeffs() const {
|
|
|
const ::Kinova::Api::VisionConfig::DistortionCoefficients* p = distortion_coeffs_;
|
|
|
|
|
|
return p != NULL ? *p : *reinterpret_cast<const ::Kinova::Api::VisionConfig::DistortionCoefficients*>(
|
|
|
&::Kinova::Api::VisionConfig::_DistortionCoefficients_default_instance_);
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::DistortionCoefficients* IntrinsicParameters::release_distortion_coeffs() {
|
|
|
|
|
|
|
|
|
::Kinova::Api::VisionConfig::DistortionCoefficients* temp = distortion_coeffs_;
|
|
|
distortion_coeffs_ = NULL;
|
|
|
return temp;
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::DistortionCoefficients* IntrinsicParameters::mutable_distortion_coeffs() {
|
|
|
|
|
|
if (distortion_coeffs_ == NULL) {
|
|
|
distortion_coeffs_ = new ::Kinova::Api::VisionConfig::DistortionCoefficients;
|
|
|
}
|
|
|
|
|
|
return distortion_coeffs_;
|
|
|
}
|
|
|
inline void IntrinsicParameters::set_allocated_distortion_coeffs(::Kinova::Api::VisionConfig::DistortionCoefficients* distortion_coeffs) {
|
|
|
::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
|
|
|
if (message_arena == NULL) {
|
|
|
delete distortion_coeffs_;
|
|
|
}
|
|
|
if (distortion_coeffs) {
|
|
|
::google::protobuf::Arena* submessage_arena = NULL;
|
|
|
if (message_arena != submessage_arena) {
|
|
|
distortion_coeffs = ::google::protobuf::internal::GetOwnedMessage(
|
|
|
message_arena, distortion_coeffs, submessage_arena);
|
|
|
}
|
|
|
|
|
|
} else {
|
|
|
|
|
|
}
|
|
|
distortion_coeffs_ = distortion_coeffs;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inline void DistortionCoefficients::clear_k1() {
|
|
|
k1_ = 0;
|
|
|
}
|
|
|
inline float DistortionCoefficients::k1() const {
|
|
|
|
|
|
return k1_;
|
|
|
}
|
|
|
inline void DistortionCoefficients::set_k1(float value) {
|
|
|
|
|
|
k1_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void DistortionCoefficients::clear_k2() {
|
|
|
k2_ = 0;
|
|
|
}
|
|
|
inline float DistortionCoefficients::k2() const {
|
|
|
|
|
|
return k2_;
|
|
|
}
|
|
|
inline void DistortionCoefficients::set_k2(float value) {
|
|
|
|
|
|
k2_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void DistortionCoefficients::clear_k3() {
|
|
|
k3_ = 0;
|
|
|
}
|
|
|
inline float DistortionCoefficients::k3() const {
|
|
|
|
|
|
return k3_;
|
|
|
}
|
|
|
inline void DistortionCoefficients::set_k3(float value) {
|
|
|
|
|
|
k3_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void DistortionCoefficients::clear_p1() {
|
|
|
p1_ = 0;
|
|
|
}
|
|
|
inline float DistortionCoefficients::p1() const {
|
|
|
|
|
|
return p1_;
|
|
|
}
|
|
|
inline void DistortionCoefficients::set_p1(float value) {
|
|
|
|
|
|
p1_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void DistortionCoefficients::clear_p2() {
|
|
|
p2_ = 0;
|
|
|
}
|
|
|
inline float DistortionCoefficients::p2() const {
|
|
|
|
|
|
return p2_;
|
|
|
}
|
|
|
inline void DistortionCoefficients::set_p2(float value) {
|
|
|
|
|
|
p2_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inline bool ExtrinsicParameters::has_rotation() const {
|
|
|
return this != internal_default_instance() && rotation_ != NULL;
|
|
|
}
|
|
|
inline void ExtrinsicParameters::clear_rotation() {
|
|
|
if (GetArenaNoVirtual() == NULL && rotation_ != NULL) {
|
|
|
delete rotation_;
|
|
|
}
|
|
|
rotation_ = NULL;
|
|
|
}
|
|
|
inline const ::Kinova::Api::VisionConfig::RotationMatrix& ExtrinsicParameters::rotation() const {
|
|
|
const ::Kinova::Api::VisionConfig::RotationMatrix* p = rotation_;
|
|
|
|
|
|
return p != NULL ? *p : *reinterpret_cast<const ::Kinova::Api::VisionConfig::RotationMatrix*>(
|
|
|
&::Kinova::Api::VisionConfig::_RotationMatrix_default_instance_);
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::RotationMatrix* ExtrinsicParameters::release_rotation() {
|
|
|
|
|
|
|
|
|
::Kinova::Api::VisionConfig::RotationMatrix* temp = rotation_;
|
|
|
rotation_ = NULL;
|
|
|
return temp;
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::RotationMatrix* ExtrinsicParameters::mutable_rotation() {
|
|
|
|
|
|
if (rotation_ == NULL) {
|
|
|
rotation_ = new ::Kinova::Api::VisionConfig::RotationMatrix;
|
|
|
}
|
|
|
|
|
|
return rotation_;
|
|
|
}
|
|
|
inline void ExtrinsicParameters::set_allocated_rotation(::Kinova::Api::VisionConfig::RotationMatrix* rotation) {
|
|
|
::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
|
|
|
if (message_arena == NULL) {
|
|
|
delete rotation_;
|
|
|
}
|
|
|
if (rotation) {
|
|
|
::google::protobuf::Arena* submessage_arena = NULL;
|
|
|
if (message_arena != submessage_arena) {
|
|
|
rotation = ::google::protobuf::internal::GetOwnedMessage(
|
|
|
message_arena, rotation, submessage_arena);
|
|
|
}
|
|
|
|
|
|
} else {
|
|
|
|
|
|
}
|
|
|
rotation_ = rotation;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline bool ExtrinsicParameters::has_translation() const {
|
|
|
return this != internal_default_instance() && translation_ != NULL;
|
|
|
}
|
|
|
inline void ExtrinsicParameters::clear_translation() {
|
|
|
if (GetArenaNoVirtual() == NULL && translation_ != NULL) {
|
|
|
delete translation_;
|
|
|
}
|
|
|
translation_ = NULL;
|
|
|
}
|
|
|
inline const ::Kinova::Api::VisionConfig::TranslationVector& ExtrinsicParameters::translation() const {
|
|
|
const ::Kinova::Api::VisionConfig::TranslationVector* p = translation_;
|
|
|
|
|
|
return p != NULL ? *p : *reinterpret_cast<const ::Kinova::Api::VisionConfig::TranslationVector*>(
|
|
|
&::Kinova::Api::VisionConfig::_TranslationVector_default_instance_);
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::TranslationVector* ExtrinsicParameters::release_translation() {
|
|
|
|
|
|
|
|
|
::Kinova::Api::VisionConfig::TranslationVector* temp = translation_;
|
|
|
translation_ = NULL;
|
|
|
return temp;
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::TranslationVector* ExtrinsicParameters::mutable_translation() {
|
|
|
|
|
|
if (translation_ == NULL) {
|
|
|
translation_ = new ::Kinova::Api::VisionConfig::TranslationVector;
|
|
|
}
|
|
|
|
|
|
return translation_;
|
|
|
}
|
|
|
inline void ExtrinsicParameters::set_allocated_translation(::Kinova::Api::VisionConfig::TranslationVector* translation) {
|
|
|
::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
|
|
|
if (message_arena == NULL) {
|
|
|
delete translation_;
|
|
|
}
|
|
|
if (translation) {
|
|
|
::google::protobuf::Arena* submessage_arena = NULL;
|
|
|
if (message_arena != submessage_arena) {
|
|
|
translation = ::google::protobuf::internal::GetOwnedMessage(
|
|
|
message_arena, translation, submessage_arena);
|
|
|
}
|
|
|
|
|
|
} else {
|
|
|
|
|
|
}
|
|
|
translation_ = translation;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inline bool RotationMatrix::has_row1() const {
|
|
|
return this != internal_default_instance() && row1_ != NULL;
|
|
|
}
|
|
|
inline void RotationMatrix::clear_row1() {
|
|
|
if (GetArenaNoVirtual() == NULL && row1_ != NULL) {
|
|
|
delete row1_;
|
|
|
}
|
|
|
row1_ = NULL;
|
|
|
}
|
|
|
inline const ::Kinova::Api::VisionConfig::RotationMatrixRow& RotationMatrix::row1() const {
|
|
|
const ::Kinova::Api::VisionConfig::RotationMatrixRow* p = row1_;
|
|
|
|
|
|
return p != NULL ? *p : *reinterpret_cast<const ::Kinova::Api::VisionConfig::RotationMatrixRow*>(
|
|
|
&::Kinova::Api::VisionConfig::_RotationMatrixRow_default_instance_);
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::RotationMatrixRow* RotationMatrix::release_row1() {
|
|
|
|
|
|
|
|
|
::Kinova::Api::VisionConfig::RotationMatrixRow* temp = row1_;
|
|
|
row1_ = NULL;
|
|
|
return temp;
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::RotationMatrixRow* RotationMatrix::mutable_row1() {
|
|
|
|
|
|
if (row1_ == NULL) {
|
|
|
row1_ = new ::Kinova::Api::VisionConfig::RotationMatrixRow;
|
|
|
}
|
|
|
|
|
|
return row1_;
|
|
|
}
|
|
|
inline void RotationMatrix::set_allocated_row1(::Kinova::Api::VisionConfig::RotationMatrixRow* row1) {
|
|
|
::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
|
|
|
if (message_arena == NULL) {
|
|
|
delete row1_;
|
|
|
}
|
|
|
if (row1) {
|
|
|
::google::protobuf::Arena* submessage_arena = NULL;
|
|
|
if (message_arena != submessage_arena) {
|
|
|
row1 = ::google::protobuf::internal::GetOwnedMessage(
|
|
|
message_arena, row1, submessage_arena);
|
|
|
}
|
|
|
|
|
|
} else {
|
|
|
|
|
|
}
|
|
|
row1_ = row1;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline bool RotationMatrix::has_row2() const {
|
|
|
return this != internal_default_instance() && row2_ != NULL;
|
|
|
}
|
|
|
inline void RotationMatrix::clear_row2() {
|
|
|
if (GetArenaNoVirtual() == NULL && row2_ != NULL) {
|
|
|
delete row2_;
|
|
|
}
|
|
|
row2_ = NULL;
|
|
|
}
|
|
|
inline const ::Kinova::Api::VisionConfig::RotationMatrixRow& RotationMatrix::row2() const {
|
|
|
const ::Kinova::Api::VisionConfig::RotationMatrixRow* p = row2_;
|
|
|
|
|
|
return p != NULL ? *p : *reinterpret_cast<const ::Kinova::Api::VisionConfig::RotationMatrixRow*>(
|
|
|
&::Kinova::Api::VisionConfig::_RotationMatrixRow_default_instance_);
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::RotationMatrixRow* RotationMatrix::release_row2() {
|
|
|
|
|
|
|
|
|
::Kinova::Api::VisionConfig::RotationMatrixRow* temp = row2_;
|
|
|
row2_ = NULL;
|
|
|
return temp;
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::RotationMatrixRow* RotationMatrix::mutable_row2() {
|
|
|
|
|
|
if (row2_ == NULL) {
|
|
|
row2_ = new ::Kinova::Api::VisionConfig::RotationMatrixRow;
|
|
|
}
|
|
|
|
|
|
return row2_;
|
|
|
}
|
|
|
inline void RotationMatrix::set_allocated_row2(::Kinova::Api::VisionConfig::RotationMatrixRow* row2) {
|
|
|
::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
|
|
|
if (message_arena == NULL) {
|
|
|
delete row2_;
|
|
|
}
|
|
|
if (row2) {
|
|
|
::google::protobuf::Arena* submessage_arena = NULL;
|
|
|
if (message_arena != submessage_arena) {
|
|
|
row2 = ::google::protobuf::internal::GetOwnedMessage(
|
|
|
message_arena, row2, submessage_arena);
|
|
|
}
|
|
|
|
|
|
} else {
|
|
|
|
|
|
}
|
|
|
row2_ = row2;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline bool RotationMatrix::has_row3() const {
|
|
|
return this != internal_default_instance() && row3_ != NULL;
|
|
|
}
|
|
|
inline void RotationMatrix::clear_row3() {
|
|
|
if (GetArenaNoVirtual() == NULL && row3_ != NULL) {
|
|
|
delete row3_;
|
|
|
}
|
|
|
row3_ = NULL;
|
|
|
}
|
|
|
inline const ::Kinova::Api::VisionConfig::RotationMatrixRow& RotationMatrix::row3() const {
|
|
|
const ::Kinova::Api::VisionConfig::RotationMatrixRow* p = row3_;
|
|
|
|
|
|
return p != NULL ? *p : *reinterpret_cast<const ::Kinova::Api::VisionConfig::RotationMatrixRow*>(
|
|
|
&::Kinova::Api::VisionConfig::_RotationMatrixRow_default_instance_);
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::RotationMatrixRow* RotationMatrix::release_row3() {
|
|
|
|
|
|
|
|
|
::Kinova::Api::VisionConfig::RotationMatrixRow* temp = row3_;
|
|
|
row3_ = NULL;
|
|
|
return temp;
|
|
|
}
|
|
|
inline ::Kinova::Api::VisionConfig::RotationMatrixRow* RotationMatrix::mutable_row3() {
|
|
|
|
|
|
if (row3_ == NULL) {
|
|
|
row3_ = new ::Kinova::Api::VisionConfig::RotationMatrixRow;
|
|
|
}
|
|
|
|
|
|
return row3_;
|
|
|
}
|
|
|
inline void RotationMatrix::set_allocated_row3(::Kinova::Api::VisionConfig::RotationMatrixRow* row3) {
|
|
|
::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
|
|
|
if (message_arena == NULL) {
|
|
|
delete row3_;
|
|
|
}
|
|
|
if (row3) {
|
|
|
::google::protobuf::Arena* submessage_arena = NULL;
|
|
|
if (message_arena != submessage_arena) {
|
|
|
row3 = ::google::protobuf::internal::GetOwnedMessage(
|
|
|
message_arena, row3, submessage_arena);
|
|
|
}
|
|
|
|
|
|
} else {
|
|
|
|
|
|
}
|
|
|
row3_ = row3;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inline void RotationMatrixRow::clear_column1() {
|
|
|
column1_ = 0;
|
|
|
}
|
|
|
inline float RotationMatrixRow::column1() const {
|
|
|
|
|
|
return column1_;
|
|
|
}
|
|
|
inline void RotationMatrixRow::set_column1(float value) {
|
|
|
|
|
|
column1_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void RotationMatrixRow::clear_column2() {
|
|
|
column2_ = 0;
|
|
|
}
|
|
|
inline float RotationMatrixRow::column2() const {
|
|
|
|
|
|
return column2_;
|
|
|
}
|
|
|
inline void RotationMatrixRow::set_column2(float value) {
|
|
|
|
|
|
column2_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void RotationMatrixRow::clear_column3() {
|
|
|
column3_ = 0;
|
|
|
}
|
|
|
inline float RotationMatrixRow::column3() const {
|
|
|
|
|
|
return column3_;
|
|
|
}
|
|
|
inline void RotationMatrixRow::set_column3(float value) {
|
|
|
|
|
|
column3_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inline void TranslationVector::clear_t_x() {
|
|
|
t_x_ = 0;
|
|
|
}
|
|
|
inline float TranslationVector::t_x() const {
|
|
|
|
|
|
return t_x_;
|
|
|
}
|
|
|
inline void TranslationVector::set_t_x(float value) {
|
|
|
|
|
|
t_x_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void TranslationVector::clear_t_y() {
|
|
|
t_y_ = 0;
|
|
|
}
|
|
|
inline float TranslationVector::t_y() const {
|
|
|
|
|
|
return t_y_;
|
|
|
}
|
|
|
inline void TranslationVector::set_t_y(float value) {
|
|
|
|
|
|
t_y_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline void TranslationVector::clear_t_z() {
|
|
|
t_z_ = 0;
|
|
|
}
|
|
|
inline float TranslationVector::t_z() const {
|
|
|
|
|
|
return t_z_;
|
|
|
}
|
|
|
inline void TranslationVector::set_t_z(float value) {
|
|
|
|
|
|
t_z_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
#ifdef __GNUC__
|
|
|
#pragma GCC diagnostic pop
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
namespace google {
|
|
|
namespace protobuf {
|
|
|
|
|
|
template <> struct is_proto_enum< ::Kinova::Api::VisionConfig::ServiceVersion> : ::google::protobuf::internal::true_type {};
|
|
|
template <>
|
|
|
inline const EnumDescriptor* GetEnumDescriptor< ::Kinova::Api::VisionConfig::ServiceVersion>() {
|
|
|
return ::Kinova::Api::VisionConfig::ServiceVersion_descriptor();
|
|
|
}
|
|
|
template <> struct is_proto_enum< ::Kinova::Api::VisionConfig::Sensor> : ::google::protobuf::internal::true_type {};
|
|
|
template <>
|
|
|
inline const EnumDescriptor* GetEnumDescriptor< ::Kinova::Api::VisionConfig::Sensor>() {
|
|
|
return ::Kinova::Api::VisionConfig::Sensor_descriptor();
|
|
|
}
|
|
|
template <> struct is_proto_enum< ::Kinova::Api::VisionConfig::Resolution> : ::google::protobuf::internal::true_type {};
|
|
|
template <>
|
|
|
inline const EnumDescriptor* GetEnumDescriptor< ::Kinova::Api::VisionConfig::Resolution>() {
|
|
|
return ::Kinova::Api::VisionConfig::Resolution_descriptor();
|
|
|
}
|
|
|
template <> struct is_proto_enum< ::Kinova::Api::VisionConfig::FrameRate> : ::google::protobuf::internal::true_type {};
|
|
|
template <>
|
|
|
inline const EnumDescriptor* GetEnumDescriptor< ::Kinova::Api::VisionConfig::FrameRate>() {
|
|
|
return ::Kinova::Api::VisionConfig::FrameRate_descriptor();
|
|
|
}
|
|
|
template <> struct is_proto_enum< ::Kinova::Api::VisionConfig::BitRate> : ::google::protobuf::internal::true_type {};
|
|
|
template <>
|
|
|
inline const EnumDescriptor* GetEnumDescriptor< ::Kinova::Api::VisionConfig::BitRate>() {
|
|
|
return ::Kinova::Api::VisionConfig::BitRate_descriptor();
|
|
|
}
|
|
|
template <> struct is_proto_enum< ::Kinova::Api::VisionConfig::Option> : ::google::protobuf::internal::true_type {};
|
|
|
template <>
|
|
|
inline const EnumDescriptor* GetEnumDescriptor< ::Kinova::Api::VisionConfig::Option>() {
|
|
|
return ::Kinova::Api::VisionConfig::Option_descriptor();
|
|
|
}
|
|
|
template <> struct is_proto_enum< ::Kinova::Api::VisionConfig::FocusAction> : ::google::protobuf::internal::true_type {};
|
|
|
template <>
|
|
|
inline const EnumDescriptor* GetEnumDescriptor< ::Kinova::Api::VisionConfig::FocusAction>() {
|
|
|
return ::Kinova::Api::VisionConfig::FocusAction_descriptor();
|
|
|
}
|
|
|
template <> struct is_proto_enum< ::Kinova::Api::VisionConfig::VisionEvent> : ::google::protobuf::internal::true_type {};
|
|
|
template <>
|
|
|
inline const EnumDescriptor* GetEnumDescriptor< ::Kinova::Api::VisionConfig::VisionEvent>() {
|
|
|
return ::Kinova::Api::VisionConfig::VisionEvent_descriptor();
|
|
|
}
|
|
|
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|