#ifndef MET_WIN32 #define MET_WIN32 #include #endif void yield( void); void delay(double interval); void cvi_delay(double interval); void message(char* message); void stop_error_msg(char * module, char* message); int get_slot_param(int slotIdx, double * pEnergy, double * pWavelength); int get_slots_number(void); void get_slot(int i, char buf[]); int get_slot_set(int slotIdx, double * gamma, double * nom_k);