Goby3  3.1.4
2024.02.22
goby::zeromq::protobuf::InprocControl Class Reference

#include <goby/zeromq/protobuf/interprocess_zeromq.pb.h>

Inheritance diagram for goby::zeromq::protobuf::InprocControl:
google::protobuf::Message google::protobuf::MessageLite

Public Types

typedef InprocControl_InprocControlType InprocControlType
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 InprocControl ()
 
virtual ~InprocControl ()
 
 InprocControl (const InprocControl &from)
 
InprocControloperator= (const InprocControl &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (InprocControl *other)
 
InprocControlNew () const final
 
InprocControlNew (::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 InprocControl &from)
 
void MergeFrom (const InprocControl &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_subscription_identifier () const
 
void clear_subscription_identifier ()
 
const ::std::string & subscription_identifier () const
 
void set_subscription_identifier (const ::std::string &value)
 
void set_subscription_identifier (const char *value)
 
void set_subscription_identifier (const void *value, size_t size)
 
::std::string * mutable_subscription_identifier ()
 
::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
 
void set_received_data (const ::std::string &value)
 
void set_received_data (const char *value)
 
void set_received_data (const void *value, size_t size)
 
::std::string * mutable_received_data ()
 
::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::Socketpublish_socket () const
 
::goby::zeromq::protobuf::Socketrelease_publish_socket ()
 
::goby::zeromq::protobuf::Socketmutable_publish_socket ()
 
void set_allocated_publish_socket (::goby::zeromq::protobuf::Socket *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)
 
- 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 InprocControldefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const InprocControlinternal_default_instance ()
 
static bool InprocControlType_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * InprocControlType_descriptor ()
 
static const ::std::string & InprocControlType_Name (InprocControlType value)
 
static bool InprocControlType_Parse (const ::std::string &name, InprocControlType *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const InprocControlType PUB_CONFIGURATION
 
static const InprocControlType SUBSCRIBE
 
static const InprocControlType SUBSCRIBE_ACK
 
static const InprocControlType UNSUBSCRIBE
 
static const InprocControlType UNSUBSCRIBE_ACK
 
static const InprocControlType RECEIVE
 
static const InprocControlType SHUTDOWN
 
static const InprocControlType REQUEST_HOLD_STATE
 
static const InprocControlType NOTIFY_HOLD_STATE
 
static const InprocControlType InprocControlType_MIN
 
static const InprocControlType InprocControlType_MAX
 
static const int InprocControlType_ARRAYSIZE
 
static const int kSubscriptionIdentifierFieldNumber = 3
 
static const int kReceivedDataFieldNumber = 4
 
static const int kPublishSocketFieldNumber = 2
 
static const int kHoldFieldNumber = 10
 
static const int kTypeFieldNumber = 1
 

Friends

struct ::protobuf_goby_2fzeromq_2fprotobuf_2finterprocess_5fzeromq_2eproto::TableStruct
 
void swap (InprocControl &a, InprocControl &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 855 of file interprocess_zeromq.pb.h.

Member Typedef Documentation

◆ InprocControlType

Constructor & Destructor Documentation

◆ InprocControl() [1/2]

goby::zeromq::protobuf::InprocControl::InprocControl ( )

◆ ~InprocControl()

virtual goby::zeromq::protobuf::InprocControl::~InprocControl ( )
virtual

◆ InprocControl() [2/2]

goby::zeromq::protobuf::InprocControl::InprocControl ( const InprocControl from)

Member Function Documentation

◆ ByteSizeLong()

size_t goby::zeromq::protobuf::InprocControl::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::zeromq::protobuf::InprocControl::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_hold()

void goby::zeromq::protobuf::InprocControl::clear_hold ( )
inline

Definition at line 2079 of file interprocess_zeromq.pb.h.

◆ clear_publish_socket()

void goby::zeromq::protobuf::InprocControl::clear_publish_socket ( )
inline

Definition at line 1889 of file interprocess_zeromq.pb.h.

◆ clear_received_data()

void goby::zeromq::protobuf::InprocControl::clear_received_data ( )
inline

Definition at line 2013 of file interprocess_zeromq.pb.h.

◆ clear_subscription_identifier()

void goby::zeromq::protobuf::InprocControl::clear_subscription_identifier ( )
inline

Definition at line 1947 of file interprocess_zeromq.pb.h.

◆ clear_type()

void goby::zeromq::protobuf::InprocControl::clear_type ( )
inline

Definition at line 1864 of file interprocess_zeromq.pb.h.

◆ CopyFrom() [1/2]

void goby::zeromq::protobuf::InprocControl::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

void goby::zeromq::protobuf::InprocControl::CopyFrom ( const InprocControl from)

◆ default_instance()

static const InprocControl& goby::zeromq::protobuf::InprocControl::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::zeromq::protobuf::InprocControl::descriptor ( )
static

◆ GetCachedSize()

int goby::zeromq::protobuf::InprocControl::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

Definition at line 927 of file interprocess_zeromq.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata goby::zeromq::protobuf::InprocControl::GetMetadata ( ) const
finalvirtual

◆ has_hold()

bool goby::zeromq::protobuf::InprocControl::has_hold ( ) const
inline

Definition at line 2070 of file interprocess_zeromq.pb.h.

◆ has_publish_socket()

bool goby::zeromq::protobuf::InprocControl::has_publish_socket ( ) const
inline

Definition at line 1880 of file interprocess_zeromq.pb.h.

◆ has_received_data()

bool goby::zeromq::protobuf::InprocControl::has_received_data ( ) const
inline

Definition at line 2004 of file interprocess_zeromq.pb.h.

◆ has_subscription_identifier()

bool goby::zeromq::protobuf::InprocControl::has_subscription_identifier ( ) const
inline

Definition at line 1938 of file interprocess_zeromq.pb.h.

◆ has_type()

bool goby::zeromq::protobuf::InprocControl::has_type ( ) const
inline

Definition at line 1855 of file interprocess_zeromq.pb.h.

◆ hold()

bool goby::zeromq::protobuf::InprocControl::hold ( ) const
inline

Definition at line 2083 of file interprocess_zeromq.pb.h.

◆ InitAsDefaultInstance()

static void goby::zeromq::protobuf::InprocControl::InitAsDefaultInstance ( )
static

◆ InprocControlType_descriptor()

static const ::google::protobuf::EnumDescriptor* goby::zeromq::protobuf::InprocControl::InprocControlType_descriptor ( )
inlinestatic

Definition at line 976 of file interprocess_zeromq.pb.h.

◆ InprocControlType_IsValid()

static bool goby::zeromq::protobuf::InprocControl::InprocControlType_IsValid ( int  value)
inlinestatic

Definition at line 966 of file interprocess_zeromq.pb.h.

◆ InprocControlType_Name()

static const ::std::string& goby::zeromq::protobuf::InprocControl::InprocControlType_Name ( InprocControlType  value)
inlinestatic

Definition at line 979 of file interprocess_zeromq.pb.h.

◆ InprocControlType_Parse()

static bool goby::zeromq::protobuf::InprocControl::InprocControlType_Parse ( const ::std::string &  name,
InprocControlType value 
)
inlinestatic

Definition at line 982 of file interprocess_zeromq.pb.h.

◆ internal_default_instance()

static const InprocControl* goby::zeromq::protobuf::InprocControl::internal_default_instance ( )
inlinestatic

Definition at line 892 of file interprocess_zeromq.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::zeromq::protobuf::InprocControl::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool goby::zeromq::protobuf::InprocControl::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

void goby::zeromq::protobuf::InprocControl::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::zeromq::protobuf::InprocControl::MergeFrom ( const InprocControl from)

◆ MergePartialFromCodedStream()

bool goby::zeromq::protobuf::InprocControl::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_publish_socket()

goby::zeromq::protobuf::Socket * goby::zeromq::protobuf::InprocControl::mutable_publish_socket ( )
inline

Definition at line 1909 of file interprocess_zeromq.pb.h.

◆ mutable_received_data()

std::string * goby::zeromq::protobuf::InprocControl::mutable_received_data ( )
inline

Definition at line 2046 of file interprocess_zeromq.pb.h.

◆ mutable_subscription_identifier()

std::string * goby::zeromq::protobuf::InprocControl::mutable_subscription_identifier ( )
inline

Definition at line 1980 of file interprocess_zeromq.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::zeromq::protobuf::InprocControl::mutable_unknown_fields ( )
inline

Definition at line 884 of file interprocess_zeromq.pb.h.

◆ New() [1/2]

InprocControl* goby::zeromq::protobuf::InprocControl::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

Definition at line 906 of file interprocess_zeromq.pb.h.

◆ New() [2/2]

InprocControl* goby::zeromq::protobuf::InprocControl::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

Definition at line 910 of file interprocess_zeromq.pb.h.

◆ operator=()

InprocControl& goby::zeromq::protobuf::InprocControl::operator= ( const InprocControl from)
inline

Definition at line 862 of file interprocess_zeromq.pb.h.

◆ publish_socket()

const ::goby::zeromq::protobuf::Socket & goby::zeromq::protobuf::InprocControl::publish_socket ( ) const
inline

Definition at line 1896 of file interprocess_zeromq.pb.h.

◆ received_data()

const ::std::string & goby::zeromq::protobuf::InprocControl::received_data ( ) const
inline

Definition at line 2017 of file interprocess_zeromq.pb.h.

◆ release_publish_socket()

goby::zeromq::protobuf::Socket * goby::zeromq::protobuf::InprocControl::release_publish_socket ( )
inline

Definition at line 1902 of file interprocess_zeromq.pb.h.

◆ release_received_data()

std::string * goby::zeromq::protobuf::InprocControl::release_received_data ( )
inline

Definition at line 2051 of file interprocess_zeromq.pb.h.

◆ release_subscription_identifier()

std::string * goby::zeromq::protobuf::InprocControl::release_subscription_identifier ( )
inline

Definition at line 1985 of file interprocess_zeromq.pb.h.

◆ SerializeWithCachedSizes()

void goby::zeromq::protobuf::InprocControl::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_publish_socket()

void goby::zeromq::protobuf::InprocControl::set_allocated_publish_socket ( ::goby::zeromq::protobuf::Socket publish_socket)
inline

Definition at line 1918 of file interprocess_zeromq.pb.h.

◆ set_allocated_received_data()

void goby::zeromq::protobuf::InprocControl::set_allocated_received_data ( ::std::string *  received_data)
inline

Definition at line 2059 of file interprocess_zeromq.pb.h.

◆ set_allocated_subscription_identifier()

void goby::zeromq::protobuf::InprocControl::set_allocated_subscription_identifier ( ::std::string *  subscription_identifier)
inline

Definition at line 1993 of file interprocess_zeromq.pb.h.

◆ set_hold()

void goby::zeromq::protobuf::InprocControl::set_hold ( bool  value)
inline

Definition at line 2087 of file interprocess_zeromq.pb.h.

◆ set_received_data() [1/3]

void goby::zeromq::protobuf::InprocControl::set_received_data ( const ::std::string &  value)
inline

Definition at line 2021 of file interprocess_zeromq.pb.h.

◆ set_received_data() [2/3]

void goby::zeromq::protobuf::InprocControl::set_received_data ( const char value)
inline

Definition at line 2034 of file interprocess_zeromq.pb.h.

◆ set_received_data() [3/3]

void goby::zeromq::protobuf::InprocControl::set_received_data ( const void *  value,
size_t  size 
)
inline

Definition at line 2040 of file interprocess_zeromq.pb.h.

◆ set_subscription_identifier() [1/3]

void goby::zeromq::protobuf::InprocControl::set_subscription_identifier ( const ::std::string &  value)
inline

Definition at line 1955 of file interprocess_zeromq.pb.h.

◆ set_subscription_identifier() [2/3]

void goby::zeromq::protobuf::InprocControl::set_subscription_identifier ( const char value)
inline

Definition at line 1968 of file interprocess_zeromq.pb.h.

◆ set_subscription_identifier() [3/3]

void goby::zeromq::protobuf::InprocControl::set_subscription_identifier ( const void *  value,
size_t  size 
)
inline

Definition at line 1974 of file interprocess_zeromq.pb.h.

◆ set_type()

void goby::zeromq::protobuf::InprocControl::set_type ( ::goby::zeromq::protobuf::InprocControl_InprocControlType  value)
inline

Definition at line 1872 of file interprocess_zeromq.pb.h.

◆ subscription_identifier()

const ::std::string & goby::zeromq::protobuf::InprocControl::subscription_identifier ( ) const
inline

Definition at line 1951 of file interprocess_zeromq.pb.h.

◆ Swap()

void goby::zeromq::protobuf::InprocControl::Swap ( InprocControl other)

◆ type()

goby::zeromq::protobuf::InprocControl_InprocControlType goby::zeromq::protobuf::InprocControl::type ( ) const
inline

Definition at line 1868 of file interprocess_zeromq.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::zeromq::protobuf::InprocControl::unknown_fields ( ) const
inline

Definition at line 881 of file interprocess_zeromq.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_goby_2fzeromq_2fprotobuf_2finterprocess_5fzeromq_2eproto::TableStruct

◆ swap

void swap ( InprocControl a,
InprocControl b 
)
friend

Definition at line 900 of file interprocess_zeromq.pb.h.

Member Data Documentation

◆ InprocControlType_ARRAYSIZE

const int goby::zeromq::protobuf::InprocControl::InprocControlType_ARRAYSIZE
static

◆ InprocControlType_MAX

const InprocControlType goby::zeromq::protobuf::InprocControl::InprocControlType_MAX
static

◆ InprocControlType_MIN

const InprocControlType goby::zeromq::protobuf::InprocControl::InprocControlType_MIN
static

◆ kHoldFieldNumber

const int goby::zeromq::protobuf::InprocControl::kHoldFieldNumber = 10
static

Definition at line 1034 of file interprocess_zeromq.pb.h.

◆ kIndexInFileMessages

constexpr int goby::zeromq::protobuf::InprocControl::kIndexInFileMessages
staticconstexpr
Initial value:
=
3

Definition at line 896 of file interprocess_zeromq.pb.h.

◆ kPublishSocketFieldNumber

const int goby::zeromq::protobuf::InprocControl::kPublishSocketFieldNumber = 2
static

Definition at line 1022 of file interprocess_zeromq.pb.h.

◆ kReceivedDataFieldNumber

const int goby::zeromq::protobuf::InprocControl::kReceivedDataFieldNumber = 4
static

Definition at line 1007 of file interprocess_zeromq.pb.h.

◆ kSubscriptionIdentifierFieldNumber

const int goby::zeromq::protobuf::InprocControl::kSubscriptionIdentifierFieldNumber = 3
static

Definition at line 992 of file interprocess_zeromq.pb.h.

◆ kTypeFieldNumber

const int goby::zeromq::protobuf::InprocControl::kTypeFieldNumber = 1
static

Definition at line 1041 of file interprocess_zeromq.pb.h.

◆ NOTIFY_HOLD_STATE

const InprocControlType goby::zeromq::protobuf::InprocControl::NOTIFY_HOLD_STATE
static

◆ PUB_CONFIGURATION

const InprocControlType goby::zeromq::protobuf::InprocControl::PUB_CONFIGURATION
static

◆ RECEIVE

const InprocControlType goby::zeromq::protobuf::InprocControl::RECEIVE
static
Initial value:

Definition at line 958 of file interprocess_zeromq.pb.h.

◆ REQUEST_HOLD_STATE

const InprocControlType goby::zeromq::protobuf::InprocControl::REQUEST_HOLD_STATE
static

◆ SHUTDOWN

const InprocControlType goby::zeromq::protobuf::InprocControl::SHUTDOWN
static
Initial value:

Definition at line 960 of file interprocess_zeromq.pb.h.

◆ SUBSCRIBE

const InprocControlType goby::zeromq::protobuf::InprocControl::SUBSCRIBE
static
Initial value:

Definition at line 950 of file interprocess_zeromq.pb.h.

◆ SUBSCRIBE_ACK

const InprocControlType goby::zeromq::protobuf::InprocControl::SUBSCRIBE_ACK
static
Initial value:

Definition at line 952 of file interprocess_zeromq.pb.h.

◆ UNSUBSCRIBE

const InprocControlType goby::zeromq::protobuf::InprocControl::UNSUBSCRIBE
static
Initial value:

Definition at line 954 of file interprocess_zeromq.pb.h.

◆ UNSUBSCRIBE_ACK

const InprocControlType goby::zeromq::protobuf::InprocControl::UNSUBSCRIBE_ACK
static

The documentation for this class was generated from the following file:
goby::zeromq::protobuf::InprocControl_InprocControlType_NOTIFY_HOLD_STATE
@ InprocControl_InprocControlType_NOTIFY_HOLD_STATE
Definition: interprocess_zeromq.pb.h:155
goby::zeromq::protobuf::InprocControl_InprocControlType_UNSUBSCRIBE_ACK
@ InprocControl_InprocControlType_UNSUBSCRIBE_ACK
Definition: interprocess_zeromq.pb.h:151
goby::zeromq::protobuf::InprocControl_InprocControlType_RECEIVE
@ InprocControl_InprocControlType_RECEIVE
Definition: interprocess_zeromq.pb.h:152
goby::zeromq::protobuf::InprocControl_InprocControlType_REQUEST_HOLD_STATE
@ InprocControl_InprocControlType_REQUEST_HOLD_STATE
Definition: interprocess_zeromq.pb.h:154
goby::zeromq::protobuf::InprocControl_InprocControlType_InprocControlType_MIN
const InprocControl_InprocControlType InprocControl_InprocControlType_InprocControlType_MIN
Definition: interprocess_zeromq.pb.h:158
goby::zeromq::protobuf::InprocControl_InprocControlType_InprocControlType_MAX
const InprocControl_InprocControlType InprocControl_InprocControlType_InprocControlType_MAX
Definition: interprocess_zeromq.pb.h:159
goby::zeromq::protobuf::InprocControl_InprocControlType_InprocControlType_ARRAYSIZE
const int InprocControl_InprocControlType_InprocControlType_ARRAYSIZE
Definition: interprocess_zeromq.pb.h:160
goby::zeromq::protobuf::InprocControl_InprocControlType_SUBSCRIBE_ACK
@ InprocControl_InprocControlType_SUBSCRIBE_ACK
Definition: interprocess_zeromq.pb.h:149
goby::zeromq::protobuf::InprocControl_InprocControlType_SUBSCRIBE
@ InprocControl_InprocControlType_SUBSCRIBE
Definition: interprocess_zeromq.pb.h:148
goby::zeromq::protobuf::InprocControl_InprocControlType_UNSUBSCRIBE
@ InprocControl_InprocControlType_UNSUBSCRIBE
Definition: interprocess_zeromq.pb.h:150
goby::zeromq::protobuf::InprocControl_InprocControlType_PUB_CONFIGURATION
@ InprocControl_InprocControlType_PUB_CONFIGURATION
Definition: interprocess_zeromq.pb.h:147
goby::zeromq::protobuf::InprocControl_InprocControlType_SHUTDOWN
@ InprocControl_InprocControlType_SHUTDOWN
Definition: interprocess_zeromq.pb.h:153