This commit is contained in:
coco
2026-07-03 16:05:30 +08:00
commit df489d5640
1101 changed files with 779140 additions and 0 deletions
@@ -0,0 +1,27 @@
// DevLinkRecord.cpp: implementation of the CDevLinkRecord class.
//
//////////////////////////////////////////////////////////////////////
#include "geomative.h"
#include "DevLinkRecord.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CDevLinkRecord::CDevLinkRecord()
{
memset(aDevSN, 0, 128);
memset(aDevCom, 0, 32);
}
CDevLinkRecord::~CDevLinkRecord()
{
}