|
SRS-control 0.1.4
|
Classes | |
| class | BaseTask |
| class | ConverterTask |
| class | WriterTask |
| struct | ConvertOptionRelation |
| class | ProtoDeserializer |
| class | ProtoSerializerBase |
| class | protobuf_deserializer_converter |
| class | ProtoSerializer |
| class | protobuf_delim_deserializer_converter |
| class | ProtoDelimSerializer |
| class | Proto2StructConverter |
| class | Raw2DelimRawConverter |
| class | SerializableMsgBuffer |
| class | StructDeserializer |
| class | StructSerializer |
| class | Struct2ProtoConverter |
Concepts | |
| concept | ConvertibleTask |
Enumerations | |
| enum class | DataConvertOptions : uint8_t { none , raw , raw_frame , structure , structure_to_proto , proto , proto_frame } |
Functions | |
| constexpr auto | convert_option_to_string (DataConvertOptions option) -> std::string_view |
| constexpr auto | convert_option_has_dependency (DataConvertOptions dependee, DataConvertOptions depender) -> bool |
Variables | |
| constexpr auto | EMPTY_CONVERT_OPTION_COUNT_MAP |
| constexpr auto | CONVERT_OPTION_RELATIONS |
|
strong |
| Enumerator | |
|---|---|
| none | |
| raw | |
| raw_frame | |
| structure | |
| structure_to_proto | |
| proto | |
| proto_frame | |
Definition at line 13 of file DataConvertOptions.hpp.
|
constexpr |
Definition at line 79 of file DataConvertOptions.hpp.
|
constexpr |
Definition at line 24 of file DataConvertOptions.hpp.
|
constexpr |
Definition at line 67 of file DataConvertOptions.hpp.
|
constexpr |
Definition at line 59 of file DataConvertOptions.hpp.