#ifndef _WonxSerialPortP_h_INCLUDED_ #define _WonxSerialPortP_h_INCLUDED_ /*****************************************************************************/ /* ここから */ /*****************************************************************************/ #include "WonxSerialPort.h" /*****************************************************************************/ /* クラスの定義 */ /*****************************************************************************/ typedef struct _WonxSerialPort { WWSerialPort ww_serial_port; } _WonxSerialPort; /*****************************************************************************/ /* ここまで */ /*****************************************************************************/ #endif /*****************************************************************************/ /* End of File. */ /*****************************************************************************/