Add struct T_dynamicMachCond directly into shared-mem
This commit is contained in:
parent
d04e9ead89
commit
f28f102ca0
@ -7,6 +7,7 @@
|
|||||||
#include <QSharedMemory>
|
#include <QSharedMemory>
|
||||||
#include <QtGlobal>
|
#include <QtGlobal>
|
||||||
|
|
||||||
|
#include "interfaces.h"
|
||||||
|
|
||||||
bool shdMem_firstUse(void);
|
bool shdMem_firstUse(void);
|
||||||
|
|
||||||
@ -190,8 +191,10 @@ struct SharedMem
|
|||||||
uint8_t store_deviceCondLen;
|
uint8_t store_deviceCondLen;
|
||||||
uint8_t store_deviceCond[66];
|
uint8_t store_deviceCond[66];
|
||||||
|
|
||||||
uint8_t store_machCondLen;
|
// uint8_t store_machCondLen;
|
||||||
uint8_t store_machCond[66];
|
// uint8_t store_machCond[66];
|
||||||
|
|
||||||
|
struct T_dynamicCondition dynMachCond;
|
||||||
|
|
||||||
uint8_t store_DcBackupNrOfAccNr;
|
uint8_t store_DcBackupNrOfAccNr;
|
||||||
uint16_t store_DcBackupAccNr[16]; // z.Z. nur 8
|
uint16_t store_DcBackupAccNr[16]; // z.Z. nur 8
|
||||||
|
Loading…
Reference in New Issue
Block a user