#include <selogger.h>
|
SEBLOCK_DETAILS_tuple & | tuple () |
|
std::string & | block_name () |
|
std::string & | setpoint_value () |
|
std::string & | vi_name () |
|
std::string & | read_control () |
|
std::string & | set_control () |
|
std::string & | button_control () |
|
int & | options () |
|
std::string & | nexus_name () |
|
float & | low_limit () |
|
float & | high_limit () |
|
std::string & | units () |
|
std::string & | block_value () |
|
int & | is_real () |
|
std::string & | source () |
|
std::string & | setpoint_time () |
|
std::string & | value_time () |
|
| SEBLOCK_DETAILS (const std::string &block_name, const std::string &setpoint_value, const std::string &vi_name, const std::string &read_control, const std::string &set_control, const std::string &button_control, int options, const std::string &nexus_name, float low_limit, float high_limit, const std::string &units, const std::string &block_value, int is_real, const std::string &source, const std::string &setpoint_time, const std::string &value_time) |
|
| SEBLOCK_DETAILS () |
|
| SEBLOCK_DETAILS (const SEBLOCK_DETAILS &block) |
|
SEBLOCK_DETAILS & | operator= (const SEBLOCK_DETAILS &block) |
|
Definition at line 28 of file selogger.h.
SEBLOCK_DETAILS::SEBLOCK_DETAILS |
( |
const std::string & |
block_name, |
|
|
const std::string & |
setpoint_value, |
|
|
const std::string & |
vi_name, |
|
|
const std::string & |
read_control, |
|
|
const std::string & |
set_control, |
|
|
const std::string & |
button_control, |
|
|
int |
options, |
|
|
const std::string & |
nexus_name, |
|
|
float |
low_limit, |
|
|
float |
high_limit, |
|
|
const std::string & |
units, |
|
|
const std::string & |
block_value, |
|
|
int |
is_real, |
|
|
const std::string & |
source, |
|
|
const std::string & |
setpoint_time, |
|
|
const std::string & |
value_time |
|
) |
| |
|
inline |
SEBLOCK_DETAILS::SEBLOCK_DETAILS |
( |
| ) |
|
|
inline |
std::string& SEBLOCK_DETAILS::block_name |
( |
| ) |
|
|
inline |
std::string& SEBLOCK_DETAILS::block_value |
( |
| ) |
|
|
inline |
std::string& SEBLOCK_DETAILS::button_control |
( |
| ) |
|
|
inline |
float& SEBLOCK_DETAILS::high_limit |
( |
| ) |
|
|
inline |
int& SEBLOCK_DETAILS::is_real |
( |
| ) |
|
|
inline |
float& SEBLOCK_DETAILS::low_limit |
( |
| ) |
|
|
inline |
std::string& SEBLOCK_DETAILS::nexus_name |
( |
| ) |
|
|
inline |
int& SEBLOCK_DETAILS::options |
( |
| ) |
|
|
inline |
std::string& SEBLOCK_DETAILS::read_control |
( |
| ) |
|
|
inline |
std::string& SEBLOCK_DETAILS::set_control |
( |
| ) |
|
|
inline |
std::string& SEBLOCK_DETAILS::setpoint_time |
( |
| ) |
|
|
inline |
std::string& SEBLOCK_DETAILS::setpoint_value |
( |
| ) |
|
|
inline |
std::string& SEBLOCK_DETAILS::source |
( |
| ) |
|
|
inline |
std::string& SEBLOCK_DETAILS::units |
( |
| ) |
|
|
inline |
std::string& SEBLOCK_DETAILS::value_time |
( |
| ) |
|
|
inline |
std::string& SEBLOCK_DETAILS::vi_name |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: