Initial commit
This commit is contained in:
133
MyCode/Gui/HwInf.h
Normal file
133
MyCode/Gui/HwInf.h
Normal file
@@ -0,0 +1,133 @@
|
||||
#ifndef HWINF_H_
|
||||
#define HWINF_H_
|
||||
|
||||
#include "gType.h"
|
||||
#include "GraphBase.h"
|
||||
#include "string.h"
|
||||
#include "my_string.h"
|
||||
#include "Device.h"
|
||||
#include "EpDevice.h"
|
||||
#include "StaticText.h"
|
||||
#include "CtlPanel1.h"
|
||||
#include "ProtoInnerCan.h"
|
||||
#include "Gui.h"
|
||||
|
||||
typedef enum{
|
||||
btNotDefine =0,
|
||||
btDisplay = 1,
|
||||
btKeyPad = 2, //
|
||||
btExMem =3, //
|
||||
btDirectPad =4, //
|
||||
btBusPad, //
|
||||
btMotherBoard, //
|
||||
btPort, //
|
||||
btPowerSuply, //
|
||||
btPrinter, //
|
||||
btCommPort,
|
||||
btEthNet,
|
||||
btWireless,
|
||||
}TInnerBoardType;
|
||||
|
||||
|
||||
class THwInf{
|
||||
public:
|
||||
static constexpr unsigned short hList[12] = {32,32,32,32, 32,32,32,32, 32,32,32,32};
|
||||
static constexpr unsigned short wList[12] = {800,800,800,800, 800,800,800,800, 800,800,800,800};
|
||||
static constexpr TLv Lv = {
|
||||
.Caption.Left = 0,
|
||||
.Caption.Top = 36,
|
||||
.Caption.Width = 800,
|
||||
.Caption.Heigh = 32,
|
||||
.Caption.Right = 800 -0 -1,
|
||||
.Caption.Bottom = 36 + 32,
|
||||
|
||||
.Grid.Left = {0,0,0,0, 0,0,0,0, 0,0,0,0},
|
||||
.Grid.Right = {wList[0]-1,wList[1]-1,wList[2]-1,wList[3]-1, wList[4]-1,wList[5]-1,wList[6]-1,wList[7]-1, wList[8]-1,wList[9]-1,wList[10]-1,wList[11]-1},
|
||||
.Grid.Top[0] = (36 + 32 +2),
|
||||
.Grid.Top[1] = (36 + 32 +2) + (2 + hList[0]),
|
||||
.Grid.Top[2] = (36 + 32 +2) + (2 + hList[0]) + (2 + hList[1]),
|
||||
.Grid.Top[3] = (36 + 32 +2) + (2 + hList[0]) + (2 + hList[1]) + (2 + hList[2]),
|
||||
.Grid.Top[4] = (36 + 32 +2) + (2 + hList[0]) + (2 + hList[1]) + (2 + hList[2]) + (2 + hList[3]),
|
||||
.Grid.Top[5] = (36 + 32 +2) + (2 + hList[0]) + (2 + hList[1]) + (2 + hList[2]) + (2 + hList[3]) + (2 + hList[4]),
|
||||
.Grid.Top[6] = (36 + 32 +2) + (2 + hList[0]) + (2 + hList[1]) + (2 + hList[2]) + (2 + hList[3]) + (2 + hList[4]) + (2 + hList[5]),
|
||||
.Grid.Top[7] = (36 + 32 +2) + (2 + hList[0]) + (2 + hList[1]) + (2 + hList[2]) + (2 + hList[3]) + (2 + hList[4]) + (2 + hList[5]) + (2 + hList[6]),
|
||||
.Grid.Top[8] = (36 + 32 +2) + (2 + hList[0]) + (2 + hList[1]) + (2 + hList[2]) + (2 + hList[3]) + (2 + hList[4]) + (2 + hList[5]) + (2 + hList[6]) + (2 + hList[7]),
|
||||
.Grid.Top[9] = (36 + 32 +2) + (2 + hList[0]) + (2 + hList[1]) + (2 + hList[2]) + (2 + hList[3]) + (2 + hList[4]) + (2 + hList[5]) + (2 + hList[6]) + (2 + hList[7]) + (2 + hList[8]),
|
||||
.Grid.Top[10] = (36 + 32 +2) + (2 + hList[0]) + (2 + hList[1]) + (2 + hList[2]) + (2 + hList[3]) + (2 + hList[4]) + (2 + hList[5]) + (2 + hList[6]) + (2 + hList[7]) + (2 + hList[8]) + (2 + hList[9]),
|
||||
.Grid.Top[11] = (36 + 32 +2) + (2 + hList[0]) + (2 + hList[1]) + (2 + hList[2]) + (2 + hList[3]) + (2 + hList[4]) + (2 + hList[5]) + (2 + hList[6]) + (2 + hList[7]) + (2 + hList[8]) + (2 + hList[9]) + (2 + hList[10]),
|
||||
|
||||
.Grid.Bottom[0] = (36 + 32 +2) + hList[0],
|
||||
.Grid.Bottom[1] = (36 + 32 +2) + (2 + hList[0]) + hList[1],
|
||||
.Grid.Bottom[2] = (36 + 32 +2) + (2 + hList[0]) + (2 + hList[1]) + hList[2],
|
||||
.Grid.Bottom[3] = (36 + 32 +2) + (2 + hList[0]) + (2 + hList[1]) + (2 + hList[2]) + hList[3],
|
||||
.Grid.Bottom[4] = (36 + 32 +2) + (2 + hList[0]) + (2 + hList[1]) + (2 + hList[2]) + (2 + hList[3]) + hList[4],
|
||||
.Grid.Bottom[5] = (36 + 32 +2) + (2 + hList[0]) + (2 + hList[1]) + (2 + hList[2]) + (2 + hList[3]) + (2 + hList[4]) + hList[5],
|
||||
.Grid.Bottom[6] = (36 + 32 +2) + (2 + hList[0]) + (2 + hList[1]) + (2 + hList[2]) + (2 + hList[3]) + (2 + hList[4]) + (2 + hList[5]) + hList[6],
|
||||
.Grid.Bottom[7] = (36 + 32 +2) + (2 + hList[0]) + (2 + hList[1]) + (2 + hList[2]) + (2 + hList[3]) + (2 + hList[4]) + (2 + hList[5]) + (2 + hList[6]) + hList[7],
|
||||
.Grid.Bottom[8] = (36 + 32 +2) + (2 + hList[0]) + (2 + hList[1]) + (2 + hList[2]) + (2 + hList[3]) + (2 + hList[4]) + (2 + hList[5]) + (2 + hList[6]) + (2 + hList[7]) + hList[8],
|
||||
.Grid.Bottom[9] = (36 + 32 +2) + (2 + hList[0]) + (2 + hList[1]) + (2 + hList[2]) + (2 + hList[3]) + (2 + hList[4]) + (2 + hList[5]) + (2 + hList[6]) + (2 + hList[7]) + (2 + hList[8]) + hList[9],
|
||||
.Grid.Bottom[10] = (36 + 32 +2) + (2 + hList[0]) + (2 + hList[1]) + (2 + hList[2]) + (2 + hList[3]) + (2 + hList[4]) + (2 + hList[5]) + (2 + hList[6]) + (2 + hList[7]) + (2 + hList[8]) + (2 + hList[9]) + hList[10],
|
||||
.Grid.Bottom[11] = (36 + 32 +2) + (2 + hList[0]) + (2 + hList[1]) + (2 + hList[2]) + (2 + hList[3]) + (2 + hList[4]) + (2 + hList[5]) + (2 + hList[6]) + (2 + hList[7]) + (2 + hList[8]) + (2 + hList[9]) + (2 + hList[10]) + hList[11],
|
||||
|
||||
.Grid.UsingCount = 11,
|
||||
|
||||
.Panel.Active = 0,
|
||||
.Panel.ItemType = piMemo,
|
||||
.PanelSmall.Active = 0,
|
||||
};
|
||||
public:
|
||||
class TItemList *IList;
|
||||
unsigned int IsShow;
|
||||
unsigned int Update;
|
||||
|
||||
TStaticText TextDraw;
|
||||
unsigned char RxData[16];
|
||||
unsigned char TxData[8];
|
||||
struct{
|
||||
unsigned int Addr4LinesType;
|
||||
unsigned int Addr4ItemsCount;
|
||||
unsigned int Addr4Items;
|
||||
unsigned int ItemsCount;
|
||||
unsigned int LineSize;
|
||||
int DrawTopItem;
|
||||
int SelectedLine;
|
||||
}StrList;
|
||||
public:
|
||||
THwInf(){
|
||||
IsShow = 0;
|
||||
}
|
||||
void Init();
|
||||
|
||||
void RenderBackGround(void);
|
||||
void RenderBackGround(unsigned int aClr);
|
||||
void DrawSelf(void);
|
||||
void DrawText();
|
||||
void ClearSelected();
|
||||
void DrawSelected();
|
||||
|
||||
void Show(void);
|
||||
void ReDraw(void);
|
||||
void FullRedraw(int Prm);
|
||||
void QueryPartNum();
|
||||
void QueryPnAndVer();
|
||||
void QueryVersion(unsigned char aType, unsigned char aInx=0);
|
||||
void InnerCanPushData(unsigned char aCmd, unsigned char *pData);
|
||||
void KeyPadUartPushData(unsigned char aCmd, unsigned char *pData);
|
||||
void CommBrdUartPushData(unsigned char aCmd, unsigned char *pData);
|
||||
void ExtMemUartPushData(unsigned char aCmd, unsigned char *pData);
|
||||
void PrinterUartPushData(unsigned char aCmd, unsigned char *pData);
|
||||
void Task1000Ms();
|
||||
|
||||
TGuiMsgReturn KeyIn(unsigned char aKey);
|
||||
|
||||
int GetVerText(char *pSource, char *pText);
|
||||
void LoadData();
|
||||
void ReDrawInf();
|
||||
void Analy();
|
||||
|
||||
int ExtRequst(unsigned char Prm){IsShow =0; return 0;}
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user