Updated without Vector
This commit is contained in:
@@ -97,6 +97,10 @@ private:
|
||||
uint32 logHistoryWriteIdx;
|
||||
uint32 logHistoryFill;
|
||||
FastPollingMutexSem logHistoryMutex;
|
||||
|
||||
// Staging buffer for trace ring-buffer pops (max UDP datagram payload).
|
||||
static const uint32 TRACE_SAMPLE_MAX = 65499u;
|
||||
uint8 traceSampleBuffer[TRACE_SAMPLE_MAX];
|
||||
};
|
||||
|
||||
} // namespace MARTe
|
||||
|
||||
Reference in New Issue
Block a user