Goby3  3.1.4
2024.02.22
goby::test::acomms::protobuf Namespace Reference

Classes

class  EmbeddedMsg1
 
class  EmbeddedMsg2
 
class  GobyMessage
 
class  Header
 
class  RouteMessage
 
class  TestMsg
 

Enumerations

enum  Enum1 { ENUM_A = 1, ENUM_B = 2, ENUM_C = 3 }
 
enum  Header_PublishDestination { Header_PublishDestination_PUBLISH_SELF = 1, Header_PublishDestination_PUBLISH_OTHER = 2, Header_PublishDestination_PUBLISH_ALL = 3 }
 

Functions

bool Enum1_IsValid (int value)
 
const ::google::protobuf::EnumDescriptor * Enum1_descriptor ()
 
const ::std::string & Enum1_Name (Enum1 value)
 
bool Enum1_Parse (const ::std::string &name, Enum1 *value)
 
bool Header_PublishDestination_IsValid (int value)
 
const ::google::protobuf::EnumDescriptor * Header_PublishDestination_descriptor ()
 
const ::std::string & Header_PublishDestination_Name (Header_PublishDestination value)
 
bool Header_PublishDestination_Parse (const ::std::string &name, Header_PublishDestination *value)
 

Variables

EmbeddedMsg1DefaultTypeInternal _EmbeddedMsg1_default_instance_
 
EmbeddedMsg2DefaultTypeInternal _EmbeddedMsg2_default_instance_
 
TestMsgDefaultTypeInternal _TestMsg_default_instance_
 
const Enum1 Enum1_MIN = ENUM_A
 
const Enum1 Enum1_MAX = ENUM_C
 
const int Enum1_ARRAYSIZE = Enum1_MAX + 1
 
HeaderDefaultTypeInternal _Header_default_instance_
 
const Header_PublishDestination Header_PublishDestination_PublishDestination_MIN = Header_PublishDestination_PUBLISH_SELF
 
const Header_PublishDestination Header_PublishDestination_PublishDestination_MAX = Header_PublishDestination_PUBLISH_ALL
 
const int Header_PublishDestination_PublishDestination_ARRAYSIZE = Header_PublishDestination_PublishDestination_MAX + 1
 
GobyMessageDefaultTypeInternal _GobyMessage_default_instance_
 
RouteMessageDefaultTypeInternal _RouteMessage_default_instance_
 

Enumeration Type Documentation

◆ Enum1

Enumerator
ENUM_A 
ENUM_B 
ENUM_C 

Definition at line 83 of file test.pb.h.

◆ Header_PublishDestination

Enumerator
Header_PublishDestination_PUBLISH_SELF 
Header_PublishDestination_PUBLISH_OTHER 
Header_PublishDestination_PUBLISH_ALL 

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

Function Documentation

◆ Enum1_descriptor()

const ::google::protobuf::EnumDescriptor* goby::test::acomms::protobuf::Enum1_descriptor ( )

◆ Enum1_IsValid()

bool goby::test::acomms::protobuf::Enum1_IsValid ( int  value)

◆ Enum1_Name()

const ::std::string& goby::test::acomms::protobuf::Enum1_Name ( Enum1  value)
inline

Definition at line 94 of file test.pb.h.

◆ Enum1_Parse()

bool goby::test::acomms::protobuf::Enum1_Parse ( const ::std::string &  name,
Enum1 value 
)
inline

Definition at line 98 of file test.pb.h.

◆ Header_PublishDestination_descriptor()

const ::google::protobuf::EnumDescriptor* goby::test::acomms::protobuf::Header_PublishDestination_descriptor ( )

◆ Header_PublishDestination_IsValid()

bool goby::test::acomms::protobuf::Header_PublishDestination_IsValid ( int  value)

◆ Header_PublishDestination_Name()

const ::std::string& goby::test::acomms::protobuf::Header_PublishDestination_Name ( Header_PublishDestination  value)
inline

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

◆ Header_PublishDestination_Parse()

bool goby::test::acomms::protobuf::Header_PublishDestination_Parse ( const ::std::string &  name,
Header_PublishDestination value 
)
inline

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

Variable Documentation

◆ _EmbeddedMsg1_default_instance_

EmbeddedMsg1DefaultTypeInternal goby::test::acomms::protobuf::_EmbeddedMsg1_default_instance_

◆ _EmbeddedMsg2_default_instance_

EmbeddedMsg2DefaultTypeInternal goby::test::acomms::protobuf::_EmbeddedMsg2_default_instance_

◆ _GobyMessage_default_instance_

GobyMessageDefaultTypeInternal goby::test::acomms::protobuf::_GobyMessage_default_instance_

Definition at line 58 of file test.pb.h.

◆ _Header_default_instance_

HeaderDefaultTypeInternal goby::test::acomms::protobuf::_Header_default_instance_

◆ _RouteMessage_default_instance_

RouteMessageDefaultTypeInternal goby::test::acomms::protobuf::_RouteMessage_default_instance_

◆ _TestMsg_default_instance_

TestMsgDefaultTypeInternal goby::test::acomms::protobuf::_TestMsg_default_instance_

Definition at line 58 of file test.pb.h.

◆ Enum1_ARRAYSIZE

const int goby::test::acomms::protobuf::Enum1_ARRAYSIZE = Enum1_MAX + 1

Definition at line 91 of file test.pb.h.

◆ Enum1_MAX

const Enum1 goby::test::acomms::protobuf::Enum1_MAX = ENUM_C

Definition at line 90 of file test.pb.h.

◆ Enum1_MIN

const Enum1 goby::test::acomms::protobuf::Enum1_MIN = ENUM_A

Definition at line 89 of file test.pb.h.

◆ Header_PublishDestination_PublishDestination_ARRAYSIZE

const int goby::test::acomms::protobuf::Header_PublishDestination_PublishDestination_ARRAYSIZE = Header_PublishDestination_PublishDestination_MAX + 1

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

◆ Header_PublishDestination_PublishDestination_MAX

const Header_PublishDestination goby::test::acomms::protobuf::Header_PublishDestination_PublishDestination_MAX = Header_PublishDestination_PUBLISH_ALL

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

◆ Header_PublishDestination_PublishDestination_MIN

const Header_PublishDestination goby::test::acomms::protobuf::Header_PublishDestination_PublishDestination_MIN = Header_PublishDestination_PUBLISH_SELF

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