Goby3
3.1.5a
2024.05.23
|
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_ |
Enumerator | |
---|---|
Header_PublishDestination_PUBLISH_SELF | |
Header_PublishDestination_PUBLISH_OTHER | |
Header_PublishDestination_PUBLISH_ALL |
Definition at line 78 of file header.pb.h.
const ::google::protobuf::EnumDescriptor* goby::test::acomms::protobuf::Enum1_descriptor | ( | ) |
|
inline |
const ::google::protobuf::EnumDescriptor* goby::test::acomms::protobuf::Header_PublishDestination_descriptor | ( | ) |
|
inline |
Definition at line 89 of file header.pb.h.
|
inline |
Definition at line 93 of file header.pb.h.
EmbeddedMsg1DefaultTypeInternal goby::test::acomms::protobuf::_EmbeddedMsg1_default_instance_ |
EmbeddedMsg2DefaultTypeInternal goby::test::acomms::protobuf::_EmbeddedMsg2_default_instance_ |
GobyMessageDefaultTypeInternal goby::test::acomms::protobuf::_GobyMessage_default_instance_ |
HeaderDefaultTypeInternal goby::test::acomms::protobuf::_Header_default_instance_ |
RouteMessageDefaultTypeInternal goby::test::acomms::protobuf::_RouteMessage_default_instance_ |
TestMsgDefaultTypeInternal goby::test::acomms::protobuf::_TestMsg_default_instance_ |
const int goby::test::acomms::protobuf::Header_PublishDestination_PublishDestination_ARRAYSIZE = Header_PublishDestination_PublishDestination_MAX + 1 |
Definition at line 86 of file header.pb.h.
const Header_PublishDestination goby::test::acomms::protobuf::Header_PublishDestination_PublishDestination_MAX = Header_PublishDestination_PUBLISH_ALL |
Definition at line 85 of file header.pb.h.
const Header_PublishDestination goby::test::acomms::protobuf::Header_PublishDestination_PublishDestination_MIN = Header_PublishDestination_PUBLISH_SELF |
Definition at line 84 of file header.pb.h.