WonXSerialPortP.h 1.2 KB

123456789101112131415161718192021222324252627
  1. #ifndef _WonXSerialPortP_h_INCLUDED_
  2. #define _WonXSerialPortP_h_INCLUDED_
  3. /*****************************************************************************/
  4. /* ここから */
  5. /*****************************************************************************/
  6. #include "WonXSerialPort.h"
  7. /*****************************************************************************/
  8. /* クラスの定義 */
  9. /*****************************************************************************/
  10. typedef struct _WonXSerialPort {
  11. WWSerialPort ww_serial_port;
  12. UNIXSerialPort unix_serial_port;
  13. } _WonXSerialPort;
  14. /*****************************************************************************/
  15. /* ここまで */
  16. /*****************************************************************************/
  17. #endif
  18. /*****************************************************************************/
  19. /* End of File. */
  20. /*****************************************************************************/