Make sure that BaseWorker deletes the thread when is finished.
Implemented ClientManager so it can manage the usb and wireless threads. Impelmented better mutex logic on CmaClient. Execute the cma events in a different thread so the event listener is available. Code refactoring. Fix memory leaks in threads. Updated readme.
This commit is contained in:
@@ -37,7 +37,7 @@ private:
|
||||
quint32 value_size;
|
||||
quint32 value_size_with_padding;
|
||||
quint32 data_offset;
|
||||
}__attribute__((packed)) sfo_index;
|
||||
} __attribute__((packed)) sfo_index;
|
||||
|
||||
typedef struct {
|
||||
char id[4];
|
||||
@@ -45,7 +45,7 @@ private:
|
||||
quint32 key_offset;
|
||||
quint32 value_offset;
|
||||
quint32 pair_count;
|
||||
}__attribute__((packed)) sfo_header;
|
||||
} __attribute__((packed)) sfo_header;
|
||||
|
||||
QByteArray data;
|
||||
const char *key_offset;
|
||||
|
Reference in New Issue
Block a user