Implemented legacy icsneoGetTimeStampForMsg() function call.

Signed-off-by: David Rebbe <drebbe@intrepidcs.com>
This commit is contained in:
David Rebbe
2019-04-05 19:09:52 -04:00
parent ec30696110
commit 23c3cc3763
9 changed files with 61 additions and 4 deletions
+12
View File
@@ -626,6 +626,18 @@ extern size_t DLLExport icsneo_getErrorLimit(void);
*/
extern bool DLLExport icsneo_getSupportedDevices(devicetype_t* devices, size_t* count);
/**
* \brief Get the devices timestamp multiplier
* \param[out] device A pointer to a buffer of devicetype_t structures which will be written to.
* \param[inout] multiplier A pointer to an int, for legacy tick rate to ns
* \returns True unless device is invalid
*/
extern bool DLLExport icsneo_getTimestampMultiplier(const neodevice_t* device, int* multiplier);
#ifdef __cplusplus
} // extern "C"
#endif