Goby3
3.1.5a
2024.05.23
|
#include <goby/zeromq/protobuf/interprocess_zeromq.pb.h>
Public Types | |
typedef Socket_SocketType | SocketType |
typedef Socket_Transport | Transport |
typedef Socket_ConnectOrBind | ConnectOrBind |
Public Types inherited from google::protobuf::Message | |
typedef google::protobuf::Reflection | Reflection |
Public Member Functions | |
Socket () | |
virtual | ~Socket () |
Socket (const Socket &from) | |
Socket & | operator= (const Socket &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (Socket *other) |
Socket * | New () const final |
Socket * | New (::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 Socket &from) |
void | MergeFrom (const Socket &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_ethernet_address () const |
void | clear_ethernet_address () |
const ::std::string & | ethernet_address () const |
void | set_ethernet_address (const ::std::string &value) |
void | set_ethernet_address (const char *value) |
void | set_ethernet_address (const char *value, size_t size) |
::std::string * | mutable_ethernet_address () |
::std::string * | release_ethernet_address () |
void | set_allocated_ethernet_address (::std::string *ethernet_address) |
bool | has_multicast_address () const |
void | clear_multicast_address () |
const ::std::string & | multicast_address () const |
void | set_multicast_address (const ::std::string &value) |
void | set_multicast_address (const char *value) |
void | set_multicast_address (const char *value, size_t size) |
::std::string * | mutable_multicast_address () |
::std::string * | release_multicast_address () |
void | set_allocated_multicast_address (::std::string *multicast_address) |
bool | has_socket_name () const |
void | clear_socket_name () |
const ::std::string & | socket_name () const |
void | set_socket_name (const ::std::string &value) |
void | set_socket_name (const char *value) |
void | set_socket_name (const char *value, size_t size) |
::std::string * | mutable_socket_name () |
::std::string * | release_socket_name () |
void | set_allocated_socket_name (::std::string *socket_name) |
bool | has_socket_id () const |
void | clear_socket_id () |
::google::protobuf::uint32 | socket_id () const |
void | set_socket_id (::google::protobuf::uint32 value) |
bool | has_socket_type () const |
void | clear_socket_type () |
::goby::zeromq::protobuf::Socket_SocketType | socket_type () const |
void | set_socket_type (::goby::zeromq::protobuf::Socket_SocketType value) |
bool | has_transport () const |
void | clear_transport () |
::goby::zeromq::protobuf::Socket_Transport | transport () const |
void | set_transport (::goby::zeromq::protobuf::Socket_Transport value) |
bool | has_connect_or_bind () const |
void | clear_connect_or_bind () |
::goby::zeromq::protobuf::Socket_ConnectOrBind | connect_or_bind () const |
void | set_connect_or_bind (::goby::zeromq::protobuf::Socket_ConnectOrBind value) |
bool | has_ethernet_port () const |
void | clear_ethernet_port () |
::google::protobuf::uint32 | ethernet_port () const |
void | set_ethernet_port (::google::protobuf::uint32 value) |
bool | has_send_queue_size () const |
void | clear_send_queue_size () |
::google::protobuf::uint32 | send_queue_size () const |
void | set_send_queue_size (::google::protobuf::uint32 value) |
bool | has_receive_queue_size () const |
void | clear_receive_queue_size () |
::google::protobuf::uint32 | receive_queue_size () const |
void | set_receive_queue_size (::google::protobuf::uint32 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 Reflection * | GetReflection () const final |
Public Member Functions inherited from google::protobuf::MessageLite | |
MessageLite () | |
virtual | ~MessageLite () |
virtual ::google::protobuf::Arena * | GetArena () 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 Socket & | default_instance () |
static void | InitAsDefaultInstance () |
static const Socket * | internal_default_instance () |
static bool | SocketType_IsValid (int value) |
static const ::google::protobuf::EnumDescriptor * | SocketType_descriptor () |
static const ::std::string & | SocketType_Name (SocketType value) |
static bool | SocketType_Parse (const ::std::string &name, SocketType *value) |
static bool | Transport_IsValid (int value) |
static const ::google::protobuf::EnumDescriptor * | Transport_descriptor () |
static const ::std::string & | Transport_Name (Transport value) |
static bool | Transport_Parse (const ::std::string &name, Transport *value) |
static bool | ConnectOrBind_IsValid (int value) |
static const ::google::protobuf::EnumDescriptor * | ConnectOrBind_descriptor () |
static const ::std::string & | ConnectOrBind_Name (ConnectOrBind value) |
static bool | ConnectOrBind_Parse (const ::std::string &name, ConnectOrBind *value) |
Public Attributes | |
static ::google::protobuf::internal::ExplicitlyConstructed< ::std::string > | _i_give_permission_to_break_this_code_default_ethernet_address_ |
static ::google::protobuf::internal::ExplicitlyConstructed< ::std::string > | _i_give_permission_to_break_this_code_default_multicast_address_ |
Friends | |
struct | ::protobuf_goby_2fzeromq_2fprotobuf_2finterprocess_5fzeromq_2eproto::TableStruct |
void | swap (Socket &a, Socket &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) |
Definition at line 348 of file interprocess_zeromq.pb.h.
Definition at line 502 of file interprocess_zeromq.pb.h.
Definition at line 440 of file interprocess_zeromq.pb.h.
Definition at line 470 of file interprocess_zeromq.pb.h.
goby::zeromq::protobuf::Socket::Socket | ( | ) |
|
virtual |
goby::zeromq::protobuf::Socket::Socket | ( | const Socket & | from | ) |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 1306 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1331 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1463 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1397 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1577 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1553 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1257 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1487 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1232 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1281 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1310 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 517 of file interprocess_zeromq.pb.h.
Definition at line 507 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 520 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 523 of file interprocess_zeromq.pb.h.
|
final |
void goby::zeromq::protobuf::Socket::CopyFrom | ( | const Socket & | from | ) |
|
static |
|
static |
|
inline |
Definition at line 1335 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1467 of file interprocess_zeromq.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::MessageLite.
Definition at line 420 of file interprocess_zeromq.pb.h.
|
finalvirtual |
Implements google::protobuf::Message.
|
inline |
Definition at line 1297 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1322 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1454 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1388 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1568 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1544 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1248 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1478 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1223 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1272 of file interprocess_zeromq.pb.h.
|
static |
|
inlinestatic |
Definition at line 385 of file interprocess_zeromq.pb.h.
|
final |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
final |
void goby::zeromq::protobuf::Socket::MergeFrom | ( | const Socket & | from | ) |
|
final |
|
inline |
Definition at line 1401 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1364 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1430 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1520 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 377 of file interprocess_zeromq.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::Message.
Definition at line 399 of file interprocess_zeromq.pb.h.
|
inlinefinalvirtual |
Reimplemented from google::protobuf::Message.
Definition at line 403 of file interprocess_zeromq.pb.h.
Definition at line 355 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1581 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1369 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1435 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1525 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1557 of file interprocess_zeromq.pb.h.
|
final |
|
inline |
Definition at line 1377 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1443 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1533 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1314 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1339 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1352 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1358 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1471 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1405 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1418 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1424 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1585 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1561 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1265 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1495 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1508 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1514 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1240 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1289 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1261 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1491 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1236 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 459 of file interprocess_zeromq.pb.h.
Definition at line 449 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 462 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 465 of file interprocess_zeromq.pb.h.
void goby::zeromq::protobuf::Socket::Swap | ( | Socket * | other | ) |
|
inline |
Definition at line 1285 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 491 of file interprocess_zeromq.pb.h.
Definition at line 481 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 494 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 497 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 374 of file interprocess_zeromq.pb.h.
|
friend |
Definition at line 666 of file interprocess_zeromq.pb.h.
Definition at line 393 of file interprocess_zeromq.pb.h.
::google::protobuf::internal::ExplicitlyConstructed< ::std::string> goby::zeromq::protobuf::Socket::_i_give_permission_to_break_this_code_default_ethernet_address_ |
Definition at line 651 of file interprocess_zeromq.pb.h.
::google::protobuf::internal::ExplicitlyConstructed< ::std::string> goby::zeromq::protobuf::Socket::_i_give_permission_to_break_this_code_default_multicast_address_ |
Definition at line 655 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 505 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 503 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 514 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 512 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 510 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 479 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 471 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 473 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 599 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 533 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 606 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 389 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 548 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 620 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 613 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 578 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 563 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 585 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 592 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 477 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 441 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 445 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 447 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 456 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 454 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 452 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 443 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 475 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 488 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 486 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 484 of file interprocess_zeromq.pb.h.