sl@0: sl@0: #include "FutabaVfd.h" sl@0: //#include sl@0: #include sl@0: sl@0: sl@0: #ifdef DEBUG_FRAME_DIFF sl@0: #include sl@0: #include sl@0: #endif sl@0: sl@0: sl@8: sl@0: sl@0: // sl@0: // sl@0: // sl@0: sl@0: FutabaVfdCommand::FutabaVfdCommand():/*iBuffer(NULL),*/iSize(0),iMaxSize(0) sl@0: { sl@0: } sl@0: sl@0: FutabaVfdCommand::~FutabaVfdCommand() sl@0: { sl@0: //Delete(); sl@0: } sl@0: sl@0: sl@0: /** sl@0: sl@0: */ sl@0: void FutabaVfdCommand::Reset() sl@0: { sl@0: memset(iReports,0,sizeof(iReports)); sl@0: } sl@0: sl@0: sl@0: sl@0: /** sl@0: sl@0: */ sl@0: /* sl@0: void FutabaVfdCommand::Create(int aMaxSize) sl@0: { sl@0: iBuffer=new unsigned char[aMaxSize]; sl@0: if (iBuffer) sl@0: { sl@0: iMaxSize = aMaxSize; sl@0: iSize = 0; sl@0: } sl@0: } sl@0: */ sl@0: sl@0: /** sl@0: sl@0: */ sl@0: /* sl@0: void FutabaVfdCommand::Delete() sl@0: { sl@0: delete[] iBuffer; sl@0: iBuffer = NULL; sl@0: iMaxSize = 0; sl@0: iSize = 0; sl@0: } sl@0: */ sl@0: sl@0: sl@9: // sl@9: // class FutabaDisplay sl@9: // sl@0: sl@9: void FutabaGraphicDisplay::Close() sl@9: { sl@9: HidDevice::Close(); sl@9: } sl@0: sl@0: sl@0: sl@0: