SRS-control 0.1.4
Loading...
Searching...
No Matches
srs::process::ProtoDelimSerializer Class Reference

#include <ProtoDelimSerializer.hpp>

Collaboration diagram for srs::process::ProtoDelimSerializer:

Public Member Functions

 ProtoDelimSerializer (asio::thread_pool &thread_pool)
Public Member Functions inherited from srs::process::ProtoSerializerBase< decltype(protobuf_delim_deserializer_converter)>
 ProtoSerializerBase (asio::thread_pool &thread_pool, std::string name, decltype(protobuf_delim_deserializer_converter) converter)
auto data () const -> std::string_view
Public Member Functions inherited from srs::process::DataConverterBase< const proto::Data *, std::string_view >
 DataConverterBase (auto coro)
auto create_future (this auto &&self, InputFuture &pre_fut, writer::Manager &writers) -> OutputFuture

Static Public Attributes

static constexpr auto ConverterOption = std::array{ proto_frame }

Additional Inherited Members

Public Types inherited from srs::process::DataConverterBase< const proto::Data *, std::string_view >
using InputType
using OutputType
using InputFuture
using OutputFuture
using CoroType

Detailed Description

Definition at line 31 of file ProtoDelimSerializer.hpp.

Constructor & Destructor Documentation

◆ ProtoDelimSerializer()

srs::process::ProtoDelimSerializer::ProtoDelimSerializer ( asio::thread_pool & thread_pool)
inlineexplicit

Definition at line 34 of file ProtoDelimSerializer.hpp.

Member Data Documentation

◆ ConverterOption

auto srs::process::ProtoDelimSerializer::ConverterOption = std::array{ proto_frame }
staticconstexpr

Definition at line 38 of file ProtoDelimSerializer.hpp.


The documentation for this class was generated from the following file: