/* * BaseIUComDef.h * * Created on: May 28, 2014 * Author: Hovanes Egiyan */ #ifndef _BASEIUCOMDEF_H_ #define _BASEIUCOMDEF_H_ #ifdef __cplusplus extern "C" { void drvBaseIUConfigBus( const char* ipName, const char* busName, const char* portName, const char* busType ) ; void drvBaseIUConfigAnagate( const char* ipName, const char* portName, const char* busType, int nBusses ); /*void dbLoadRecordsIU( const char* prefix, string crateName, string busName ) ;*/ void dbLoadRecordsIU( const char* prefix, string portName ) ; } #endif // __cplusplus #endif /* _BASEIUCOMDEF_H_ */