WonX.h 918 B

1234567891011121314151617181920212223242526
  1. #ifndef _wonx_h_INCLUDED_
  2. #define _wonx_h_INCLUDED_
  3. #include "WonXDisplay.h"
  4. #include "WonXSystem.h"
  5. #include "WonXSerialPort.h"
  6. int WonX_IsCreated(void);
  7. void WonX_Create(void);
  8. void WonX_Destroy(void);
  9. WonXDisplay WonX_GetWonXDisplay(void);
  10. WonXSystem WonX_GetWonXSystem(void);
  11. WonXSerialPort WonX_GetWonXSerialPort(void);
  12. /*===========================================================================*/
  13. /* ¥¨¥é¡¼½èÍý */
  14. /*===========================================================================*/
  15. int WonX_Error(char * funcname, char * message);
  16. int WonX_Warning(char * funcname, char * message);
  17. #endif
  18. /*****************************************************************************/
  19. /* End of File. */
  20. /*****************************************************************************/