|
ICP
1
|

Public Member Functions | |
| se_set_run_state_t (int run_number_, const char *state_, int is_start_) | |
| int | execute () |
Public Member Functions inherited from workpacket | |
| workpacket (HANDLE ev=NULL) | |
| int | do_work () |
| virtual | ~workpacket () |
Public Attributes | |
| int | run_number |
| std::string | state |
| int | is_start |
Public Attributes inherited from workpacket | |
| HANDLE | done_event |
Definition at line 1369 of file selogger.cpp.
|
inline |
Definition at line 1374 of file selogger.cpp.
|
inlinevirtual |
Implements workpacket.
Definition at line 1376 of file selogger.cpp.
References is_start, run_number, se_set_run_state(), and state.
| int se_set_run_state_t::is_start |
Definition at line 1373 of file selogger.cpp.
Referenced by execute().
| int se_set_run_state_t::run_number |
Definition at line 1371 of file selogger.cpp.
Referenced by execute().
| std::string se_set_run_state_t::state |
Definition at line 1372 of file selogger.cpp.
Referenced by execute().
1.8.5