Goby3
3.1.5
2024.05.14
|
Namespaces | |
detail | |
gpsd | |
Classes | |
class | PROTOBUF_FINAL |
Functions | |
bool | operator< (const TCPEndPoint &ep_a, const TCPEndPoint &ep_b) |
bool | operator== (const TCPEndPoint &ep_a, const TCPEndPoint &ep_b) |
bool | CanConfig_CanFilter_CanMask_IsValid (int value) |
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | CanConfig_CanFilter_CanMask_descriptor () |
template<typename T > | |
const std::string & | CanConfig_CanFilter_CanMask_Name (T enum_t_value) |
bool | CanConfig_CanFilter_CanMask_Parse (const std::string &name, CanConfig_CanFilter_CanMask *value) |
bool | HealthState_IsValid (int value) |
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | HealthState_descriptor () |
template<typename T > | |
const std::string & | HealthState_Name (T enum_t_value) |
bool | HealthState_Parse (const std::string &name, HealthState *value) |
bool | Error_IsValid (int value) |
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Error_descriptor () |
template<typename T > | |
const std::string & | Error_Name (T enum_t_value) |
bool | Error_Parse (const std::string &name, Error *value) |
bool | SerialCommand_Command_IsValid (int value) |
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | SerialCommand_Command_descriptor () |
template<typename T > | |
const std::string & | SerialCommand_Command_Name (T enum_t_value) |
bool | SerialCommand_Command_Parse (const std::string &name, SerialCommand_Command *value) |
bool | TCPServerEvent_Event_IsValid (int value) |
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | TCPServerEvent_Event_descriptor () |
template<typename T > | |
const std::string & | TCPServerEvent_Event_Name (T enum_t_value) |
bool | TCPServerEvent_Event_Parse (const std::string &name, TCPServerEvent_Event *value) |
bool | TCPClientEvent_Event_IsValid (int value) |
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | TCPClientEvent_Event_descriptor () |
template<typename T > | |
const std::string & | TCPClientEvent_Event_Name (T enum_t_value) |
bool | TCPClientEvent_Event_Parse (const std::string &name, TCPClientEvent_Event *value) |
bool | IOError_ErrorCode_IsValid (int value) |
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | IOError_ErrorCode_descriptor () |
template<typename T > | |
const std::string & | IOError_ErrorCode_Name (T enum_t_value) |
bool | IOError_ErrorCode_Parse (const std::string &name, IOError_ErrorCode *value) |
bool | IOState_IsValid (int value) |
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | IOState_descriptor () |
template<typename T > | |
const std::string & | IOState_Name (T enum_t_value) |
bool | IOState_Parse (const std::string &name, IOState *value) |
bool | Layer_IsValid (int value) |
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Layer_descriptor () |
template<typename T > | |
const std::string & | Layer_Name (T enum_t_value) |
bool | Layer_Parse (const std::string &name, Layer *value) |
bool | LoggerRequest_State_IsValid (int value) |
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | LoggerRequest_State_descriptor () |
template<typename T > | |
const std::string & | LoggerRequest_State_Name (T enum_t_value) |
bool | LoggerRequest_State_Parse (const std::string &name, LoggerRequest_State *value) |
bool | SerialConfig_FlowControl_IsValid (int value) |
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | SerialConfig_FlowControl_descriptor () |
template<typename T > | |
const std::string & | SerialConfig_FlowControl_Name (T enum_t_value) |
bool | SerialConfig_FlowControl_Parse (const std::string &name, SerialConfig_FlowControl *value) |
bool | SerializerMetadataRequest_Request_IsValid (int value) |
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | SerializerMetadataRequest_Request_descriptor () |
template<typename T > | |
const std::string & | SerializerMetadataRequest_Request_Name (T enum_t_value) |
bool | SerializerMetadataRequest_Request_Parse (const std::string &name, SerializerMetadataRequest_Request *value) |
bool | TerminateResult_Result_IsValid (int value) |
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | TerminateResult_Result_descriptor () |
template<typename T > | |
const std::string & | TerminateResult_Result_Name (T enum_t_value) |
bool | TerminateResult_Result_Parse (const std::string &name, TerminateResult_Result *value) |
bool | operator< (const SerializerTransporterKey &k1, const SerializerTransporterKey &k2) |
size_t | data_size (const SerializerTransporterMessage &msg) |
bool | operator== (const SerializerTransporterMessage &a, const SerializerTransporterMessage &b) |
bool | operator< (const SerializerTransporterMessage &a, const SerializerTransporterMessage &b) |
Enumerator | |
---|---|
CanConfig_CanFilter_CanMask_StandardFrameFormat | |
CanConfig_CanFilter_CanMask_ExtendedFrameFormat | |
CanConfig_CanFilter_CanMask_PGNOnly |
Definition at line 86 of file can_config.pb.h.
Enumerator | |
---|---|
ERROR__PROCESS_DIED | |
ERROR__THREAD_NOT_RESPONDING |
Definition at line 117 of file coroner.pb.h.
Enumerator | |
---|---|
HEALTH__OK | |
HEALTH__DEGRADED | |
HEALTH__FAILED |
Definition at line 93 of file coroner.pb.h.
Enumerator | |
---|---|
LAYER_INTERTHREAD | |
LAYER_INTERPROCESS | |
LAYER_INTERMODULE | |
LAYER_INTERVEHICLE |
Definition at line 66 of file layer.pb.h.
Enumerator | |
---|---|
LoggerRequest_State_START_LOGGING | |
LoggerRequest_State_STOP_LOGGING | |
LoggerRequest_State_ROTATE_LOG |
Definition at line 79 of file logger.pb.h.
Enumerator | |
---|---|
SerialConfig_FlowControl_NONE | |
SerialConfig_FlowControl_SOFTWARE | |
SerialConfig_FlowControl_HARDWARE |
Definition at line 82 of file serial_config.pb.h.
Enumerator | |
---|---|
SerializerMetadataRequest_Request_METADATA_INCLUDE | |
SerializerMetadataRequest_Request_METADATA_EXCLUDE |
Definition at line 95 of file serializer_transporter.pb.h.
Enumerator | |
---|---|
TerminateResult_Result_PROCESS_RESPONDED | |
TerminateResult_Result_PROCESS_CLEANLY_QUIT | |
TerminateResult_Result_TIMEOUT_RESPONSE | |
TerminateResult_Result_TIMEOUT_RUNNING |
Definition at line 86 of file terminate.pb.h.
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* goby::middleware::protobuf::CanConfig_CanFilter_CanMask_descriptor | ( | ) |
|
inline |
Definition at line 98 of file can_config.pb.h.
|
inline |
Definition at line 105 of file can_config.pb.h.
|
inline |
Definition at line 73 of file driver_thread.h.
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* goby::middleware::protobuf::Error_descriptor | ( | ) |
|
inline |
Definition at line 128 of file coroner.pb.h.
Definition at line 135 of file coroner.pb.h.
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* goby::middleware::protobuf::HealthState_descriptor | ( | ) |
|
inline |
Definition at line 105 of file coroner.pb.h.
|
inline |
Definition at line 112 of file coroner.pb.h.
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* goby::middleware::protobuf::IOError_ErrorCode_descriptor | ( | ) |
|
inline |
|
inline |
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* goby::middleware::protobuf::IOState_descriptor | ( | ) |
|
inline |
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* goby::middleware::protobuf::Layer_descriptor | ( | ) |
|
inline |
Definition at line 79 of file layer.pb.h.
Definition at line 86 of file layer.pb.h.
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* goby::middleware::protobuf::LoggerRequest_State_descriptor | ( | ) |
|
inline |
Definition at line 91 of file logger.pb.h.
|
inline |
Definition at line 98 of file logger.pb.h.
|
inline |
Definition at line 48 of file intermodule.h.
|
inline |
Definition at line 83 of file driver_thread.h.
|
inline |
Definition at line 60 of file tcp_server_interface.h.
|
inline |
Definition at line 75 of file driver_thread.h.
|
inline |
Definition at line 65 of file tcp_server_interface.h.
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* goby::middleware::protobuf::SerialCommand_Command_descriptor | ( | ) |
|
inline |
|
inline |
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* goby::middleware::protobuf::SerialConfig_FlowControl_descriptor | ( | ) |
|
inline |
Definition at line 94 of file serial_config.pb.h.
|
inline |
Definition at line 101 of file serial_config.pb.h.
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* goby::middleware::protobuf::SerializerMetadataRequest_Request_descriptor | ( | ) |
|
inline |
Definition at line 106 of file serializer_transporter.pb.h.
|
inline |
Definition at line 113 of file serializer_transporter.pb.h.
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* goby::middleware::protobuf::TCPClientEvent_Event_descriptor | ( | ) |
|
inline |
|
inline |
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* goby::middleware::protobuf::TCPServerEvent_Event_descriptor | ( | ) |
|
inline |
|
inline |
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* goby::middleware::protobuf::TerminateResult_Result_descriptor | ( | ) |
|
inline |
Definition at line 99 of file terminate.pb.h.
|
inline |
Definition at line 106 of file terminate.pb.h.
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
constexpr |
Definition at line 94 of file can_config.pb.h.
|
constexpr |
Definition at line 93 of file can_config.pb.h.
|
constexpr |
Definition at line 92 of file can_config.pb.h.
Definition at line 124 of file coroner.pb.h.
|
constexpr |
Definition at line 123 of file coroner.pb.h.
|
constexpr |
Definition at line 122 of file coroner.pb.h.
|
constexpr |
Definition at line 101 of file coroner.pb.h.
|
constexpr |
Definition at line 100 of file coroner.pb.h.
|
constexpr |
Definition at line 99 of file coroner.pb.h.
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
Definition at line 75 of file layer.pb.h.
|
constexpr |
Definition at line 74 of file layer.pb.h.
|
constexpr |
Definition at line 73 of file layer.pb.h.
|
constexpr |
Definition at line 87 of file logger.pb.h.
|
constexpr |
Definition at line 86 of file logger.pb.h.
|
constexpr |
Definition at line 85 of file logger.pb.h.
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
Definition at line 90 of file serial_config.pb.h.
|
constexpr |
Definition at line 89 of file serial_config.pb.h.
|
constexpr |
Definition at line 88 of file serial_config.pb.h.
|
constexpr |
Definition at line 102 of file serializer_transporter.pb.h.
|
constexpr |
Definition at line 101 of file serializer_transporter.pb.h.
|
constexpr |
Definition at line 100 of file serializer_transporter.pb.h.
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
Definition at line 95 of file terminate.pb.h.
|
constexpr |
Definition at line 94 of file terminate.pb.h.
|
constexpr |
Definition at line 93 of file terminate.pb.h.