Merge
This commit is contained in:
@@ -108,6 +108,13 @@
|
||||
const long MAXINTENSITY = 0x3FF;
|
||||
#define mvMAXLIGHTVALUE 1024
|
||||
|
||||
enum SETTLE_STATUS
|
||||
{
|
||||
NOTSETTLED = 0,
|
||||
SETTLED,
|
||||
TIMEDOUT
|
||||
};
|
||||
|
||||
#pragma pack(push)
|
||||
#pragma pack(1)
|
||||
//****************************************************************************************************
|
||||
@@ -406,13 +413,6 @@ struct struct_ep_buff
|
||||
HANDLE _event;
|
||||
};
|
||||
|
||||
enum SETTLE_STATUS
|
||||
{
|
||||
NOTSETTLED = 0,
|
||||
SETTLED,
|
||||
TIMEDOUT
|
||||
};
|
||||
|
||||
// CSettleStageParams and CSettleStage are copied from QVI, but QVI is based on millionths of and inch
|
||||
// and we will use microns for MV
|
||||
class CSettleStageParams
|
||||
|
||||
Reference in New Issue
Block a user