📄 decodesick.h
字号:
// DecodeSICK.h: interface for the CDecodeSICK class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DECODESICK_H__34FE628E_6950_4EE6_B301_21E03405CE77__INCLUDED_)
#define AFX_DECODESICK_H__34FE628E_6950_4EE6_B301_21E03405CE77__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CDecodeSICK
{
public:
CFile m_file;
WORD m_head;
WORD *m_pMeasurement;
//CString m_fileName;
DWORD m_Length;
//CFile test;
public:
BOOL Open(CString& lpszFileName);
BOOL Decode(float* data);
CDecodeSICK();
virtual ~CDecodeSICK();
};
#endif // !defined(AFX_DECODESICK_H__34FE628E_6950_4EE6_B301_21E03405CE77__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -