##// END OF EJS Templates
Add the VarRequestId on the AcquisitionPacket
perrinel -
r624:eca175f15252
parent child
Show More
@@ -14,16 +14,16
14 14 #include <memory>
15 15
16 16 /**
17 * @brief The AcquisitionRequest struct holds the information of an acquisition request
17 * @brief The AcquisitionRequest struct holds the information of an variable request
18 18 */
19 19 struct AcquisitionRequest {
20 20 AcquisitionRequest()
21 21 {
22
23 22 m_AcqIdentifier = QUuid::createUuid();
24 23 m_Size = 0;
25 24 }
26 25
26 QUuid m_VarRequestId;
27 27 QUuid m_AcqIdentifier;
28 28 QUuid m_vIdentifier;
29 29 DataProviderParameters m_DataProviderParameters;
General Comments 0
You need to be logged in to leave comments. Login now