|
NSCL DDAS 12.2-009
Support for XIA DDAS at FRIB
|
Implementation the Pixie DAQ system utilities class. More...
#include "CPixieSystemUtilities.h"#include <iostream>#include <sstream>#include <config.h>#include <config_pixie16api.h>#include <CXIAException.h>#include <SystemBooter.h>#include <string>#include "CPixieErrors.h"#include "CPixieShimGuard.h"
Implementation the Pixie DAQ system utilities 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.
| const char * CPixieSystemUtilities_GetLastErrorMessage | ( | CPixieSystemUtilities * | utils | ) |
Wrapper to get the last error message. Cannot throw; unguarded.
| int CPixieSystemUtilities_GetModuleChannelCount | ( | CPixieSystemUtilities * | utils, |
| int | mod | ||
| ) |
Wrapper to get the channel count for a single module.
| int CPixieSystemUtilities_GetModuleMSPS | ( | CPixieSystemUtilities * | utils, |
| int | mod | ||
| ) |
Wrapper to get a single module ADC MSPS from the HW map.
| int 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.