Goby3  3.1.4
2024.02.22
goby::acomms::micromodem::protobuf::HardwareControlCommand Class Reference

#include <goby/acomms/protobuf/mm_driver.pb.h>

Inheritance diagram for goby::acomms::micromodem::protobuf::HardwareControlCommand:
google::protobuf::Message google::protobuf::MessageLite

Public Types

enum  DCCLParameters { DCCL_ID = 515, DCCL_MAX_BYTES = 32 }
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 HardwareControlCommand ()
 
virtual ~HardwareControlCommand ()
 
 HardwareControlCommand (const HardwareControlCommand &from)
 
HardwareControlCommandoperator= (const HardwareControlCommand &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (HardwareControlCommand *other)
 
HardwareControlCommandNew () const final
 
HardwareControlCommandNew (::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 HardwareControlCommand &from)
 
void MergeFrom (const HardwareControlCommand &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_control () const
 
void clear_control ()
 
const ::goby::acomms::micromodem::protobuf::HardwareControlcontrol () const
 
::goby::acomms::micromodem::protobuf::HardwareControlrelease_control ()
 
::goby::acomms::micromodem::protobuf::HardwareControlmutable_control ()
 
void set_allocated_control (::goby::acomms::micromodem::protobuf::HardwareControl *control)
 
bool has_command_src () const
 
void clear_command_src ()
 
::google::protobuf::int32 command_src () const
 
void set_command_src (::google::protobuf::int32 value)
 
bool has_command_dest () const
 
void clear_command_dest ()
 
::google::protobuf::int32 command_dest () const
 
void set_command_dest (::google::protobuf::int32 value)
 
bool has_time () const
 
void clear_time ()
 
::google::protobuf::uint64 time () const
 
void set_time (::google::protobuf::uint64 value)
 
bool has_hw_ctl_dest () const
 
void clear_hw_ctl_dest ()
 
::google::protobuf::int32 hw_ctl_dest () const
 
void set_hw_ctl_dest (::google::protobuf::int32 value)
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (std::vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual size_t SpaceUsedLong () const
 
int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (std::istream *input)
 
bool ParsePartialFromIstream (std::istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (std::ostream *output) const
 
bool SerializePartialToOstream (std::ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const Descriptor * GetDescriptor () const
 
virtual const ReflectionGetReflection () const final
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
virtual ::google::protobuf::ArenaGetArena () const
 
virtual void * GetMaybeArenaPointer () const
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
int ByteSize () const
 
virtual uint8 * SerializeWithCachedSizesToArray (uint8 *target) const
 
virtual uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, uint8 *target) const
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const HardwareControlCommanddefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const HardwareControlCommandinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kControlFieldNumber = 5
 
static const int kCommandSrcFieldNumber = 1
 
static const int kCommandDestFieldNumber = 2
 
static const int kTimeFieldNumber = 3
 
static const int kHwCtlDestFieldNumber = 4
 

Friends

struct ::protobuf_goby_2facomms_2fprotobuf_2fmm_5fdriver_2eproto::TableStruct
 
void swap (HardwareControlCommand &a, HardwareControlCommand &b)
 

Additional Inherited Members

- Static Protected Member Functions inherited from google::protobuf::MessageLite
template<typename T >
::google::protobuf::internal::RepeatedPtrFieldBase * CastToBase (::google::protobuf::RepeatedPtrField< T > *repeated)
 
template<typename T >
static const ::google::protobuf::internal::RepeatedPtrFieldBase & CastToBase (const ::google::protobuf::RepeatedPtrField< T > &repeated)
 
template<typename T >
static T * CreateMaybeMessage (Arena *arena)
 

Detailed Description

Definition at line 2697 of file mm_driver.pb.h.

Member Enumeration Documentation

◆ DCCLParameters

Enumerator
DCCL_ID 
DCCL_MAX_BYTES 

Definition at line 2831 of file mm_driver.pb.h.

Constructor & Destructor Documentation

◆ HardwareControlCommand() [1/2]

goby::acomms::micromodem::protobuf::HardwareControlCommand::HardwareControlCommand ( )

◆ ~HardwareControlCommand()

virtual goby::acomms::micromodem::protobuf::HardwareControlCommand::~HardwareControlCommand ( )
virtual

◆ HardwareControlCommand() [2/2]

goby::acomms::micromodem::protobuf::HardwareControlCommand::HardwareControlCommand ( const HardwareControlCommand from)

Member Function Documentation

◆ ByteSizeLong()

size_t goby::acomms::micromodem::protobuf::HardwareControlCommand::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::acomms::micromodem::protobuf::HardwareControlCommand::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_command_dest()

void goby::acomms::micromodem::protobuf::HardwareControlCommand::clear_command_dest ( )
inline

Definition at line 6343 of file mm_driver.pb.h.

◆ clear_command_src()

void goby::acomms::micromodem::protobuf::HardwareControlCommand::clear_command_src ( )
inline

Definition at line 6319 of file mm_driver.pb.h.

◆ clear_control()

void goby::acomms::micromodem::protobuf::HardwareControlCommand::clear_control ( )
inline

Definition at line 6415 of file mm_driver.pb.h.

◆ clear_hw_ctl_dest()

void goby::acomms::micromodem::protobuf::HardwareControlCommand::clear_hw_ctl_dest ( )
inline

Definition at line 6391 of file mm_driver.pb.h.

◆ clear_time()

void goby::acomms::micromodem::protobuf::HardwareControlCommand::clear_time ( )
inline

Definition at line 6367 of file mm_driver.pb.h.

◆ command_dest()

google::protobuf::int32 goby::acomms::micromodem::protobuf::HardwareControlCommand::command_dest ( ) const
inline

Definition at line 6347 of file mm_driver.pb.h.

◆ command_src()

google::protobuf::int32 goby::acomms::micromodem::protobuf::HardwareControlCommand::command_src ( ) const
inline

Definition at line 6323 of file mm_driver.pb.h.

◆ control()

const ::goby::acomms::micromodem::protobuf::HardwareControl & goby::acomms::micromodem::protobuf::HardwareControlCommand::control ( ) const
inline

Definition at line 6422 of file mm_driver.pb.h.

◆ CopyFrom() [1/2]

void goby::acomms::micromodem::protobuf::HardwareControlCommand::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

void goby::acomms::micromodem::protobuf::HardwareControlCommand::CopyFrom ( const HardwareControlCommand from)

◆ default_instance()

static const HardwareControlCommand& goby::acomms::micromodem::protobuf::HardwareControlCommand::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::acomms::micromodem::protobuf::HardwareControlCommand::descriptor ( )
static

◆ GetCachedSize()

int goby::acomms::micromodem::protobuf::HardwareControlCommand::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

Definition at line 2769 of file mm_driver.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata goby::acomms::micromodem::protobuf::HardwareControlCommand::GetMetadata ( ) const
finalvirtual

◆ has_command_dest()

bool goby::acomms::micromodem::protobuf::HardwareControlCommand::has_command_dest ( ) const
inline

Definition at line 6334 of file mm_driver.pb.h.

◆ has_command_src()

bool goby::acomms::micromodem::protobuf::HardwareControlCommand::has_command_src ( ) const
inline

Definition at line 6310 of file mm_driver.pb.h.

◆ has_control()

bool goby::acomms::micromodem::protobuf::HardwareControlCommand::has_control ( ) const
inline

Definition at line 6406 of file mm_driver.pb.h.

◆ has_hw_ctl_dest()

bool goby::acomms::micromodem::protobuf::HardwareControlCommand::has_hw_ctl_dest ( ) const
inline

Definition at line 6382 of file mm_driver.pb.h.

◆ has_time()

bool goby::acomms::micromodem::protobuf::HardwareControlCommand::has_time ( ) const
inline

Definition at line 6358 of file mm_driver.pb.h.

◆ hw_ctl_dest()

google::protobuf::int32 goby::acomms::micromodem::protobuf::HardwareControlCommand::hw_ctl_dest ( ) const
inline

Definition at line 6395 of file mm_driver.pb.h.

◆ InitAsDefaultInstance()

static void goby::acomms::micromodem::protobuf::HardwareControlCommand::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const HardwareControlCommand* goby::acomms::micromodem::protobuf::HardwareControlCommand::internal_default_instance ( )
inlinestatic

Definition at line 2734 of file mm_driver.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::acomms::micromodem::protobuf::HardwareControlCommand::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool goby::acomms::micromodem::protobuf::HardwareControlCommand::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

void goby::acomms::micromodem::protobuf::HardwareControlCommand::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::acomms::micromodem::protobuf::HardwareControlCommand::MergeFrom ( const HardwareControlCommand from)

◆ MergePartialFromCodedStream()

bool goby::acomms::micromodem::protobuf::HardwareControlCommand::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_control()

goby::acomms::micromodem::protobuf::HardwareControl * goby::acomms::micromodem::protobuf::HardwareControlCommand::mutable_control ( )
inline

Definition at line 6435 of file mm_driver.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::acomms::micromodem::protobuf::HardwareControlCommand::mutable_unknown_fields ( )
inline

Definition at line 2726 of file mm_driver.pb.h.

◆ New() [1/2]

HardwareControlCommand* goby::acomms::micromodem::protobuf::HardwareControlCommand::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

Definition at line 2748 of file mm_driver.pb.h.

◆ New() [2/2]

HardwareControlCommand* goby::acomms::micromodem::protobuf::HardwareControlCommand::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

Definition at line 2752 of file mm_driver.pb.h.

◆ operator=()

HardwareControlCommand& goby::acomms::micromodem::protobuf::HardwareControlCommand::operator= ( const HardwareControlCommand from)
inline

Definition at line 2704 of file mm_driver.pb.h.

◆ release_control()

goby::acomms::micromodem::protobuf::HardwareControl * goby::acomms::micromodem::protobuf::HardwareControlCommand::release_control ( )
inline

Definition at line 6428 of file mm_driver.pb.h.

◆ SerializeWithCachedSizes()

void goby::acomms::micromodem::protobuf::HardwareControlCommand::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_control()

void goby::acomms::micromodem::protobuf::HardwareControlCommand::set_allocated_control ( ::goby::acomms::micromodem::protobuf::HardwareControl control)
inline

Definition at line 6444 of file mm_driver.pb.h.

◆ set_command_dest()

void goby::acomms::micromodem::protobuf::HardwareControlCommand::set_command_dest ( ::google::protobuf::int32  value)
inline

Definition at line 6351 of file mm_driver.pb.h.

◆ set_command_src()

void goby::acomms::micromodem::protobuf::HardwareControlCommand::set_command_src ( ::google::protobuf::int32  value)
inline

Definition at line 6327 of file mm_driver.pb.h.

◆ set_hw_ctl_dest()

void goby::acomms::micromodem::protobuf::HardwareControlCommand::set_hw_ctl_dest ( ::google::protobuf::int32  value)
inline

Definition at line 6399 of file mm_driver.pb.h.

◆ set_time()

void goby::acomms::micromodem::protobuf::HardwareControlCommand::set_time ( ::google::protobuf::uint64  value)
inline

Definition at line 6375 of file mm_driver.pb.h.

◆ Swap()

void goby::acomms::micromodem::protobuf::HardwareControlCommand::Swap ( HardwareControlCommand other)

◆ time()

google::protobuf::uint64 goby::acomms::micromodem::protobuf::HardwareControlCommand::time ( ) const
inline

Definition at line 6371 of file mm_driver.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::acomms::micromodem::protobuf::HardwareControlCommand::unknown_fields ( ) const
inline

Definition at line 2723 of file mm_driver.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_goby_2facomms_2fprotobuf_2fmm_5fdriver_2eproto::TableStruct

◆ swap

void swap ( HardwareControlCommand a,
HardwareControlCommand b 
)
friend

Definition at line 2742 of file mm_driver.pb.h.

Member Data Documentation

◆ kCommandDestFieldNumber

const int goby::acomms::micromodem::protobuf::HardwareControlCommand::kCommandDestFieldNumber = 2
static

Definition at line 2813 of file mm_driver.pb.h.

◆ kCommandSrcFieldNumber

const int goby::acomms::micromodem::protobuf::HardwareControlCommand::kCommandSrcFieldNumber = 1
static

Definition at line 2806 of file mm_driver.pb.h.

◆ kControlFieldNumber

const int goby::acomms::micromodem::protobuf::HardwareControlCommand::kControlFieldNumber = 5
static

Definition at line 2794 of file mm_driver.pb.h.

◆ kHwCtlDestFieldNumber

const int goby::acomms::micromodem::protobuf::HardwareControlCommand::kHwCtlDestFieldNumber = 4
static

Definition at line 2827 of file mm_driver.pb.h.

◆ kIndexInFileMessages

constexpr int goby::acomms::micromodem::protobuf::HardwareControlCommand::kIndexInFileMessages
staticconstexpr
Initial value:
=
11

Definition at line 2738 of file mm_driver.pb.h.

◆ kTimeFieldNumber

const int goby::acomms::micromodem::protobuf::HardwareControlCommand::kTimeFieldNumber = 3
static

Definition at line 2820 of file mm_driver.pb.h.


The documentation for this class was generated from the following file: