Mantid
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
RPB_STRUCT Struct Reference

Run parameter block (32*4 bytes) More...

#include <isisraw.h>

Public Member Functions

 RPB_STRUCT ()
 

Public Attributes

int r_dmp
 dump interval More...
 
int r_dmp_freq
 test interval for above More...
 
int r_dmp_units
 scaler for above More...
 
int r_dur
 actual run duration More...
 
int r_dur_freq
 test interval for above (seconds) More...
 
int r_dur_secs
 actual run duration in seconds More...
 
int r_dur_wanted
 requested run duration (units as for "duration" above) More...
 
int r_durunits
 scaler for above (1=seconds) More...
 
char r_enddate [12]
 format DD-MMM-YYYY More...
 
char r_endtime [8]
 format HH-MM-SS More...
 
int r_freq
 2**k where source frequency = 50 / 2**k More...
 
float r_gd_prtn_chrg
 good proton charge (uA.hour) More...
 
int r_goodfrm
 good frames More...
 
int r_mon_sum1
 monitor sum 1 More...
 
int r_mon_sum2
 monitor sum 2 More...
 
int r_mon_sum3
 monitor sum 3 More...
 
int r_prop
 RB (proposal) number. More...
 
int r_rawfrm
 raw frames More...
 
float r_tot_prtn_chrg
 total proton charge (uA.hour) More...
 
int spare [10]
 to pad out to 32*4 bytes constructor More...
 

Detailed Description

Run parameter block (32*4 bytes)

Definition at line 62 of file isisraw.h.

Constructor & Destructor Documentation

◆ RPB_STRUCT()

RPB_STRUCT::RPB_STRUCT ( )
inline

Definition at line 86 of file isisraw.h.

Member Data Documentation

◆ r_dmp

int RPB_STRUCT::r_dmp

◆ r_dmp_freq

int RPB_STRUCT::r_dmp_freq

test interval for above

Definition at line 68 of file isisraw.h.

Referenced by Mantid::DataHandling::RawFileInfo::exec(), and Mantid::DataHandling::LoadRawHelper::loadRunParameters().

◆ r_dmp_units

int RPB_STRUCT::r_dmp_units

◆ r_dur

int RPB_STRUCT::r_dur

◆ r_dur_freq

int RPB_STRUCT::r_dur_freq

test interval for above (seconds)

Definition at line 65 of file isisraw.h.

Referenced by Mantid::DataHandling::RawFileInfo::exec(), and Mantid::DataHandling::LoadRawHelper::loadRunParameters().

◆ r_dur_secs

int RPB_STRUCT::r_dur_secs

◆ r_dur_wanted

int RPB_STRUCT::r_dur_wanted

requested run duration (units as for "duration" above)

Definition at line 74 of file isisraw.h.

Referenced by Mantid::DataHandling::RawFileInfo::exec(), and Mantid::DataHandling::LoadRawHelper::loadRunParameters().

◆ r_durunits

int RPB_STRUCT::r_durunits

◆ r_enddate

char RPB_STRUCT::r_enddate[12]

◆ r_endtime

char RPB_STRUCT::r_endtime[8]

◆ r_freq

int RPB_STRUCT::r_freq

2**k where source frequency = 50 / 2**k

Definition at line 69 of file isisraw.h.

Referenced by Mantid::DataHandling::RawFileInfo::exec(), Mantid::DataHandling::LoadRawHelper::loadRunParameters(), and ISISRAW::updateFromCRPT().

◆ r_gd_prtn_chrg

float RPB_STRUCT::r_gd_prtn_chrg

◆ r_goodfrm

int RPB_STRUCT::r_goodfrm

◆ r_mon_sum1

int RPB_STRUCT::r_mon_sum1

◆ r_mon_sum2

int RPB_STRUCT::r_mon_sum2

◆ r_mon_sum3

int RPB_STRUCT::r_mon_sum3

◆ r_prop

int RPB_STRUCT::r_prop

◆ r_rawfrm

int RPB_STRUCT::r_rawfrm

◆ r_tot_prtn_chrg

float RPB_STRUCT::r_tot_prtn_chrg

◆ spare

int RPB_STRUCT::spare[10]

to pad out to 32*4 bytes constructor

Definition at line 82 of file isisraw.h.


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