#pragma once #include "serial.h" class TCLCommand :public CBaseSerial { public: TCLCommand(void); ~TCLCommand(void); };