merge changes from T.Sax
This commit is contained in:
@@ -52,6 +52,7 @@ class T_runProc : public QObject
|
||||
private slots:
|
||||
void runProc_slotProcess(void);
|
||||
bool bl_performComplStart(void);
|
||||
bool bl_waitForRdyMsg(void);
|
||||
|
||||
public:
|
||||
T_runProc();
|
||||
@@ -70,9 +71,11 @@ public:
|
||||
void bl_rebootDC(void);
|
||||
void bl_startBL(void);
|
||||
void bl_checkBL(void);
|
||||
bool bl_isUp(void);
|
||||
|
||||
// new from 21.5.24 ..................................................................
|
||||
//uint8_t bl_isUp(void); neuere Sax-Version, bisher nicht verwendet
|
||||
// return 1: BL is up 2: BL error 0: stopped
|
||||
bool bl_isUp(void);
|
||||
|
||||
void resetBLvari(void);
|
||||
|
||||
uint16_t sys_getCustomerNumber(void);
|
||||
uint16_t sys_getMachineNumber(void);
|
||||
|
Reference in New Issue
Block a user