#include <DataWriter.hpp>
Definition at line 22 of file DataWriter.hpp.
◆ Manager() [1/3]
◆ ~Manager()
srs::writer::Manager::~Manager |
( |
| ) |
|
|
default |
◆ Manager() [2/3]
srs::writer::Manager::Manager |
( |
const Manager & | | ) |
|
|
delete |
◆ Manager() [3/3]
srs::writer::Manager::Manager |
( |
Manager && | | ) |
|
|
default |
◆ add_binary_file()
◆ add_json_file()
auto srs::writer::Manager::add_json_file |
( |
const std::string & | filename | ) |
-> bool |
|
private |
◆ add_root_file()
auto srs::writer::Manager::add_root_file |
( |
const std::string & | filename | ) |
-> bool |
|
private |
◆ add_udp_file()
◆ is_convert_required()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ reset()
void srs::writer::Manager::reset |
( |
| ) |
|
|
inline |
◆ set_output_filenames()
void srs::writer::Manager::set_output_filenames |
( |
const std::vector< std::string > & | filenames | ) |
|
◆ wait_for_finished()
void srs::writer::Manager::wait_for_finished |
( |
| ) |
|
◆ write_to_files()
template<typename WriterType>
void srs::writer::Manager::write_to_files |
( |
std::map< std::string, std::unique_ptr< WriterType > > & | writers, |
|
|
auto | make_future ) |
|
inlineprivate |
◆ write_with()
void srs::writer::Manager::write_with |
( |
auto | make_future | ) |
|
◆ binary_files_
std::map<std::string, std::unique_ptr<BinaryFile> > srs::writer::Manager::binary_files_ |
|
private |
◆ convert_count_map_
Initial value:
constexpr auto EMPTY_CONVERT_OPTION_COUNT_MAP
Definition at line 45 of file DataWriter.hpp.
◆ json_files_
std::map<std::string, std::unique_ptr<Json> > srs::writer::Manager::json_files_ |
|
private |
◆ udp_files_
std::map<std::string, std::unique_ptr<UDP> > srs::writer::Manager::udp_files_ |
|
private |
◆ workflow_handler_
◆ write_futures_
std::vector<boost::unique_future<std::optional<int> > > srs::writer::Manager::write_futures_ |
|
private |
The documentation for this class was generated from the following files: