Build V7.08
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
//--------------------------------------------------------------------
|
||||
cAcqEasy::cAcqEasy(MCHR_ID SensorID)
|
||||
{
|
||||
#ifdef _RELEASE_FULL_VERSION
|
||||
#ifdef _DEBUG
|
||||
|
||||
DWORD dwThreadId = 0;
|
||||
int nIndex = 0, idx = 0, jdx = 0;
|
||||
@@ -56,13 +56,13 @@ cAcqEasy::cAcqEasy(MCHR_ID SensorID)
|
||||
hThread = ::CreateThread(0, 0, ProcessThread, LPVOID(this), 0, &dwThreadId);
|
||||
#else
|
||||
UNREFERENCED_PARAMETER(SensorID);
|
||||
#endif //_RELEASE_FULL_VERSION
|
||||
#endif //_DEBUG
|
||||
|
||||
}
|
||||
//--------------------------------------------------------------------
|
||||
cAcqEasy::~cAcqEasy()
|
||||
{
|
||||
#ifdef _RELEASE_FULL_VERSION
|
||||
#ifdef _DEBUG
|
||||
|
||||
int nIndex = 0;
|
||||
|
||||
@@ -96,10 +96,10 @@ cAcqEasy::~cAcqEasy()
|
||||
}
|
||||
}
|
||||
_ReleaseAcqBuffer(m_acqEasyParam.NumberOfBuffers);
|
||||
#endif //_RELEASE_FULL_VERSION
|
||||
#endif //_DEBUG
|
||||
|
||||
}
|
||||
#ifdef _RELEASE_FULL_VERSION
|
||||
#ifdef _DEBUG
|
||||
//-------------------------------------------------------------------------------------------------
|
||||
void cAcqEasy::_ReleaseAcqBuffer(int NumberOfBuffers)
|
||||
{
|
||||
@@ -2664,4 +2664,4 @@ bool cAcqEasy::GetSpectrumAcquisition(unsigned short *pSpectrum, unsigned short
|
||||
return(ret);
|
||||
}
|
||||
//--------------------------------------------------------------------
|
||||
#endif //_RELEASE_FULL_VERSION
|
||||
#endif //_DEBUG
|
||||
|
||||
Reference in New Issue
Block a user