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