|
|
nono 0.3.0
//
// nono
// Copyright (C) 2021 nono project
// Licensed under nono-license.txt
//
//
// シリアルポートのドライバ (基本クラス)
//
#include "comdriver.h"
// コンストラクタ
COMDriver::COMDriver(HostDevice *hostdev_, const char *drivername_)
: inherited(hostdev_, drivername_)
{
}
// デストラクタ
COMDriver::~COMDriver()
{
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.