returns elapsed time as a double
This commit is contained in:
@@ -168,6 +168,8 @@ class asynStreamGeneratorDriver : public asynPortDriver {
|
||||
asynStatus createInt32Param(asynStatus status, char *name, int *variable,
|
||||
epicsInt32 initialValue = 0);
|
||||
|
||||
asynStatus createFloat64Param(asynStatus status, char *name, int *variable, double initialValue = 0);
|
||||
|
||||
inline void queueForKafka(NormalisedEvent &ne);
|
||||
|
||||
void produce(epicsRingBytesId eventQueue, rd_kafka_t *kafkaProducer,
|
||||
|
||||
Reference in New Issue
Block a user