FEDRA emulsion software from the OPERA Collaboration
Config.h
Go to the documentation of this file.
1#ifndef _SYSAL_CONFIG_
2#define _SYSAL_CONFIG_
3
4#define SYSAL_MAXCONFIG_NAME_LEN 64
5#define SYSAL_MAXCONFIG_ENTRY_NAME_LEN 64
6#define SYSAL_MAXCONFIG_ENTRY_VALUE_LEN 64
7
8typedef struct
9{
12 char *pItems;
14
15#endif
#define SYSAL_MAXCONFIG_NAME_LEN
Definition: Config.h:4
Definition: Config.h:9
long CountOfItems
Definition: Config.h:11
char * pItems
Definition: Config.h:12