WonX.h 893 B

12345678910111213141516171819202122232425
  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. WonXDisplay WonX_GetWonXDisplay(void);
  9. WonXSystem WonX_GetWonXSystem(void);
  10. WonXSerialPort WonX_GetWonXSerialPort(void);
  11. /*===========================================================================*/
  12. /* ¥¨¥é¡¼½èÍý */
  13. /*===========================================================================*/
  14. int WonX_Error(char * funcname, char * message);
  15. int WonX_Warning(char * funcname, char * message);
  16. #endif
  17. /*****************************************************************************/
  18. /* End of File. */
  19. /*****************************************************************************/