ICP
1
|
#include <selogger.h>
Public Member Functions | |
SEBLOCK () | |
Public Attributes | |
time_t | ref_time |
std::vector< std::string > | setpoint_value |
per period More... | |
std::vector< float > | fsetpoint_value |
per period More... | |
std::vector< float > | fsetpoint_spread |
per period More... | |
std::string | vi_name |
std::string | read_control |
std::string | set_control |
std::string | button_control |
unsigned | options |
std::string | nexus_name |
float | low_limit |
float | high_limit |
std::string | units |
std::vector< std::string > | current_value |
per period More... | |
std::vector< float > | fcurrent_value |
per period More... | |
std::vector< float > | fcurrent_spread |
per period More... | |
bool | is_real |
std::vector< float > | time |
std::vector< float > | fvalues |
std::vector< std::string > | svalues |
Definition at line 74 of file selogger.h.
|
inline |
Definition at line 97 of file selogger.h.
std::string SEBLOCK::button_control |
Definition at line 83 of file selogger.h.
Referenced by seblock_rows_callback().
std::vector<std::string> SEBLOCK::current_value |
per period
Definition at line 89 of file selogger.h.
Referenced by se_get_blocks(), seblock_rows_callback(), and ISISinstrumentControl::writeJournal().
std::vector<float> SEBLOCK::fcurrent_spread |
per period
Definition at line 91 of file selogger.h.
Referenced by se_get_blocks(), seblock_rows_callback(), and ISISinstrumentControl::writeJournal().
std::vector<float> SEBLOCK::fcurrent_value |
per period
Definition at line 90 of file selogger.h.
Referenced by se_get_blocks(), seblock_rows_callback(), and ISISinstrumentControl::writeJournal().
std::vector<float> SEBLOCK::fsetpoint_spread |
per period
Definition at line 79 of file selogger.h.
Referenced by se_get_blocks(), seblock_rows_callback(), and ISISinstrumentControl::writeJournal().
std::vector<float> SEBLOCK::fsetpoint_value |
per period
Definition at line 78 of file selogger.h.
Referenced by se_get_blocks(), seblock_rows_callback(), and ISISinstrumentControl::writeJournal().
std::vector<float> SEBLOCK::fvalues |
Definition at line 95 of file selogger.h.
Referenced by se_get_blocks().
float SEBLOCK::high_limit |
Definition at line 87 of file selogger.h.
Referenced by seblock_rows_callback().
bool SEBLOCK::is_real |
Definition at line 92 of file selogger.h.
Referenced by se_get_blocks(), seblock_rows_callback(), and ISISinstrumentControl::writeJournal().
float SEBLOCK::low_limit |
Definition at line 86 of file selogger.h.
Referenced by seblock_rows_callback().
std::string SEBLOCK::nexus_name |
Definition at line 85 of file selogger.h.
Referenced by seblock_rows_callback().
unsigned SEBLOCK::options |
Definition at line 84 of file selogger.h.
Referenced by seblock_rows_callback().
std::string SEBLOCK::read_control |
Definition at line 81 of file selogger.h.
Referenced by seblock_rows_callback().
time_t SEBLOCK::ref_time |
Definition at line 76 of file selogger.h.
Referenced by se_get_blocks().
std::string SEBLOCK::set_control |
Definition at line 82 of file selogger.h.
Referenced by seblock_rows_callback().
std::vector<std::string> SEBLOCK::setpoint_value |
per period
Definition at line 77 of file selogger.h.
Referenced by se_get_blocks(), seblock_rows_callback(), and ISISinstrumentControl::writeJournal().
std::vector<std::string> SEBLOCK::svalues |
Definition at line 96 of file selogger.h.
Referenced by se_get_blocks().
std::vector<float> SEBLOCK::time |
Definition at line 94 of file selogger.h.
Referenced by se_get_blocks().
std::string SEBLOCK::units |
Definition at line 88 of file selogger.h.
Referenced by seblock_rows_callback().
std::string SEBLOCK::vi_name |
Definition at line 80 of file selogger.h.
Referenced by seblock_rows_callback().