Psyllid
v1.12.4
Project 8 Data Acquisisition Software
|
#include <stream_preset.hh>
Classes | |
struct | rsp_creator |
Public Member Functions | |
runtime_stream_preset () | |
runtime_stream_preset (const std::string &a_type) | |
runtime_stream_preset (const runtime_stream_preset &a_orig) | |
virtual | ~runtime_stream_preset () |
runtime_stream_preset & | operator= (const runtime_stream_preset &a_rhs) |
![]() | |
stream_preset () | |
stream_preset (const std::string &a_type) | |
stream_preset (const stream_preset &a_orig) | |
virtual | ~stream_preset () |
stream_preset & | operator= (const stream_preset &a_rhs) |
const nodes_t & | get_nodes () const |
const connections_t & | get_connections () const |
Static Public Member Functions | |
static bool | add_preset (const scarab::param_node &a_preset_node) |
Protected Types | |
typedef std::map< std::string, rsp_creator > | runtime_presets |
Static Protected Attributes | |
static runtime_presets | s_runtime_presets |
static std::mutex | s_runtime_presets_mutex |
Additional Inherited Members | |
![]() | |
typedef std::map< std::string, std::string > | nodes_t |
typedef std::set< std::string > | connections_t |
![]() | |
void | node (const std::string &a_type, const std::string &a_name) |
void | connection (const std::string &a_conn) |
![]() | |
std::string | f_type |
nodes_t | f_nodes |
connections_t | f_connections |
Definition at line 55 of file stream_preset.hh.
|
protected |
Definition at line 77 of file stream_preset.hh.
Definition at line 83 of file stream_preset.cc.
runtime_stream_preset | ( | const std::string & | a_type | ) |
Definition at line 88 of file stream_preset.cc.
runtime_stream_preset | ( | const runtime_stream_preset & | a_orig | ) |
Definition at line 101 of file stream_preset.cc.
|
virtual |
Definition at line 106 of file stream_preset.cc.
|
static |
Definition at line 116 of file stream_preset.cc.
runtime_stream_preset & operator= | ( | const runtime_stream_preset & | a_rhs | ) |
Definition at line 110 of file stream_preset.cc.
|
staticprotected |
Definition at line 78 of file stream_preset.hh.
|
staticprotected |
Definition at line 79 of file stream_preset.hh.