You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 regels
260 B

  1. #ifndef IOMODULESINTERFACE_H
  2. #define IOMODULESINTERFACE_H
  3. #include "SeaMAX.h"
  4. class CIOModulesInterface
  5. {
  6. public:
  7. CIOModulesInterface();
  8. int OpenIOModules();
  9. int CloseIOModules();
  10. private:
  11. SM_HANDLE hndl;
  12. };
  13. #endif // IOMODULESINTERFACE_H