|
|
1.1 ! root 1: // ! 2: // nono ! 3: // Copyright (C) 2021 nono project ! 4: // Licensed under nono-license.txt ! 5: // ! 6: ! 7: // ! 8: // シリアルポートのドライバ (基本クラス) ! 9: // ! 10: ! 11: #include "comdriver.h" ! 12: ! 13: // コンストラクタ ! 14: COMDriver::COMDriver(HostDevice *hostdev_, const char *drivername_) ! 15: : inherited(hostdev_, drivername_) ! 16: { ! 17: } ! 18: ! 19: // デストラクタ ! 20: COMDriver::~COMDriver() ! 21: { ! 22: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.