#ifndef _UNIXSerialPortP_h_INCLUDED_ #define _UNIXSerialPortP_h_INCLUDED_ /*****************************************************************************/ /* ここから */ /*****************************************************************************/ #include "UNIXSerialPort.h" /*****************************************************************************/ /* クラスの定義 */ /*****************************************************************************/ typedef struct _UNIXSerialPort { int opened; /* open/close */ } _UNIXSerialPort; /*****************************************************************************/ /* ここまで */ /*****************************************************************************/ #endif /*****************************************************************************/ /* End of File. */ /*****************************************************************************/