/****************************************************************************** * * Title : setHistoPanel.h * Version 0.0 * * Description: * *. Related files: HistoCreator.c * Author: Lukas Tomasek, tomasekl@fzu.cz * ******************************************************************************/ #ifndef SET_HISTO_PANEL_H /* multiple-inclusion protection */ #define SET_HISTO_PANEL_H /****************************************************************************** * Header files * ******************************************************************************/ #include "primParams.h" /****************************************************************************** * Global Function Declarations * ******************************************************************************/ /* function defined in HistoCreator.c */ int setUIR( struct HISTOGRAM_CTRL_TASK_IN_PARAMS *histoInParams); /******************************************************************************/ #endif /* SET_HISTO_PANEL_H */