-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcmd.h
More file actions
23 lines (20 loc) · 1.24 KB
/
cmd.h
File metadata and controls
23 lines (20 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Definice maker v NodeTab
#define cGoNod 0x81 // If Ne, pricti k indexu nasl. hodnotu
#define cExitCode 0x82 // If Ano, ukonci test a vrat nasledujici navratovou hodnotu
#define cWaitPar 0x83 // Ocekavej parametry (muze byt text i cislo)
#define cResetIx 0x84 // Zacni znovu - nuluj index
#define cExitRet 0x85 // Skonci a zapis nasledujici akci do bufferu
#define cResetRun 0x86 // Restartuj detekci, a zapis nasledujici akci do buf
#define cGoNodFar 0x87 // If Ne, pricti k indexu nasl. hodnotu + 100h
#define cGoNodFar2 0x88 // If Ne, pricti k indexu nasl. hodnotu + 200h
#define cGoNodFar3 0x89 // If Ne, pricti k indexu nasl. hodnotu + 300h
#define cGoNodFar4 0x8A // If Ne, pricti k indexu nasl. hodnotu + 400h
#define cRptRstIx 0x8B // Zacni znovu, testuj znovu cyklus prvni urovne
extern unsigned char *CMD_GetPar(unsigned char Index);
extern unsigned int CMD_GetParNum(unsigned char Index, unsigned char Omez);
extern unsigned int CMD_GetParHex(unsigned char Index, unsigned char Omez);
extern unsigned char CMD_TestProc(unsigned char *CMDTab, unsigned char Get_Char);
extern unsigned char CMD_GetParIx();
extern unsigned char CMD_Status;
extern unsigned int CMDTab_ix;
extern unsigned char CMD_NumOfPar;