CIOIIDevice.h 849 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /*****************************************************************************
  2. * CIOIIDevice.h
  3. *****************************************************************************
  4. *
  5. * Project: HALCON/libhalcon
  6. * Description: Integration interface for IO Devices
  7. *
  8. * (c) 2013-2020 by MVTec Software GmbH
  9. * www.mvtec.com
  10. *
  11. *****************************************************************************
  12. *
  13. *
  14. *****************************************************************************/
  15. #ifndef CIOIIDEVICE_H
  16. #define CIOIIDEVICE_H
  17. #ifndef HC_NO_IOIINTERFACE
  18. # include "hlib/CIOIIDeviceDefines.h"
  19. # if defined(__cplusplus)
  20. extern "C" {
  21. # endif
  22. extern HLibExport Herror IOPrintErrorMessage(char const* err);
  23. # if defined(__cplusplus)
  24. }
  25. # endif
  26. #endif /* ifndef HC_NO_IOIINTERFACE */
  27. #endif /* ifndef CIODEVICE_H */