|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Public Member Functions | |
| CommandOutput (const char *command_name, const OksKernel *k, std::string &cmd) | |
| ~CommandOutput () | |
| const std::string & | file_name () const |
| std::string | cat2str () const |
| std::string | last_str () const |
| void | check_command_status (int status) |
Public Attributes | |
| std::string | p_file_name |
| std::string & | p_command |
| const char * | p_command_name |
Definition at line 4770 of file kernel.cpp.
| dunedaq::oks::CommandOutput::CommandOutput | ( | const char * | command_name, |
| const OksKernel * | k, | ||
| std::string & | cmd ) |
Definition at line 4787 of file kernel.cpp.
| dunedaq::oks::CommandOutput::~CommandOutput | ( | ) |
Definition at line 4796 of file kernel.cpp.
| std::string dunedaq::oks::CommandOutput::cat2str | ( | ) | const |
Definition at line 4802 of file kernel.cpp.
| void dunedaq::oks::CommandOutput::check_command_status | ( | int | status | ) |
Definition at line 4849 of file kernel.cpp.
|
inline |
Definition at line 4775 of file kernel.cpp.
| std::string dunedaq::oks::CommandOutput::last_str | ( | ) | const |
Definition at line 4820 of file kernel.cpp.
| std::string& dunedaq::oks::CommandOutput::p_command |
Definition at line 4782 of file kernel.cpp.
| const char* dunedaq::oks::CommandOutput::p_command_name |
Definition at line 4783 of file kernel.cpp.
| std::string dunedaq::oks::CommandOutput::p_file_name |
Definition at line 4781 of file kernel.cpp.