UNIXSerialPortP.h 1.1 KB

1234567891011121314151617181920212223242526
  1. #ifndef _UNIXSerialPortP_h_INCLUDED_
  2. #define _UNIXSerialPortP_h_INCLUDED_
  3. /*****************************************************************************/
  4. /* ここから */
  5. /*****************************************************************************/
  6. #include "UNIXSerialPort.h"
  7. /*****************************************************************************/
  8. /* クラスの定義 */
  9. /*****************************************************************************/
  10. typedef struct _UNIXSerialPort {
  11. int opened; /* open/close */
  12. } _UNIXSerialPort;
  13. /*****************************************************************************/
  14. /* ここまで */
  15. /*****************************************************************************/
  16. #endif
  17. /*****************************************************************************/
  18. /* End of File. */
  19. /*****************************************************************************/