📄 meta_com.~h
字号:
//---------------------------------------------------------------------------
#ifndef Meta_comH
#define Meta_comH
//---------------------------------------------------------------------------
#include <Classes.hpp>
//---------------------------------------------------------------------------
#include "meta.h"
#include "SLA_Challenge.h"
class Meta_com : public TThread
{
private:
protected:
void __fastcall Execute();
public:
enum
{
MC_STATE_INIT,
MC_STATE_TRAN,
MC_STATE_IDLE,
MC_STATE_MAX
};
bool m_bIsPreTerminate;
unsigned int m_nStatus;
FAT_DiskInfo_T m_fatDiskInfo;
AnsiString asMsg;
int m_nPercent;
int m_nSentBytes;
int m_nTotalBytes;
int m_nBaudRate;
__fastcall Meta_com(bool CreateSuspended);
bool __fastcall EnterMETA( void );
bool __fastcall ExitMeta(void);
void __fastcall ShowMessage(void);
void __fastcall SyncUpdateProgress(void);
void __fastcall UpdateProgress(void);
void __fastcall InitProgress(void);
void __fastcall FinisthMessage(void);
void __fastcall UpdateFilename(void);
void __fastcall UpdateBaudrate(void);
};
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -