Ignition Msgs

API Reference

8.2.0
discovery.pb.h File Reference
#include <string>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata.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.

Classes

class  Discovery
 
class  Discovery_Flags
 
class  Discovery_Publisher
 
class  Discovery_Publisher_MessagePublisher
 
class  Discovery_Publisher_ServicePublisher
 
class  Discovery_Subscriber
 
struct  is_proto_enum< ::ignition::msgs::Discovery_Publisher_Scope >
 
struct  is_proto_enum< ::ignition::msgs::Discovery_Type >
 

Namespaces

 google
 
 google::protobuf
 
 ignition
 
 ignition::msgs
 

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 {
  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_ = ::google::protobuf::kint32min,
  Discovery_Publisher_Scope_Discovery_Publisher_Scope_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max
}
 
enum  Discovery_Type {
  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_ = ::google::protobuf::kint32min, Discovery_Type_Discovery_Type_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max
}
 

Functions

IGNITION_MSGS_VISIBLEconst ::google::protobuf::EnumDescriptor * Discovery_Publisher_Scope_descriptor ()
 
IGNITION_MSGS_VISIBLE bool Discovery_Publisher_Scope_IsValid (int value)
 
const ::std::stringDiscovery_Publisher_Scope_Name (Discovery_Publisher_Scope value)
 
bool Discovery_Publisher_Scope_Parse (const ::std::string &name, Discovery_Publisher_Scope *value)
 
IGNITION_MSGS_VISIBLEconst ::google::protobuf::EnumDescriptor * Discovery_Type_descriptor ()
 
IGNITION_MSGS_VISIBLE bool Discovery_Type_IsValid (int value)
 
const ::std::stringDiscovery_Type_Name (Discovery_Type value)
 
bool Discovery_Type_Parse (const ::std::string &name, Discovery_Type *value)
 
template<>
const EnumDescriptor * GetEnumDescriptor< ::ignition::msgs::Discovery_Publisher_Scope > ()
 
template<>
const EnumDescriptor * GetEnumDescriptor< ::ignition::msgs::Discovery_Type > ()
 
void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fdiscovery_2eproto ()
 
void protobuf_AssignDesc_ignition_2fmsgs_2fdiscovery_2eproto ()
 
void protobuf_ShutdownFile_ignition_2fmsgs_2fdiscovery_2eproto ()
 

Variables

const int Discovery_Publisher_Scope_Scope_ARRAYSIZE = Discovery_Publisher_Scope_Scope_MAX + 1
 
const Discovery_Publisher_Scope Discovery_Publisher_Scope_Scope_MAX = Discovery_Publisher_Scope_ALL
 
const Discovery_Publisher_Scope Discovery_Publisher_Scope_Scope_MIN = Discovery_Publisher_Scope_PROCESS
 
const int Discovery_Type_Type_ARRAYSIZE = Discovery_Type_Type_MAX + 1
 
const Discovery_Type Discovery_Type_Type_MAX = Discovery_Type_END_CONNECTION
 
const Discovery_Type Discovery_Type_Type_MIN = Discovery_Type_UNINITIALIZED