GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> FES / V6-2-0 > fes / i845e
Functions | |
| int | fesInit (const char *cfgFile, const char *prmFile, const char *webDir, const char *logFile) |
| Initialize the FES system. | |
| int fesInit | ( | const char * | cfgFile, | |
| const char * | prmFile, | |||
| const char * | webDir, | |||
| const char * | logFile | |||
| ) |
Initialize the FES system.
This routine initializes the FES system and needs to be called just once.
| cfgFile | The address of the name of the FES configuration file to be used, which must reside on the host computer. If NULL, the default is "Fes_Config.xml". | |
| prmFile | The address of the name of the FES parameter initialization file to be used, which must reside on the host computer. If NULL, no file is used. If the name is empty, the default is "Fes_Params.xml". | |
| webDir | The address of the name of the root web directory, which is used only on the control node. If NULL, the default name "../web" is used. | |
| logFile | The name of the message log file, which must reside on the local computer and is used only on the control node. If NULL, no log file is used. If the name is empty, it defaults to "/hd0a/logfile". |
1.5.3