You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
#pragma once
|
|
|
|
|
#include "LabVecRang.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//<2F><><EFBFBD>̲<EFBFBD><CCB2><EFBFBD>
|
|
|
|
|
class CMarkPar
|
|
|
|
|
{
|
|
|
|
|
friend class CDlgMarkPar;
|
|
|
|
|
public:
|
|
|
|
|
CMarkPar(void);
|
|
|
|
|
~CMarkPar(void);
|
|
|
|
|
COLORREF GetColor(){return m_color;};
|
|
|
|
|
void SetColor(COLORREF c){m_color = c;};
|
|
|
|
|
void Serialize(CArchive &ar);
|
|
|
|
|
void WriteWorkFile(vector<CLab> &LabVec);
|
|
|
|
|
void ReadWorkFile(CLabVecRang &LabVecRang);
|
|
|
|
|
public:
|
|
|
|
|
COLORREF m_color;//<2F>ʵ<EFBFBD><CAB5><EFBFBD>ɫ
|
|
|
|
|
float ms;//<2F><><EFBFBD><EFBFBD><EFBFBD>ٶ<EFBFBD>mm/s
|
|
|
|
|
float mms;//<2F><><EFBFBD><EFBFBD><EFBFBD>ٶ<EFBFBD>mm/s
|
|
|
|
|
long tcf;//<2F>ؼ<EFBFBD><D8BC><EFBFBD>ǰ<EFBFBD><C7B0>ʱus
|
|
|
|
|
long tch;//<2F>ؼ<EFBFBD><D8BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʱus
|
|
|
|
|
long tof;//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ǰ<EFBFBD><C7B0>ʱus
|
|
|
|
|
long toh;//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʱus
|
|
|
|
|
long dr_time;//<2F>յ<EFBFBD><D5B5><EFBFBD>ʱ us
|
|
|
|
|
float laserfre;//<2F><><EFBFBD><EFBFBD>Ƶ<EFBFBD><C6B5>(<28><>λ:khz )
|
|
|
|
|
float laserpower;//<2F><><EFBFBD><EFBFBD><E2B9A6>(<28><>λ:w)
|
|
|
|
|
float maxlaserpower;//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(<28><>λ:w)<29><><EFBFBD><EFBFBD>Ϊ100 <20><><EFBFBD>൱<EFBFBD>ڰٷֱ<D9B7><D6B1><EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
};
|
|
|
|
|
|