Goby3  3.1.4
2024.02.22
coroner.pb.h File Reference
#include <string>
#include <google/protobuf/stubs/common.h>
#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/inlined_string_field.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 "dccl/option_extensions.pb.h"
#include <boost/units/quantity.hpp>
#include <boost/units/absolute.hpp>
#include <boost/units/dimensionless_type.hpp>
#include <boost/units/make_scaled_unit.hpp>
#include <boost/units/systems/si.hpp>

Go to the source code of this file.

Classes

struct  protobuf_goby_2fmiddleware_2fprotobuf_2fcoroner_2eproto::TableStruct
 
class  goby::middleware::protobuf::HealthRequest
 
class  goby::middleware::protobuf::ThreadHealth
 
class  goby::middleware::protobuf::ProcessHealth
 
class  goby::middleware::protobuf::VehicleHealth
 
struct  google::protobuf::is_proto_enum< ::goby::middleware::protobuf::HealthState >
 
struct  google::protobuf::is_proto_enum< ::goby::middleware::protobuf::Error >
 

Namespaces

 protobuf_goby_2fmiddleware_2fprotobuf_2fcoroner_2eproto
 
 goby
 The global namespace for the Goby project.
 
 goby::middleware
 Objects implementing the Goby nested middleware.
 
 goby::middleware::protobuf
 
 google
 
 google::protobuf
 

Macros

#define PROTOBUF_INTERNAL_EXPORT_protobuf_goby_2fmiddleware_2fprotobuf_2fcoroner_2eproto
 

Enumerations

enum  goby::middleware::protobuf::HealthState { goby::middleware::protobuf::HEALTH__OK = 1, goby::middleware::protobuf::HEALTH__DEGRADED = 2, goby::middleware::protobuf::HEALTH__FAILED = 3 }
 
enum  goby::middleware::protobuf::Error { goby::middleware::protobuf::ERROR__PROCESS_DIED = 1, goby::middleware::protobuf::ERROR__THREAD_NOT_RESPONDING = 100 }
 

Functions

void protobuf_goby_2fmiddleware_2fprotobuf_2fcoroner_2eproto::AddDescriptors ()
 
template<>
::goby::middleware::protobuf::HealthRequestgoogle::protobuf::Arena::CreateMaybeMessage<::goby::middleware::protobuf::HealthRequest > (Arena *)
 
template<>
::goby::middleware::protobuf::ProcessHealthgoogle::protobuf::Arena::CreateMaybeMessage<::goby::middleware::protobuf::ProcessHealth > (Arena *)
 
template<>
::goby::middleware::protobuf::ThreadHealthgoogle::protobuf::Arena::CreateMaybeMessage<::goby::middleware::protobuf::ThreadHealth > (Arena *)
 
template<>
::goby::middleware::protobuf::VehicleHealthgoogle::protobuf::Arena::CreateMaybeMessage<::goby::middleware::protobuf::VehicleHealth > (Arena *)
 
bool goby::middleware::protobuf::HealthState_IsValid (int value)
 
const ::google::protobuf::EnumDescriptor * goby::middleware::protobuf::HealthState_descriptor ()
 
const ::std::string & goby::middleware::protobuf::HealthState_Name (HealthState value)
 
bool goby::middleware::protobuf::HealthState_Parse (const ::std::string &name, HealthState *value)
 
bool goby::middleware::protobuf::Error_IsValid (int value)
 
const ::google::protobuf::EnumDescriptor * goby::middleware::protobuf::Error_descriptor ()
 
const ::std::string & goby::middleware::protobuf::Error_Name (Error value)
 
bool goby::middleware::protobuf::Error_Parse (const ::std::string &name, Error *value)
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::goby::middleware::protobuf::HealthState > ()
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::goby::middleware::protobuf::Error > ()
 

Variables

HealthRequestDefaultTypeInternal goby::middleware::protobuf::_HealthRequest_default_instance_
 
ProcessHealthDefaultTypeInternal goby::middleware::protobuf::_ProcessHealth_default_instance_
 
ThreadHealthDefaultTypeInternal goby::middleware::protobuf::_ThreadHealth_default_instance_
 
VehicleHealthDefaultTypeInternal goby::middleware::protobuf::_VehicleHealth_default_instance_
 
const HealthState goby::middleware::protobuf::HealthState_MIN = HEALTH__OK
 
const HealthState goby::middleware::protobuf::HealthState_MAX = HEALTH__FAILED
 
const int goby::middleware::protobuf::HealthState_ARRAYSIZE = HealthState_MAX + 1
 
const Error goby::middleware::protobuf::Error_MIN = ERROR__PROCESS_DIED
 
const Error goby::middleware::protobuf::Error_MAX = ERROR__THREAD_NOT_RESPONDING
 
const int goby::middleware::protobuf::Error_ARRAYSIZE = Error_MAX + 1
 

Macro Definition Documentation

◆ PROTOBUF_INTERNAL_EXPORT_protobuf_goby_2fmiddleware_2fprotobuf_2fcoroner_2eproto

#define PROTOBUF_INTERNAL_EXPORT_protobuf_goby_2fmiddleware_2fprotobuf_2fcoroner_2eproto

Definition at line 42 of file coroner.pb.h.