again at the point that I can do preset based counts, but now with the priority queue built in so that the events are sorted

This commit is contained in:
2025-11-04 10:24:25 +01:00
parent 81bd3bef7f
commit 60aa1652c3
4 changed files with 145 additions and 59 deletions

View File

@@ -111,6 +111,7 @@ class asynStreamGeneratorDriver : public asynPortDriver {
public:
asynStreamGeneratorDriver(const char *portName, const char *ipPortName,
const int numChannels, const int udpQueueSize,
const bool enableKafkaStream,
const int kafkaQueueSize,
const int kafkaMaxPacketSize);
virtual ~asynStreamGeneratorDriver();