|
SRS-control 0.1.4
|
#include <DataConverterBase.hpp>

Public Member Functions | |
| ConverterTask (std::string_view name, DataConvertOptions prev_convert, std::size_t n_lines=1) | |
| Public Member Functions inherited from srs::process::BaseTask< Input, Output > | |
| BaseTask (std::string_view name, DataConvertOptions prev_convert, std::size_t n_lines=1) | |
| auto | get_n_lines () const -> std::size_t |
| auto | get_required_conversion () const -> DataConvertOptions |
| auto | get_name () const -> std::string_view |
| auto | get_name_str () const -> std::string |
Static Public Attributes | |
| static constexpr auto | converter_type = Conversion |
Additional Inherited Members | |
| Public Types inherited from srs::process::BaseTask< Input, Output > | |
| using | InputType = Input |
| using | OutputType = Output |
| using | RunResult = std::expected<OutputType, std::string_view> |
Definition at line 48 of file DataConverterBase.hpp.
|
inlineexplicit |
Definition at line 52 of file DataConverterBase.hpp.
|
staticconstexpr |
Definition at line 51 of file DataConverterBase.hpp.