Wonx.h 606 B

1234567891011121314151617181920
  1. #ifndef _wonx_h_INCLUDED_
  2. #define _wonx_h_INCLUDED_
  3. #include "WonxDisplay.h"
  4. #include "WonxText.h"
  5. #include "WonxSystem.h"
  6. #include "WonxSerialPort.h"
  7. /*****************************************************************************/
  8. /* ¥Ç¥£¥¹¥×¥ì¥¤¤Î³ÎÊÝ */
  9. /*****************************************************************************/
  10. int Wonx_IsCreated(void);
  11. void Wonx_Create(void);
  12. WonxDisplay Wonx_GetWonxDisplay(void);
  13. WonxText Wonx_GetWonxText(void);
  14. WonxSystem Wonx_GetWonxSystem(void);
  15. WonxSerialPort Wonx_GetWonxSerialPort(void);
  16. #endif