OkoLib
library for accessing Okolab devices
|
Functions | |
oko_res_type | oko_StartPropertyLogging (uint32_t deviceh, const char *filename, uint32_t freq_ms) |
Start the property logging feature for the specified device. More... | |
oko_res_type | oko_StopPropertyLogging (uint32_t deviceh) |
Stop the property logging feature for the specified device. More... | |
oko_res_type | oko_PropertyLoggingGetFileName (uint32_t deviceh, char *filename) |
Get the file path used to log the specified device. More... | |
oko_res_type oko_PropertyLoggingGetFileName | ( | uint32_t | deviceh, |
char * | filename | ||
) |
Get the file path used to log the specified device.
[in] | deviceh | A valid device handle. |
[in] | filename | The file path to which data will be stored. |
oko_res_type oko_StartPropertyLogging | ( | uint32_t | deviceh, |
const char * | filename, | ||
uint32_t | freq_ms | ||
) |
Start the property logging feature for the specified device.
[in] | deviceh | A valid device handle. |
[in] | filename | The file path on which data will be stored. |
[in] | freq_ms | The milliseconds between each property update. |
oko_res_type oko_StopPropertyLogging | ( | uint32_t | deviceh | ) |
Stop the property logging feature for the specified device.
[in] | deviceh | A valid device handle. |