lemAutoRun  1.0
Public Attributes | List of all members
RunInfo Struct Reference

#include <PLemAutoRun.h>

Collaboration diagram for RunInfo:
Collaboration graph
[legend]

Public Attributes

int state
 1 = stopped, 2 = paused, 3 = running More...
 
int online_mode
 specifies the expected acquisition mode More...
 
int run_number
 run number More...
 
int transition_in_progress
 tag indicating that a transition is in progress, i.e. state is not well defined More...
 
int start_abort
 
int requested_transition
 see MIDAS manual 1.9.5 or later More...
 
char start_time [NAME_LENGTH]
 start time as string More...
 
DWORD start_time_binary
 binary format of the start time More...
 
char stop_time [NAME_LENGTH]
 stop time as string More...
 
DWORD stop_time_binary
 binary format of the stop time More...
 

Detailed Description

Structure holding the information of a MIDAS run.

Definition at line 70 of file PLemAutoRun.h.

Member Data Documentation

int RunInfo::online_mode

specifies the expected acquisition mode

Definition at line 72 of file PLemAutoRun.h.

int RunInfo::requested_transition

see MIDAS manual 1.9.5 or later

Definition at line 76 of file PLemAutoRun.h.

int RunInfo::run_number

run number

Definition at line 73 of file PLemAutoRun.h.

Referenced by PLemAutoRun::RunStart(), PLemAutoRun::RunStopCheck(), and PLemAutoRun::WarmUp().

int RunInfo::start_abort

Definition at line 75 of file PLemAutoRun.h.

char RunInfo::start_time[NAME_LENGTH]

start time as string

Definition at line 77 of file PLemAutoRun.h.

DWORD RunInfo::start_time_binary

binary format of the start time

Definition at line 78 of file PLemAutoRun.h.

int RunInfo::state

1 = stopped, 2 = paused, 3 = running

Definition at line 71 of file PLemAutoRun.h.

Referenced by PLemAutoRun::ExecAutoRun(), PLemAutoRun::RunStart(), PLemAutoRun::RunStopCheck(), and PLemAutoRun::WarmUp().

char RunInfo::stop_time[NAME_LENGTH]

stop time as string

Definition at line 79 of file PLemAutoRun.h.

DWORD RunInfo::stop_time_binary

binary format of the stop time

Definition at line 80 of file PLemAutoRun.h.

int RunInfo::transition_in_progress

tag indicating that a transition is in progress, i.e. state is not well defined

Definition at line 74 of file PLemAutoRun.h.


The documentation for this struct was generated from the following file: