|
NSCL DDAS
12.1-001
Support for XIA DDAS at FRIB
|
Defines a class for managing the state of Pixie DAQ systems and a ctypes interface for the class. More...


Go to the source code of this file.
Classes | |
| class | CPixieSystemUtilities |
| System manager class for DDAS. More... | |
Defines a class for managing the state of Pixie DAQ systems and a ctypes interface for the class.
| int CPixieSystemUtilities_Boot | ( | CPixieSystemUtilities * | utils | ) |
Wrapper to boot the crate.
| void CPixieSystemUtilities_delete | ( | CPixieSystemUtilities * | utils | ) |
Wrapper for the class destructor.
| int CPixieSystemUtilities_ExitSystem | ( | CPixieSystemUtilities * | utils | ) |
Wrapper to exit the system file.
| int CPixieSystemUtilities_GetBootMode | ( | CPixieSystemUtilities * | utils | ) |
Wrapper to get the boot mode.
| bool CPixieSystemUtilities_GetBootStatus | ( | CPixieSystemUtilities * | utils | ) |
Wrapper to get the boot status.
| int CPixieSystemUtilities_GetModuleMSPS | ( | CPixieSystemUtilities * | utils, |
| int | mod | ||
| ) |
Wrapper to get a single module ADC MSPS from the HW map.
| unsigned short CPixieSystemUtilities_GetNumModules | ( | CPixieSystemUtilities * | utils | ) |
Wrapper to get the number of modules.
| int CPixieSystemUtilities_LoadSetFile | ( | CPixieSystemUtilities * | utils, |
| char * | fName | ||
| ) |
Wrapper to load a settings file.
| CPixieSystemUtilities* CPixieSystemUtilities_new | ( | ) |
Wrapper for the class constructor.
| int CPixieSystemUtilities_SaveSetFile | ( | CPixieSystemUtilities * | utils, |
| char * | fName | ||
| ) |
Wrapper to save a settings file.
| void CPixieSystemUtilities_SetBootMode | ( | CPixieSystemUtilities * | utils, |
| int | mode | ||
| ) |
Wrapper to set the boot mode.