Goby3 3.3.0
2025.07.10
|
#include <goby/zeromq/protobuf/interprocess_zeromq.pb.h>
Public Types | |
enum | : int { kSubscriptionIdentifierFieldNumber = 3 , kReceivedDataFieldNumber = 4 , kPublishSocketFieldNumber = 2 , kHoldFieldNumber = 10 , kTypeFieldNumber = 1 } |
typedef InprocControl_InprocControlType | InprocControlType |
Public Member Functions | |
InprocControl () | |
~InprocControl () override | |
PROTOBUF_CONSTEXPR | InprocControl (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
InprocControl (const InprocControl &from) | |
InprocControl (InprocControl &&from) noexcept | |
InprocControl & | operator= (const InprocControl &from) |
InprocControl & | operator= (InprocControl &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (InprocControl *other) |
void | UnsafeArenaSwap (InprocControl *other) |
InprocControl * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const InprocControl &from) |
void | MergeFrom (const InprocControl &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_subscription_identifier () const |
void | clear_subscription_identifier () |
const std::string & | subscription_identifier () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_subscription_identifier (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_subscription_identifier () |
PROTOBUF_NODISCARD std::string * | release_subscription_identifier () |
void | set_allocated_subscription_identifier (std::string *subscription_identifier) |
bool | has_received_data () const |
void | clear_received_data () |
const std::string & | received_data () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_received_data (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_received_data () |
PROTOBUF_NODISCARD std::string * | release_received_data () |
void | set_allocated_received_data (std::string *received_data) |
bool | has_publish_socket () const |
void | clear_publish_socket () |
const ::goby::zeromq::protobuf::Socket & | publish_socket () const |
PROTOBUF_NODISCARD::goby::zeromq::protobuf::Socket * | release_publish_socket () |
::goby::zeromq::protobuf::Socket * | mutable_publish_socket () |
void | set_allocated_publish_socket (::goby::zeromq::protobuf::Socket *publish_socket) |
void | unsafe_arena_set_allocated_publish_socket (::goby::zeromq::protobuf::Socket *publish_socket) |
::goby::zeromq::protobuf::Socket * | unsafe_arena_release_publish_socket () |
bool | has_hold () const |
void | clear_hold () |
bool | hold () const |
void | set_hold (bool value) |
bool | has_type () const |
void | clear_type () |
::goby::zeromq::protobuf::InprocControl_InprocControlType | type () const |
void | set_type (::goby::zeromq::protobuf::InprocControl_InprocControlType value) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_subscription_identifier (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_received_data (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 InprocControl & | default_instance () |
static const InprocControl * | internal_default_instance () |
static bool | InprocControlType_IsValid (int value) |
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | InprocControlType_descriptor () |
template<typename T > | |
static const std::string & | InprocControlType_Name (T enum_t_value) |
static bool | InprocControlType_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, InprocControlType *value) |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
static constexpr InprocControlType | PUB_CONFIGURATION |
static constexpr InprocControlType | SUBSCRIBE |
static constexpr InprocControlType | SUBSCRIBE_ACK |
static constexpr InprocControlType | UNSUBSCRIBE |
static constexpr InprocControlType | UNSUBSCRIBE_ACK |
static constexpr InprocControlType | RECEIVE |
static constexpr InprocControlType | SHUTDOWN |
static constexpr InprocControlType | REQUEST_HOLD_STATE |
static constexpr InprocControlType | NOTIFY_HOLD_STATE |
static constexpr InprocControlType | InprocControlType_MIN |
static constexpr InprocControlType | InprocControlType_MAX |
static constexpr int | InprocControlType_ARRAYSIZE |
Protected Member Functions | |
InprocControl (::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_2fzeromq_2fprotobuf_2finterprocess_5fzeromq_2eproto |
void | swap (InprocControl &a, InprocControl &b) |
Definition at line 1088 of file interprocess_zeromq.pb.h.
Definition at line 1213 of file interprocess_zeromq.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kSubscriptionIdentifierFieldNumber | |
kReceivedDataFieldNumber | |
kPublishSocketFieldNumber | |
kHoldFieldNumber | |
kTypeFieldNumber |
Definition at line 1259 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1091 of file interprocess_zeromq.pb.h.
|
override |
|
explicit |
goby::zeromq::protobuf::InprocControl::InprocControl | ( | const InprocControl & | from | ) |
|
inlinenoexcept |
Definition at line 1096 of file interprocess_zeromq.pb.h.
|
explicitprotected |
|
final |
|
final |
|
final |
|
final |
|
inline |
Definition at line 2522 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2297 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2454 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2386 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2267 of file interprocess_zeromq.pb.h.
void goby::zeromq::protobuf::InprocControl::CopyFrom | ( | const InprocControl & | from | ) |
|
inlinestatic |
Definition at line 1135 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 1126 of file interprocess_zeromq.pb.h.
|
inlinefinal |
Definition at line 1188 of file interprocess_zeromq.pb.h.
|
final |
|
inlinestatic |
Definition at line 1129 of file interprocess_zeromq.pb.h.
|
final |
|
inlinestatic |
Definition at line 1132 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2519 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2294 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2451 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2383 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2264 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2529 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 1242 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 1232 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 1246 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 1252 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 1138 of file interprocess_zeromq.pb.h.
|
final |
|
inline |
Definition at line 1175 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2353 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2469 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2401 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1122 of file interprocess_zeromq.pb.h.
|
inlinefinal |
Definition at line 1169 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1101 of file interprocess_zeromq.pb.h.
|
inlinenoexcept |
Definition at line 1105 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2306 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2458 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2323 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2485 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2417 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2358 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2499 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2431 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2537 of file interprocess_zeromq.pb.h.
void goby::zeromq::protobuf::InprocControl::set_received_data | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 2464 of file interprocess_zeromq.pb.h.
void goby::zeromq::protobuf::InprocControl::set_subscription_identifier | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 2396 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2283 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2390 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1148 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2274 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1119 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2338 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2310 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1161 of file interprocess_zeromq.pb.h.
|
friend |
Definition at line 1350 of file interprocess_zeromq.pb.h.
|
friend |
Definition at line 1197 of file interprocess_zeromq.pb.h.
Definition at line 1363 of file interprocess_zeromq.pb.h.
|
friend |
Definition at line 1145 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 1206 of file interprocess_zeromq.pb.h.
Impl_ goby::zeromq::protobuf::InprocControl::_impl_ |
Definition at line 1362 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 1239 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 1237 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 1235 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 1142 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 1230 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 1214 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 1224 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 1228 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 1226 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 1216 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 1218 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 1220 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 1222 of file interprocess_zeromq.pb.h.