JaiaBot  1.19.0
JaiaBot micro-AUV software
jaiabot::protobuf::IMUCommand Class Reference

#include <jaiabot/messages/imu.pb.h>

Inheritance diagram for jaiabot::protobuf::IMUCommand:
Collaboration diagram for jaiabot::protobuf::IMUCommand:

Public Types

typedef IMUCommand_IMUCommandType IMUCommandType
 

Public Member Functions

 IMUCommand ()
 
virtual ~IMUCommand ()
 
 IMUCommand (const IMUCommand &from)
 
IMUCommandoperator= (const IMUCommand &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (IMUCommand *other)
 
IMUCommandNew () const final
 
IMUCommandNew (::google::protobuf::Arena *arena) const final
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const IMUCommand &from)
 
void MergeFrom (const IMUCommand &from)
 
void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
bool has_type () const
 
void clear_type ()
 
::jaiabot::protobuf::IMUCommand_IMUCommandType type () const
 
void set_type (::jaiabot::protobuf::IMUCommand_IMUCommandType value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const IMUCommanddefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const IMUCommandinternal_default_instance ()
 
static bool IMUCommandType_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * IMUCommandType_descriptor ()
 
static const ::std::string & IMUCommandType_Name (IMUCommandType value)
 
static bool IMUCommandType_Parse (const ::std::string &name, IMUCommandType *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const IMUCommandType TAKE_READING
 
static const IMUCommandType START_WAVE_HEIGHT_SAMPLING
 
static const IMUCommandType STOP_WAVE_HEIGHT_SAMPLING
 
static const IMUCommandType START_BOTTOM_TYPE_SAMPLING
 
static const IMUCommandType STOP_BOTTOM_TYPE_SAMPLING
 
static const IMUCommandType START_CALIBRATION
 
static const IMUCommandType IMUCommandType_MIN
 
static const IMUCommandType IMUCommandType_MAX
 
static const int IMUCommandType_ARRAYSIZE
 
static const int kTypeFieldNumber = 1
 

Friends

struct ::protobuf_jaiabot_2fmessages_2fimu_2eproto::TableStruct
 
void swap (IMUCommand &a, IMUCommand &b)
 

Detailed Description

Definition at line 190 of file imu.pb.h.

Member Typedef Documentation

◆ IMUCommandType

Constructor & Destructor Documentation

◆ IMUCommand() [1/2]

jaiabot::protobuf::IMUCommand::IMUCommand ( )

◆ ~IMUCommand()

virtual jaiabot::protobuf::IMUCommand::~IMUCommand ( )
virtual

◆ IMUCommand() [2/2]

jaiabot::protobuf::IMUCommand::IMUCommand ( const IMUCommand from)

Member Function Documentation

◆ ByteSizeLong()

size_t jaiabot::protobuf::IMUCommand::ByteSizeLong ( ) const
final

◆ Clear()

void jaiabot::protobuf::IMUCommand::Clear ( )
final

◆ clear_type()

void jaiabot::protobuf::IMUCommand::clear_type ( )
inline

Definition at line 1798 of file imu.pb.h.

◆ CopyFrom() [1/2]

void jaiabot::protobuf::IMUCommand::CopyFrom ( const ::google::protobuf::Message &  from)
final

◆ CopyFrom() [2/2]

void jaiabot::protobuf::IMUCommand::CopyFrom ( const IMUCommand from)

◆ default_instance()

static const IMUCommand& jaiabot::protobuf::IMUCommand::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* jaiabot::protobuf::IMUCommand::descriptor ( )
static

◆ GetCachedSize()

int jaiabot::protobuf::IMUCommand::GetCachedSize ( ) const
inlinefinal

Definition at line 262 of file imu.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata jaiabot::protobuf::IMUCommand::GetMetadata ( ) const
final

◆ has_type()

bool jaiabot::protobuf::IMUCommand::has_type ( ) const
inline

Definition at line 1789 of file imu.pb.h.

◆ IMUCommandType_descriptor()

static const ::google::protobuf::EnumDescriptor* jaiabot::protobuf::IMUCommand::IMUCommandType_descriptor ( )
inlinestatic

Definition at line 305 of file imu.pb.h.

◆ IMUCommandType_IsValid()

static bool jaiabot::protobuf::IMUCommand::IMUCommandType_IsValid ( int  value)
inlinestatic

Definition at line 295 of file imu.pb.h.

◆ IMUCommandType_Name()

static const ::std::string& jaiabot::protobuf::IMUCommand::IMUCommandType_Name ( IMUCommandType  value)
inlinestatic

Definition at line 308 of file imu.pb.h.

◆ IMUCommandType_Parse()

static bool jaiabot::protobuf::IMUCommand::IMUCommandType_Parse ( const ::std::string &  name,
IMUCommandType value 
)
inlinestatic

Definition at line 311 of file imu.pb.h.

◆ InitAsDefaultInstance()

static void jaiabot::protobuf::IMUCommand::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const IMUCommand* jaiabot::protobuf::IMUCommand::internal_default_instance ( )
inlinestatic

Definition at line 227 of file imu.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* jaiabot::protobuf::IMUCommand::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool jaiabot::protobuf::IMUCommand::IsInitialized ( ) const
final

◆ MergeFrom() [1/2]

void jaiabot::protobuf::IMUCommand::MergeFrom ( const ::google::protobuf::Message &  from)
final

◆ MergeFrom() [2/2]

void jaiabot::protobuf::IMUCommand::MergeFrom ( const IMUCommand from)

◆ MergePartialFromCodedStream()

bool jaiabot::protobuf::IMUCommand::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* jaiabot::protobuf::IMUCommand::mutable_unknown_fields ( )
inline

Definition at line 219 of file imu.pb.h.

◆ New() [1/2]

IMUCommand* jaiabot::protobuf::IMUCommand::New ( ) const
inlinefinal

Definition at line 241 of file imu.pb.h.

◆ New() [2/2]

IMUCommand* jaiabot::protobuf::IMUCommand::New ( ::google::protobuf::Arena *  arena) const
inlinefinal

Definition at line 245 of file imu.pb.h.

◆ operator=()

IMUCommand& jaiabot::protobuf::IMUCommand::operator= ( const IMUCommand from)
inline

Definition at line 197 of file imu.pb.h.

◆ SerializeWithCachedSizes()

void jaiabot::protobuf::IMUCommand::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_type()

void jaiabot::protobuf::IMUCommand::set_type ( ::jaiabot::protobuf::IMUCommand_IMUCommandType  value)
inline

Definition at line 1806 of file imu.pb.h.

◆ Swap()

void jaiabot::protobuf::IMUCommand::Swap ( IMUCommand other)

◆ type()

jaiabot::protobuf::IMUCommand_IMUCommandType jaiabot::protobuf::IMUCommand::type ( ) const
inline

Definition at line 1802 of file imu.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& jaiabot::protobuf::IMUCommand::unknown_fields ( ) const
inline

Definition at line 216 of file imu.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_jaiabot_2fmessages_2fimu_2eproto::TableStruct

Definition at line 334 of file imu.pb.h.

◆ swap

void swap ( IMUCommand a,
IMUCommand b 
)
friend

Definition at line 235 of file imu.pb.h.

Member Data Documentation

◆ IMUCommandType_ARRAYSIZE

const int jaiabot::protobuf::IMUCommand::IMUCommandType_ARRAYSIZE
static
Initial value:

Definition at line 302 of file imu.pb.h.

◆ IMUCommandType_MAX

const IMUCommandType jaiabot::protobuf::IMUCommand::IMUCommandType_MAX
static
Initial value:

Definition at line 300 of file imu.pb.h.

◆ IMUCommandType_MIN

const IMUCommandType jaiabot::protobuf::IMUCommand::IMUCommandType_MIN
static
Initial value:

Definition at line 298 of file imu.pb.h.

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::IMUCommand::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 231 of file imu.pb.h.

◆ kTypeFieldNumber

const int jaiabot::protobuf::IMUCommand::kTypeFieldNumber = 1
static

Definition at line 321 of file imu.pb.h.

◆ START_BOTTOM_TYPE_SAMPLING

const IMUCommandType jaiabot::protobuf::IMUCommand::START_BOTTOM_TYPE_SAMPLING
static
Initial value:

Definition at line 289 of file imu.pb.h.

◆ START_CALIBRATION

const IMUCommandType jaiabot::protobuf::IMUCommand::START_CALIBRATION
static
Initial value:

Definition at line 293 of file imu.pb.h.

◆ START_WAVE_HEIGHT_SAMPLING

const IMUCommandType jaiabot::protobuf::IMUCommand::START_WAVE_HEIGHT_SAMPLING
static
Initial value:

Definition at line 285 of file imu.pb.h.

◆ STOP_BOTTOM_TYPE_SAMPLING

const IMUCommandType jaiabot::protobuf::IMUCommand::STOP_BOTTOM_TYPE_SAMPLING
static
Initial value:

Definition at line 291 of file imu.pb.h.

◆ STOP_WAVE_HEIGHT_SAMPLING

const IMUCommandType jaiabot::protobuf::IMUCommand::STOP_WAVE_HEIGHT_SAMPLING
static
Initial value:

Definition at line 287 of file imu.pb.h.

◆ TAKE_READING

const IMUCommandType jaiabot::protobuf::IMUCommand::TAKE_READING
static
Initial value:

Definition at line 283 of file imu.pb.h.


The documentation for this class was generated from the following file:
jaiabot::protobuf::IMUCommand_IMUCommandType_IMUCommandType_MAX
const IMUCommand_IMUCommandType IMUCommand_IMUCommandType_IMUCommandType_MAX
Definition: imu.pb.h:112
jaiabot::protobuf::IMUCommand_IMUCommandType_IMUCommandType_MIN
const IMUCommand_IMUCommandType IMUCommand_IMUCommandType_IMUCommandType_MIN
Definition: imu.pb.h:111
jaiabot::protobuf::IMUCommand_IMUCommandType_IMUCommandType_ARRAYSIZE
const int IMUCommand_IMUCommandType_IMUCommandType_ARRAYSIZE
Definition: imu.pb.h:113
jaiabot::protobuf::IMUCommand_IMUCommandType_TAKE_READING
@ IMUCommand_IMUCommandType_TAKE_READING
Definition: imu.pb.h:103
jaiabot::protobuf::IMUCommand_IMUCommandType_START_CALIBRATION
@ IMUCommand_IMUCommandType_START_CALIBRATION
Definition: imu.pb.h:108
jaiabot::protobuf::IMUCommand_IMUCommandType_STOP_WAVE_HEIGHT_SAMPLING
@ IMUCommand_IMUCommandType_STOP_WAVE_HEIGHT_SAMPLING
Definition: imu.pb.h:105
jaiabot::protobuf::IMUCommand_IMUCommandType_START_BOTTOM_TYPE_SAMPLING
@ IMUCommand_IMUCommandType_START_BOTTOM_TYPE_SAMPLING
Definition: imu.pb.h:106
jaiabot::protobuf::IMUCommand_IMUCommandType_START_WAVE_HEIGHT_SAMPLING
@ IMUCommand_IMUCommandType_START_WAVE_HEIGHT_SAMPLING
Definition: imu.pb.h:104
jaiabot::protobuf::IMUCommand_IMUCommandType_STOP_BOTTOM_TYPE_SAMPLING
@ IMUCommand_IMUCommandType_STOP_BOTTOM_TYPE_SAMPLING
Definition: imu.pb.h:107