SRS-control 0.1.4
|
#include <ProtoSerializer.hpp>
Public Member Functions | |
ProtoSerializer (asio::thread_pool &thread_pool) | |
Public Member Functions inherited from srs::process::ProtoSerializerBase< decltype(protobuf_deserializer_converter)> | |
ProtoSerializerBase (asio::thread_pool &thread_pool, std::string name, decltype(protobuf_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 } |
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 |
Definition at line 16 of file ProtoSerializer.hpp.
|
inlineexplicit |
Definition at line 19 of file ProtoSerializer.hpp.
|
staticconstexpr |
Definition at line 23 of file ProtoSerializer.hpp.