JLab VME Pipeline TI Library  3v11.3
JLab VME Pipeline TI library
 All Classes Functions Variables Groups
tiConfig.h
1 #pragma once
2 #include <stdint.h>
3 #ifdef __cplusplus
4 extern "C" {
5 #endif
6  /* routine prototypes */
7  int32_t tiConfigInitGlobals();
8  int32_t tiConfig(const char *filename);
9  int32_t tiConfigFree();
10  void tiConfigPrintParameters();
11 
12  int32_t tiConfigEnablePulser();
13  int32_t tiConfigDisablePulser();
14  int32_t writeIni(const char *filename);
15 #ifdef __cplusplus
16 }
17 #endif