ICP
1
|
#include <isiscrpt.h>
Public Attributes | |
int | id |
char | name [256] |
char | raw_units [64] |
char | scaled_units [64] |
int | crate |
int | tr |
int | data_type |
0=unknown, 1=int, 2=float More... | |
int | data_bytes |
double | scale |
double | offset |
Definition at line 174 of file isiscrpt.h.
int data_dae_t::crate |
Definition at line 180 of file isiscrpt.h.
Referenced by NeXusEventCallback::allEventCallback(), ISISinstrumentControl::readDataDaeTable(), and ISISinstrumentControl::setupDAE().
int data_dae_t::data_bytes |
Definition at line 183 of file isiscrpt.h.
Referenced by NeXusEventCallback::processDataDae(), and ISISinstrumentControl::readDataDaeTable().
int data_dae_t::data_type |
0=unknown, 1=int, 2=float
Definition at line 182 of file isiscrpt.h.
Referenced by NeXusEventCallback::processDataDae(), and ISISinstrumentControl::readDataDaeTable().
int data_dae_t::id |
Definition at line 176 of file isiscrpt.h.
Referenced by NeXusEventCallback::processDataDae(), and ISISinstrumentControl::readDataDaeTable().
char data_dae_t::name[256] |
Definition at line 177 of file isiscrpt.h.
Referenced by NeXusEventCallback::finish(), NeXusEventCallback::processDataDae(), and ISISinstrumentControl::readDataDaeTable().
double data_dae_t::offset |
Definition at line 185 of file isiscrpt.h.
Referenced by NeXusEventCallback::processDataDae(), and ISISinstrumentControl::readDataDaeTable().
char data_dae_t::raw_units[64] |
Definition at line 178 of file isiscrpt.h.
Referenced by NeXusEventCallback::finish(), and ISISinstrumentControl::readDataDaeTable().
double data_dae_t::scale |
Definition at line 184 of file isiscrpt.h.
Referenced by NeXusEventCallback::processDataDae(), and ISISinstrumentControl::readDataDaeTable().
char data_dae_t::scaled_units[64] |
Definition at line 179 of file isiscrpt.h.
Referenced by NeXusEventCallback::finish(), and ISISinstrumentControl::readDataDaeTable().
int data_dae_t::tr |
Definition at line 181 of file isiscrpt.h.
Referenced by NeXusEventCallback::processDataDae(), ISISinstrumentControl::readDataDaeTable(), and ISISinstrumentControl::setupDAE().