Goby3  3.1.4
2024.02.22
goby::test::acomms::protobuf::Header Class Reference

#include <goby/test/acomms/dccl3/header.pb.h>

Inheritance diagram for goby::test::acomms::protobuf::Header:
google::protobuf::Message google::protobuf::MessageLite

Public Types

typedef Header_PublishDestination PublishDestination
 
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type time_dimension
 
typedef boost::units::make_scaled_unit< boost::units::unit< time_dimension, boost::units::si::system >, boost::units::scale< 10, boost::units::static_rational<-6 > > >::type time_unit
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 Header ()
 
virtual ~Header ()
 
 Header (const Header &from)
 
Headeroperator= (const Header &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Header *other)
 
HeaderNew () const final
 
HeaderNew (::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 Header &from)
 
void MergeFrom (const Header &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_source_app () const
 
void clear_source_app ()
 
const ::std::string & source_app () const
 
void set_source_app (const ::std::string &value)
 
void set_source_app (const char *value)
 
void set_source_app (const char *value, size_t size)
 
::std::string * mutable_source_app ()
 
::std::string * release_source_app ()
 
void set_allocated_source_app (::std::string *source_app)
 
bool has_time () const
 
void clear_time ()
 
::google::protobuf::uint64 time () const
 
void set_time (::google::protobuf::uint64 value)
 
bool has_source_platform () const
 
void clear_source_platform ()
 
::google::protobuf::uint32 source_platform () const
 
void set_source_platform (::google::protobuf::uint32 value)
 
bool has_dest_platform () const
 
void clear_dest_platform ()
 
::google::protobuf::uint32 dest_platform () const
 
void set_dest_platform (::google::protobuf::uint32 value)
 
bool has_dest_type () const
 
void clear_dest_type ()
 
::goby::test::acomms::protobuf::Header_PublishDestination dest_type () const
 
void set_dest_type (::goby::test::acomms::protobuf::Header_PublishDestination value)
 
template<typename Quantity >
void set_time_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity time_with_units () const
 
boost::units::quantity< time_unit, google::protobuf::uint64 > time_with_units () const
 
- 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 Headerdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const Headerinternal_default_instance ()
 
static bool PublishDestination_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * PublishDestination_descriptor ()
 
static const ::std::string & PublishDestination_Name (PublishDestination value)
 
static bool PublishDestination_Parse (const ::std::string &name, PublishDestination *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const PublishDestination PUBLISH_SELF
 
static const PublishDestination PUBLISH_OTHER
 
static const PublishDestination PUBLISH_ALL
 
static const PublishDestination PublishDestination_MIN
 
static const PublishDestination PublishDestination_MAX
 
static const int PublishDestination_ARRAYSIZE
 
static const int kSourceAppFieldNumber = 12
 
static const int kTimeFieldNumber = 10
 
static const int kSourcePlatformFieldNumber = 11
 
static const int kDestPlatformFieldNumber = 14
 
static const int kDestTypeFieldNumber = 13
 

Friends

struct ::protobuf_goby_2ftest_2facomms_2fdccl3_2fheader_2eproto::TableStruct
 
void swap (Header &a, Header &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 100 of file header.pb.h.

Member Typedef Documentation

◆ PublishDestination

◆ time_dimension

typedef boost::units::derived_dimension< boost::units::time_base_dimension,1 >::type goby::test::acomms::protobuf::Header::time_dimension

Definition at line 265 of file header.pb.h.

◆ time_unit

typedef boost::units::make_scaled_unit<boost::units::unit<time_dimension,boost::units::si::system> , boost::units::scale<10, boost::units::static_rational<-6> > >::type goby::test::acomms::protobuf::Header::time_unit

Definition at line 267 of file header.pb.h.

Constructor & Destructor Documentation

◆ Header() [1/2]

goby::test::acomms::protobuf::Header::Header ( )

◆ ~Header()

virtual goby::test::acomms::protobuf::Header::~Header ( )
virtual

◆ Header() [2/2]

goby::test::acomms::protobuf::Header::Header ( const Header from)

Member Function Documentation

◆ ByteSizeLong()

size_t goby::test::acomms::protobuf::Header::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::test::acomms::protobuf::Header::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_dest_platform()

void goby::test::acomms::protobuf::Header::clear_dest_platform ( )
inline

Definition at line 466 of file header.pb.h.

◆ clear_dest_type()

void goby::test::acomms::protobuf::Header::clear_dest_type ( )
inline

Definition at line 441 of file header.pb.h.

◆ clear_source_app()

void goby::test::acomms::protobuf::Header::clear_source_app ( )
inline

Definition at line 375 of file header.pb.h.

◆ clear_source_platform()

void goby::test::acomms::protobuf::Header::clear_source_platform ( )
inline

Definition at line 351 of file header.pb.h.

◆ clear_time()

void goby::test::acomms::protobuf::Header::clear_time ( )
inline

Definition at line 327 of file header.pb.h.

◆ CopyFrom() [1/2]

void goby::test::acomms::protobuf::Header::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

void goby::test::acomms::protobuf::Header::CopyFrom ( const Header from)

◆ default_instance()

static const Header& goby::test::acomms::protobuf::Header::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::test::acomms::protobuf::Header::descriptor ( )
static

◆ dest_platform()

google::protobuf::uint32 goby::test::acomms::protobuf::Header::dest_platform ( ) const
inline

Definition at line 470 of file header.pb.h.

◆ dest_type()

goby::test::acomms::protobuf::Header_PublishDestination goby::test::acomms::protobuf::Header::dest_type ( ) const
inline

Definition at line 445 of file header.pb.h.

◆ GetCachedSize()

int goby::test::acomms::protobuf::Header::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

Definition at line 172 of file header.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata goby::test::acomms::protobuf::Header::GetMetadata ( ) const
finalvirtual

◆ has_dest_platform()

bool goby::test::acomms::protobuf::Header::has_dest_platform ( ) const
inline

Definition at line 457 of file header.pb.h.

◆ has_dest_type()

bool goby::test::acomms::protobuf::Header::has_dest_type ( ) const
inline

Definition at line 432 of file header.pb.h.

◆ has_source_app()

bool goby::test::acomms::protobuf::Header::has_source_app ( ) const
inline

Definition at line 366 of file header.pb.h.

◆ has_source_platform()

bool goby::test::acomms::protobuf::Header::has_source_platform ( ) const
inline

Definition at line 342 of file header.pb.h.

◆ has_time()

bool goby::test::acomms::protobuf::Header::has_time ( ) const
inline

Definition at line 318 of file header.pb.h.

◆ InitAsDefaultInstance()

static void goby::test::acomms::protobuf::Header::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const Header* goby::test::acomms::protobuf::Header::internal_default_instance ( )
inlinestatic

Definition at line 137 of file header.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

bool goby::test::acomms::protobuf::Header::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

void goby::test::acomms::protobuf::Header::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::test::acomms::protobuf::Header::MergeFrom ( const Header from)

◆ MergePartialFromCodedStream()

bool goby::test::acomms::protobuf::Header::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_source_app()

std::string * goby::test::acomms::protobuf::Header::mutable_source_app ( )
inline

Definition at line 408 of file header.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::test::acomms::protobuf::Header::mutable_unknown_fields ( )
inline

Definition at line 129 of file header.pb.h.

◆ New() [1/2]

Header* goby::test::acomms::protobuf::Header::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

Definition at line 151 of file header.pb.h.

◆ New() [2/2]

Header* goby::test::acomms::protobuf::Header::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

Definition at line 155 of file header.pb.h.

◆ operator=()

Header& goby::test::acomms::protobuf::Header::operator= ( const Header from)
inline

Definition at line 107 of file header.pb.h.

◆ PublishDestination_descriptor()

static const ::google::protobuf::EnumDescriptor* goby::test::acomms::protobuf::Header::PublishDestination_descriptor ( )
inlinestatic

Definition at line 209 of file header.pb.h.

◆ PublishDestination_IsValid()

static bool goby::test::acomms::protobuf::Header::PublishDestination_IsValid ( int  value)
inlinestatic

Definition at line 199 of file header.pb.h.

◆ PublishDestination_Name()

static const ::std::string& goby::test::acomms::protobuf::Header::PublishDestination_Name ( PublishDestination  value)
inlinestatic

Definition at line 212 of file header.pb.h.

◆ PublishDestination_Parse()

static bool goby::test::acomms::protobuf::Header::PublishDestination_Parse ( const ::std::string &  name,
PublishDestination value 
)
inlinestatic

Definition at line 215 of file header.pb.h.

◆ release_source_app()

std::string * goby::test::acomms::protobuf::Header::release_source_app ( )
inline

Definition at line 413 of file header.pb.h.

◆ SerializeWithCachedSizes()

void goby::test::acomms::protobuf::Header::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_source_app()

void goby::test::acomms::protobuf::Header::set_allocated_source_app ( ::std::string *  source_app)
inline

Definition at line 421 of file header.pb.h.

◆ set_dest_platform()

void goby::test::acomms::protobuf::Header::set_dest_platform ( ::google::protobuf::uint32  value)
inline

Definition at line 474 of file header.pb.h.

◆ set_dest_type()

void goby::test::acomms::protobuf::Header::set_dest_type ( ::goby::test::acomms::protobuf::Header_PublishDestination  value)
inline

Definition at line 449 of file header.pb.h.

◆ set_source_app() [1/3]

void goby::test::acomms::protobuf::Header::set_source_app ( const ::std::string &  value)
inline

Definition at line 383 of file header.pb.h.

◆ set_source_app() [2/3]

void goby::test::acomms::protobuf::Header::set_source_app ( const char value)
inline

Definition at line 396 of file header.pb.h.

◆ set_source_app() [3/3]

void goby::test::acomms::protobuf::Header::set_source_app ( const char value,
size_t  size 
)
inline

Definition at line 402 of file header.pb.h.

◆ set_source_platform()

void goby::test::acomms::protobuf::Header::set_source_platform ( ::google::protobuf::uint32  value)
inline

Definition at line 359 of file header.pb.h.

◆ set_time()

void goby::test::acomms::protobuf::Header::set_time ( ::google::protobuf::uint64  value)
inline

Definition at line 335 of file header.pb.h.

◆ set_time_with_units()

template<typename Quantity >
void goby::test::acomms::protobuf::Header::set_time_with_units ( Quantity  value_w_units)
inline

Definition at line 270 of file header.pb.h.

◆ source_app()

const ::std::string & goby::test::acomms::protobuf::Header::source_app ( ) const
inline

Definition at line 379 of file header.pb.h.

◆ source_platform()

google::protobuf::uint32 goby::test::acomms::protobuf::Header::source_platform ( ) const
inline

Definition at line 355 of file header.pb.h.

◆ Swap()

void goby::test::acomms::protobuf::Header::Swap ( Header other)

◆ time()

google::protobuf::uint64 goby::test::acomms::protobuf::Header::time ( ) const
inline

Definition at line 331 of file header.pb.h.

◆ time_with_units() [1/2]

template<typename Quantity >
Quantity goby::test::acomms::protobuf::Header::time_with_units ( ) const
inline

Definition at line 274 of file header.pb.h.

◆ time_with_units() [2/2]

boost::units::quantity< time_unit,google::protobuf::uint64 > goby::test::acomms::protobuf::Header::time_with_units ( ) const
inline

Definition at line 277 of file header.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::test::acomms::protobuf::Header::unknown_fields ( ) const
inline

Definition at line 126 of file header.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_goby_2ftest_2facomms_2fdccl3_2fheader_2eproto::TableStruct

◆ swap

void swap ( Header a,
Header b 
)
friend

Definition at line 145 of file header.pb.h.

Member Data Documentation

◆ kDestPlatformFieldNumber

const int goby::test::acomms::protobuf::Header::kDestPlatformFieldNumber = 14
static

Definition at line 254 of file header.pb.h.

◆ kDestTypeFieldNumber

const int goby::test::acomms::protobuf::Header::kDestTypeFieldNumber = 13
static

Definition at line 261 of file header.pb.h.

◆ kIndexInFileMessages

constexpr int goby::test::acomms::protobuf::Header::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 141 of file header.pb.h.

◆ kSourceAppFieldNumber

const int goby::test::acomms::protobuf::Header::kSourceAppFieldNumber = 12
static

Definition at line 225 of file header.pb.h.

◆ kSourcePlatformFieldNumber

const int goby::test::acomms::protobuf::Header::kSourcePlatformFieldNumber = 11
static

Definition at line 247 of file header.pb.h.

◆ kTimeFieldNumber

const int goby::test::acomms::protobuf::Header::kTimeFieldNumber = 10
static

Definition at line 240 of file header.pb.h.

◆ PUBLISH_ALL

const PublishDestination goby::test::acomms::protobuf::Header::PUBLISH_ALL
static
Initial value:

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

◆ PUBLISH_OTHER

const PublishDestination goby::test::acomms::protobuf::Header::PUBLISH_OTHER
static
Initial value:

Definition at line 195 of file header.pb.h.

◆ PUBLISH_SELF

const PublishDestination goby::test::acomms::protobuf::Header::PUBLISH_SELF
static
Initial value:

Definition at line 193 of file header.pb.h.

◆ PublishDestination_ARRAYSIZE

const int goby::test::acomms::protobuf::Header::PublishDestination_ARRAYSIZE
static
Initial value:

Definition at line 206 of file header.pb.h.

◆ PublishDestination_MAX

const PublishDestination goby::test::acomms::protobuf::Header::PublishDestination_MAX
static
Initial value:

Definition at line 204 of file header.pb.h.

◆ PublishDestination_MIN

const PublishDestination goby::test::acomms::protobuf::Header::PublishDestination_MIN
static
Initial value:

Definition at line 202 of file header.pb.h.


The documentation for this class was generated from the following file:
goby::test::acomms::protobuf::Header_PublishDestination_PUBLISH_ALL
@ Header_PublishDestination_PUBLISH_ALL
Definition: header.pb.h:81
goby::test::acomms::protobuf::Header_PublishDestination_PublishDestination_MIN
const Header_PublishDestination Header_PublishDestination_PublishDestination_MIN
Definition: header.pb.h:84
goby::test::acomms::protobuf::Header_PublishDestination_PublishDestination_ARRAYSIZE
const int Header_PublishDestination_PublishDestination_ARRAYSIZE
Definition: header.pb.h:86
goby::test::acomms::protobuf::Header_PublishDestination_PUBLISH_SELF
@ Header_PublishDestination_PUBLISH_SELF
Definition: header.pb.h:79
goby::test::acomms::protobuf::Header_PublishDestination_PublishDestination_MAX
const Header_PublishDestination Header_PublishDestination_PublishDestination_MAX
Definition: header.pb.h:85
goby::test::acomms::protobuf::Header_PublishDestination_PUBLISH_OTHER
@ Header_PublishDestination_PUBLISH_OTHER
Definition: header.pb.h:80