Goby3  3.1.4
2024.02.22
io.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 "goby/protobuf/option_extensions.pb.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>

Go to the source code of this file.

Classes

struct  protobuf_goby_2fmiddleware_2fprotobuf_2fio_2eproto::TableStruct
 
class  goby::middleware::protobuf::UDPEndPoint
 
class  goby::middleware::protobuf::TCPEndPoint
 
class  goby::middleware::protobuf::IOData
 
class  goby::middleware::protobuf::SerialCommand
 
class  goby::middleware::protobuf::SerialStatus
 
class  goby::middleware::protobuf::TCPServerEvent
 
class  goby::middleware::protobuf::TCPClientEvent
 
class  goby::middleware::protobuf::IOError
 
class  goby::middleware::protobuf::IOStatus
 
struct  google::protobuf::is_proto_enum< ::goby::middleware::protobuf::SerialCommand_Command >
 
struct  google::protobuf::is_proto_enum< ::goby::middleware::protobuf::TCPServerEvent_Event >
 
struct  google::protobuf::is_proto_enum< ::goby::middleware::protobuf::TCPClientEvent_Event >
 
struct  google::protobuf::is_proto_enum< ::goby::middleware::protobuf::IOError_ErrorCode >
 
struct  google::protobuf::is_proto_enum< ::goby::middleware::protobuf::IOState >
 

Namespaces

 protobuf_goby_2fmiddleware_2fprotobuf_2fio_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_2fio_2eproto
 

Enumerations

enum  goby::middleware::protobuf::SerialCommand_Command {
  goby::middleware::protobuf::SerialCommand_Command_SEND_BREAK = 1, goby::middleware::protobuf::SerialCommand_Command_RTS_HIGH = 2, goby::middleware::protobuf::SerialCommand_Command_RTS_LOW = 3, goby::middleware::protobuf::SerialCommand_Command_DTR_HIGH = 4,
  goby::middleware::protobuf::SerialCommand_Command_DTR_LOW = 5
}
 
enum  goby::middleware::protobuf::TCPServerEvent_Event { goby::middleware::protobuf::TCPServerEvent_Event_EVENT_BIND = 0, goby::middleware::protobuf::TCPServerEvent_Event_EVENT_CONNECT = 1, goby::middleware::protobuf::TCPServerEvent_Event_EVENT_DISCONNECT = 2 }
 
enum  goby::middleware::protobuf::TCPClientEvent_Event { goby::middleware::protobuf::TCPClientEvent_Event_EVENT_CONNECT = 1, goby::middleware::protobuf::TCPClientEvent_Event_EVENT_DISCONNECT = 2 }
 
enum  goby::middleware::protobuf::IOError_ErrorCode { goby::middleware::protobuf::IOError_ErrorCode_IO__INIT_FAILURE = 1, goby::middleware::protobuf::IOError_ErrorCode_IO__READ_FAILURE = 2, goby::middleware::protobuf::IOError_ErrorCode_IO__WRITE_FAILURE = 3, goby::middleware::protobuf::IOError_ErrorCode_IO__DATA_TIMEOUT = 4 }
 
enum  goby::middleware::protobuf::IOState { goby::middleware::protobuf::IO__STATE_UNKNOWN = -1, goby::middleware::protobuf::IO__LINK_OPEN = 1, goby::middleware::protobuf::IO__LINK_CLOSED = 2, goby::middleware::protobuf::IO__CRITICAL_FAILURE = 3 }
 

Functions

void protobuf_goby_2fmiddleware_2fprotobuf_2fio_2eproto::AddDescriptors ()
 
template<>
::goby::middleware::protobuf::IODatagoogle::protobuf::Arena::CreateMaybeMessage<::goby::middleware::protobuf::IOData > (Arena *)
 
template<>
::goby::middleware::protobuf::IOErrorgoogle::protobuf::Arena::CreateMaybeMessage<::goby::middleware::protobuf::IOError > (Arena *)
 
template<>
::goby::middleware::protobuf::IOStatusgoogle::protobuf::Arena::CreateMaybeMessage<::goby::middleware::protobuf::IOStatus > (Arena *)
 
template<>
::goby::middleware::protobuf::SerialCommandgoogle::protobuf::Arena::CreateMaybeMessage<::goby::middleware::protobuf::SerialCommand > (Arena *)
 
template<>
::goby::middleware::protobuf::SerialStatusgoogle::protobuf::Arena::CreateMaybeMessage<::goby::middleware::protobuf::SerialStatus > (Arena *)
 
template<>
::goby::middleware::protobuf::TCPClientEventgoogle::protobuf::Arena::CreateMaybeMessage<::goby::middleware::protobuf::TCPClientEvent > (Arena *)
 
template<>
::goby::middleware::protobuf::TCPEndPointgoogle::protobuf::Arena::CreateMaybeMessage<::goby::middleware::protobuf::TCPEndPoint > (Arena *)
 
template<>
::goby::middleware::protobuf::TCPServerEventgoogle::protobuf::Arena::CreateMaybeMessage<::goby::middleware::protobuf::TCPServerEvent > (Arena *)
 
template<>
::goby::middleware::protobuf::UDPEndPointgoogle::protobuf::Arena::CreateMaybeMessage<::goby::middleware::protobuf::UDPEndPoint > (Arena *)
 
bool goby::middleware::protobuf::SerialCommand_Command_IsValid (int value)
 
const ::google::protobuf::EnumDescriptor * goby::middleware::protobuf::SerialCommand_Command_descriptor ()
 
const ::std::string & goby::middleware::protobuf::SerialCommand_Command_Name (SerialCommand_Command value)
 
bool goby::middleware::protobuf::SerialCommand_Command_Parse (const ::std::string &name, SerialCommand_Command *value)
 
bool goby::middleware::protobuf::TCPServerEvent_Event_IsValid (int value)
 
const ::google::protobuf::EnumDescriptor * goby::middleware::protobuf::TCPServerEvent_Event_descriptor ()
 
const ::std::string & goby::middleware::protobuf::TCPServerEvent_Event_Name (TCPServerEvent_Event value)
 
bool goby::middleware::protobuf::TCPServerEvent_Event_Parse (const ::std::string &name, TCPServerEvent_Event *value)
 
bool goby::middleware::protobuf::TCPClientEvent_Event_IsValid (int value)
 
const ::google::protobuf::EnumDescriptor * goby::middleware::protobuf::TCPClientEvent_Event_descriptor ()
 
const ::std::string & goby::middleware::protobuf::TCPClientEvent_Event_Name (TCPClientEvent_Event value)
 
bool goby::middleware::protobuf::TCPClientEvent_Event_Parse (const ::std::string &name, TCPClientEvent_Event *value)
 
bool goby::middleware::protobuf::IOError_ErrorCode_IsValid (int value)
 
const ::google::protobuf::EnumDescriptor * goby::middleware::protobuf::IOError_ErrorCode_descriptor ()
 
const ::std::string & goby::middleware::protobuf::IOError_ErrorCode_Name (IOError_ErrorCode value)
 
bool goby::middleware::protobuf::IOError_ErrorCode_Parse (const ::std::string &name, IOError_ErrorCode *value)
 
bool goby::middleware::protobuf::IOState_IsValid (int value)
 
const ::google::protobuf::EnumDescriptor * goby::middleware::protobuf::IOState_descriptor ()
 
const ::std::string & goby::middleware::protobuf::IOState_Name (IOState value)
 
bool goby::middleware::protobuf::IOState_Parse (const ::std::string &name, IOState *value)
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::goby::middleware::protobuf::SerialCommand_Command > ()
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::goby::middleware::protobuf::TCPServerEvent_Event > ()
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::goby::middleware::protobuf::TCPClientEvent_Event > ()
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::goby::middleware::protobuf::IOError_ErrorCode > ()
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::goby::middleware::protobuf::IOState > ()
 

Variables

IODataDefaultTypeInternal goby::middleware::protobuf::_IOData_default_instance_
 
IOErrorDefaultTypeInternal goby::middleware::protobuf::_IOError_default_instance_
 
IOStatusDefaultTypeInternal goby::middleware::protobuf::_IOStatus_default_instance_
 
SerialCommandDefaultTypeInternal goby::middleware::protobuf::_SerialCommand_default_instance_
 
SerialStatusDefaultTypeInternal goby::middleware::protobuf::_SerialStatus_default_instance_
 
TCPClientEventDefaultTypeInternal goby::middleware::protobuf::_TCPClientEvent_default_instance_
 
TCPEndPointDefaultTypeInternal goby::middleware::protobuf::_TCPEndPoint_default_instance_
 
TCPServerEventDefaultTypeInternal goby::middleware::protobuf::_TCPServerEvent_default_instance_
 
UDPEndPointDefaultTypeInternal goby::middleware::protobuf::_UDPEndPoint_default_instance_
 
const SerialCommand_Command goby::middleware::protobuf::SerialCommand_Command_Command_MIN = SerialCommand_Command_SEND_BREAK
 
const SerialCommand_Command goby::middleware::protobuf::SerialCommand_Command_Command_MAX = SerialCommand_Command_DTR_LOW
 
const int goby::middleware::protobuf::SerialCommand_Command_Command_ARRAYSIZE = SerialCommand_Command_Command_MAX + 1
 
const TCPServerEvent_Event goby::middleware::protobuf::TCPServerEvent_Event_Event_MIN = TCPServerEvent_Event_EVENT_BIND
 
const TCPServerEvent_Event goby::middleware::protobuf::TCPServerEvent_Event_Event_MAX = TCPServerEvent_Event_EVENT_DISCONNECT
 
const int goby::middleware::protobuf::TCPServerEvent_Event_Event_ARRAYSIZE = TCPServerEvent_Event_Event_MAX + 1
 
const TCPClientEvent_Event goby::middleware::protobuf::TCPClientEvent_Event_Event_MIN = TCPClientEvent_Event_EVENT_CONNECT
 
const TCPClientEvent_Event goby::middleware::protobuf::TCPClientEvent_Event_Event_MAX = TCPClientEvent_Event_EVENT_DISCONNECT
 
const int goby::middleware::protobuf::TCPClientEvent_Event_Event_ARRAYSIZE = TCPClientEvent_Event_Event_MAX + 1
 
const IOError_ErrorCode goby::middleware::protobuf::IOError_ErrorCode_ErrorCode_MIN = IOError_ErrorCode_IO__INIT_FAILURE
 
const IOError_ErrorCode goby::middleware::protobuf::IOError_ErrorCode_ErrorCode_MAX = IOError_ErrorCode_IO__DATA_TIMEOUT
 
const int goby::middleware::protobuf::IOError_ErrorCode_ErrorCode_ARRAYSIZE = IOError_ErrorCode_ErrorCode_MAX + 1
 
const IOState goby::middleware::protobuf::IOState_MIN = IO__STATE_UNKNOWN
 
const IOState goby::middleware::protobuf::IOState_MAX = IO__CRITICAL_FAILURE
 
const int goby::middleware::protobuf::IOState_ARRAYSIZE = IOState_MAX + 1
 

Macro Definition Documentation

◆ PROTOBUF_INTERNAL_EXPORT_protobuf_goby_2fmiddleware_2fprotobuf_2fio_2eproto

#define PROTOBUF_INTERNAL_EXPORT_protobuf_goby_2fmiddleware_2fprotobuf_2fio_2eproto

Definition at line 41 of file io.pb.h.