discovery.pb.h File Reference
#include <limits>
#include <string>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_table_driven.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/generated_message_reflection.h>
#include <google/protobuf/message.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_enum_reflection.h>
#include <google/protobuf/unknown_field_set.h>
#include "ignition/msgs/header.pb.h"
#include <memory>
#include <ignition/msgs/Export.hh>
Go to the source code of this file.
Namespaces | |
ignition | |
ignition::msgs | |
internal | |
Macros | |
#define | PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fdiscovery_2eproto IGNITION_MSGS_VISIBLE |
Typedefs | |
typedef std::shared_ptr< const Discovery > | ConstDiscoverySharedPtr |
typedef std::unique_ptr< const Discovery > | ConstDiscoveryUniquePtr |
typedef std::shared_ptr< Discovery > | DiscoverySharedPtr |
typedef std::unique_ptr< Discovery > | DiscoveryUniquePtr |
Enumerations | |
enum | Discovery_Publisher_Scope : int { Discovery_Publisher_Scope_PROCESS = 0 , Discovery_Publisher_Scope_HOST = 1 , Discovery_Publisher_Scope_ALL = 2 , Discovery_Publisher_Scope_Discovery_Publisher_Scope_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::min() , Discovery_Publisher_Scope_Discovery_Publisher_Scope_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::max() } |
enum | Discovery_Type : int { Discovery_Type_UNINITIALIZED = 0 , Discovery_Type_ADVERTISE = 1 , Discovery_Type_SUBSCRIBE = 2 , Discovery_Type_UNADVERTISE = 3 , Discovery_Type_HEARTBEAT = 4 , Discovery_Type_BYE = 5 , Discovery_Type_NEW_CONNECTION = 6 , Discovery_Type_END_CONNECTION = 7 , Discovery_Type_Discovery_Type_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::min() , Discovery_Type_Discovery_Type_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::PROTOBUF_NAMESPACE_ID::int32>::max() } |
Functions | |
template<> | |
PROTOBUF_NAMESPACE_OPEN IGNITION_MSGS_VISIBLE ::ignition::msgs::Discovery * | Arena::CreateMaybeMessage<::ignition::msgs::Discovery > (Arena *) |
template<> | |
IGNITION_MSGS_VISIBLE ::ignition::msgs::Discovery_Flags * | Arena::CreateMaybeMessage<::ignition::msgs::Discovery_Flags > (Arena *) |
template<> | |
IGNITION_MSGS_VISIBLE ::ignition::msgs::Discovery_Publisher * | Arena::CreateMaybeMessage<::ignition::msgs::Discovery_Publisher > (Arena *) |
template<> | |
IGNITION_MSGS_VISIBLE ::ignition::msgs::Discovery_Publisher_MessagePublisher * | Arena::CreateMaybeMessage<::ignition::msgs::Discovery_Publisher_MessagePublisher > (Arena *) |
template<> | |
IGNITION_MSGS_VISIBLE ::ignition::msgs::Discovery_Publisher_ServicePublisher * | Arena::CreateMaybeMessage<::ignition::msgs::Discovery_Publisher_ServicePublisher > (Arena *) |
template<> | |
IGNITION_MSGS_VISIBLE ::ignition::msgs::Discovery_Subscriber * | Arena::CreateMaybeMessage<::ignition::msgs::Discovery_Subscriber > (Arena *) |
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Discovery_Publisher_Scope_descriptor () |
IGNITION_MSGS_VISIBLE bool | Discovery_Publisher_Scope_IsValid (int value) |
template<typename T > | |
const std::string & | Discovery_Publisher_Scope_Name (T enum_t_value) |
bool | Discovery_Publisher_Scope_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Discovery_Publisher_Scope *value) |
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Discovery_Type_descriptor () |
IGNITION_MSGS_VISIBLE bool | Discovery_Type_IsValid (int value) |
template<typename T > | |
const std::string & | Discovery_Type_Name (T enum_t_value) |
bool | Discovery_Type_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Discovery_Type *value) |
template<> | |
const EnumDescriptor * | GetEnumDescriptor< ::ignition::msgs::Discovery_Publisher_Scope > () |
template<> | |
const EnumDescriptor * | GetEnumDescriptor< ::ignition::msgs::Discovery_Type > () |
Variables | |
IGNITION_MSGS_VISIBLE DiscoveryDefaultTypeInternal | _Discovery_default_instance_ |
IGNITION_MSGS_VISIBLE Discovery_FlagsDefaultTypeInternal | _Discovery_Flags_default_instance_ |
IGNITION_MSGS_VISIBLE Discovery_PublisherDefaultTypeInternal | _Discovery_Publisher_default_instance_ |
IGNITION_MSGS_VISIBLE Discovery_Publisher_MessagePublisherDefaultTypeInternal | _Discovery_Publisher_MessagePublisher_default_instance_ |
IGNITION_MSGS_VISIBLE Discovery_Publisher_ServicePublisherDefaultTypeInternal | _Discovery_Publisher_ServicePublisher_default_instance_ |
IGNITION_MSGS_VISIBLE Discovery_SubscriberDefaultTypeInternal | _Discovery_Subscriber_default_instance_ |
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable | descriptor_table_ignition_2fmsgs_2fdiscovery_2eproto |
constexpr int | Discovery_Publisher_Scope_Scope_ARRAYSIZE = Discovery_Publisher_Scope_Scope_MAX + 1 |
constexpr Discovery_Publisher_Scope | Discovery_Publisher_Scope_Scope_MAX = Discovery_Publisher_Scope_ALL |
constexpr Discovery_Publisher_Scope | Discovery_Publisher_Scope_Scope_MIN = Discovery_Publisher_Scope_PROCESS |
constexpr int | Discovery_Type_Type_ARRAYSIZE = Discovery_Type_Type_MAX + 1 |
constexpr Discovery_Type | Discovery_Type_Type_MAX = Discovery_Type_END_CONNECTION |
constexpr Discovery_Type | Discovery_Type_Type_MIN = Discovery_Type_UNINITIALIZED |
Macro Definition Documentation
◆ PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fdiscovery_2eproto
#define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fdiscovery_2eproto IGNITION_MSGS_VISIBLE |
Function Documentation
◆ Arena::CreateMaybeMessage<::ignition::msgs::Discovery >()
PROTOBUF_NAMESPACE_OPEN IGNITION_MSGS_VISIBLE ::ignition::msgs::Discovery* Arena::CreateMaybeMessage<::ignition::msgs::Discovery > | ( | Arena * | ) |
◆ Arena::CreateMaybeMessage<::ignition::msgs::Discovery_Flags >()
IGNITION_MSGS_VISIBLE ::ignition::msgs::Discovery_Flags* Arena::CreateMaybeMessage<::ignition::msgs::Discovery_Flags > | ( | Arena * | ) |
◆ Arena::CreateMaybeMessage<::ignition::msgs::Discovery_Publisher >()
IGNITION_MSGS_VISIBLE ::ignition::msgs::Discovery_Publisher* Arena::CreateMaybeMessage<::ignition::msgs::Discovery_Publisher > | ( | Arena * | ) |
◆ Arena::CreateMaybeMessage<::ignition::msgs::Discovery_Publisher_MessagePublisher >()
IGNITION_MSGS_VISIBLE ::ignition::msgs::Discovery_Publisher_MessagePublisher* Arena::CreateMaybeMessage<::ignition::msgs::Discovery_Publisher_MessagePublisher > | ( | Arena * | ) |
◆ Arena::CreateMaybeMessage<::ignition::msgs::Discovery_Publisher_ServicePublisher >()
IGNITION_MSGS_VISIBLE ::ignition::msgs::Discovery_Publisher_ServicePublisher* Arena::CreateMaybeMessage<::ignition::msgs::Discovery_Publisher_ServicePublisher > | ( | Arena * | ) |
◆ Arena::CreateMaybeMessage<::ignition::msgs::Discovery_Subscriber >()
IGNITION_MSGS_VISIBLE ::ignition::msgs::Discovery_Subscriber* Arena::CreateMaybeMessage<::ignition::msgs::Discovery_Subscriber > | ( | Arena * | ) |
◆ GetEnumDescriptor< ::ignition::msgs::Discovery_Publisher_Scope >()
|
inline |
◆ GetEnumDescriptor< ::ignition::msgs::Discovery_Type >()
|
inline |
References ignition::msgs::Discovery_Type_descriptor().
Variable Documentation
◆ descriptor_table_ignition_2fmsgs_2fdiscovery_2eproto
|
extern |
Referenced by PROTOBUF_FINAL::GetMetadata().