Goby3 3.2.3
2025.05.13
|
#include <goby/test/acomms/dccl3/header.pb.h>
Public Types | |
enum | : int { kSourceAppFieldNumber = 12 , kTimeFieldNumber = 10 , kSourcePlatformFieldNumber = 11 , kDestPlatformFieldNumber = 14 , kDestTypeFieldNumber = 13 } |
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 Member Functions | |
Header () | |
~Header () override | |
PROTOBUF_CONSTEXPR | Header (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
Header (const Header &from) | |
Header (Header &&from) noexcept | |
Header & | operator= (const Header &from) |
Header & | operator= (Header &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (Header *other) |
void | UnsafeArenaSwap (Header *other) |
Header * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const Header &from) |
void | MergeFrom (const Header &from) |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
bool | IsInitialized () const final |
size_t | ByteSizeLong () const final |
const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
uint8_t * | _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
int | GetCachedSize () const final |
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | has_source_app () const |
void | clear_source_app () |
const std::string & | source_app () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_source_app (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_source_app () |
PROTOBUF_NODISCARD std::string * | release_source_app () |
void | set_allocated_source_app (std::string *source_app) |
bool | has_time () const |
void | clear_time () |
uint64_t | time () const |
void | set_time (uint64_t value) |
bool | has_source_platform () const |
void | clear_source_platform () |
uint32_t | source_platform () const |
void | set_source_platform (uint32_t value) |
bool | has_dest_platform () const |
void | clear_dest_platform () |
uint32_t | dest_platform () const |
void | set_dest_platform (uint32_t 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 |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_source_app (ArgT0 &&arg0, ArgT... args) |
Static Public Member Functions | |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const Header & | default_instance () |
static const Header * | internal_default_instance () |
static bool | PublishDestination_IsValid (int value) |
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | PublishDestination_descriptor () |
template<typename T > | |
static const std::string & | PublishDestination_Name (T enum_t_value) |
static bool | PublishDestination_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, PublishDestination *value) |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
static constexpr PublishDestination | PUBLISH_SELF |
static constexpr PublishDestination | PUBLISH_OTHER |
static constexpr PublishDestination | PUBLISH_ALL |
static constexpr PublishDestination | PublishDestination_MIN |
static constexpr PublishDestination | PublishDestination_MAX |
static constexpr int | PublishDestination_ARRAYSIZE |
Protected Member Functions | |
Header (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Friends | |
class | ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata |
template<typename T > | |
class | ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper |
struct | ::TableStruct_goby_2ftest_2facomms_2fdccl3_2fheader_2eproto |
void | swap (Header &a, Header &b) |
Definition at line 100 of file header.pb.h.
Definition at line 225 of file header.pb.h.
typedef boost::units::derived_dimension<boost::units::time_base_dimension,1>::type goby::test::acomms::protobuf::Header::time_dimension |
Definition at line 336 of file header.pb.h.
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 338 of file header.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kSourceAppFieldNumber | |
kTimeFieldNumber | |
kSourcePlatformFieldNumber | |
kDestPlatformFieldNumber | |
kDestTypeFieldNumber |
Definition at line 259 of file header.pb.h.
|
inline |
Definition at line 103 of file header.pb.h.
|
override |
|
explicit |
goby::test::acomms::protobuf::Header::Header | ( | const Header & | from | ) |
|
inlinenoexcept |
Definition at line 108 of file header.pb.h.
|
explicitprotected |
|
final |
|
final |
|
final |
|
final |
|
inline |
Definition at line 545 of file header.pb.h.
|
inline |
Definition at line 516 of file header.pb.h.
|
inline |
Definition at line 448 of file header.pb.h.
|
inline |
Definition at line 420 of file header.pb.h.
|
inline |
Definition at line 392 of file header.pb.h.
void goby::test::acomms::protobuf::Header::CopyFrom | ( | const Header & | from | ) |
|
inlinestatic |
Definition at line 147 of file header.pb.h.
|
inlinestatic |
Definition at line 138 of file header.pb.h.
|
inline |
Definition at line 552 of file header.pb.h.
|
inline |
Definition at line 523 of file header.pb.h.
|
inlinefinal |
Definition at line 200 of file header.pb.h.
|
final |
|
inlinestatic |
Definition at line 141 of file header.pb.h.
|
final |
|
inlinestatic |
Definition at line 144 of file header.pb.h.
|
inline |
Definition at line 542 of file header.pb.h.
|
inline |
Definition at line 513 of file header.pb.h.
|
inline |
Definition at line 445 of file header.pb.h.
|
inline |
Definition at line 417 of file header.pb.h.
|
inline |
Definition at line 389 of file header.pb.h.
|
inlinestatic |
Definition at line 150 of file header.pb.h.
|
final |
|
inline |
Definition at line 187 of file header.pb.h.
|
inline |
Definition at line 463 of file header.pb.h.
|
inline |
Definition at line 134 of file header.pb.h.
|
inlinefinal |
Definition at line 181 of file header.pb.h.
Definition at line 113 of file header.pb.h.
Definition at line 117 of file header.pb.h.
|
inlinestatic |
Definition at line 242 of file header.pb.h.
|
inlinestatic |
Definition at line 232 of file header.pb.h.
|
inlinestatic |
Definition at line 246 of file header.pb.h.
|
inlinestatic |
Definition at line 252 of file header.pb.h.
|
inline |
Definition at line 479 of file header.pb.h.
|
inline |
Definition at line 493 of file header.pb.h.
|
inline |
Definition at line 560 of file header.pb.h.
|
inline |
Definition at line 532 of file header.pb.h.
void goby::test::acomms::protobuf::Header::set_source_app | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 458 of file header.pb.h.
|
inline |
Definition at line 435 of file header.pb.h.
|
inline |
Definition at line 407 of file header.pb.h.
|
inline |
Definition at line 341 of file header.pb.h.
|
inline |
Definition at line 452 of file header.pb.h.
|
inline |
Definition at line 427 of file header.pb.h.
|
inline |
Definition at line 160 of file header.pb.h.
|
inline |
Definition at line 399 of file header.pb.h.
|
inline |
Definition at line 345 of file header.pb.h.
|
inline |
Definition at line 348 of file header.pb.h.
|
inline |
Definition at line 131 of file header.pb.h.
|
inline |
Definition at line 173 of file header.pb.h.
|
friend |
Definition at line 358 of file header.pb.h.
|
friend |
Definition at line 209 of file header.pb.h.
Definition at line 371 of file header.pb.h.
Definition at line 157 of file header.pb.h.
|
static |
Definition at line 218 of file header.pb.h.
Impl_ goby::test::acomms::protobuf::Header::_impl_ |
Definition at line 370 of file header.pb.h.
|
staticconstexpr |
Definition at line 154 of file header.pb.h.
|
staticconstexpr |
Definition at line 230 of file header.pb.h.
|
staticconstexpr |
Definition at line 228 of file header.pb.h.
|
staticconstexpr |
Definition at line 226 of file header.pb.h.
|
staticconstexpr |
Definition at line 239 of file header.pb.h.
|
staticconstexpr |
Definition at line 237 of file header.pb.h.
|
staticconstexpr |
Definition at line 235 of file header.pb.h.