1#ifndef _CHRONOPTICS_TOF_ERROR_H_
2#define _CHRONOPTICS_TOF_ERROR_H_
4#include <chronoptics/tof/visibility.h>
17typedef struct tof_error* tof_error_t;
19typedef struct tof_error const* tof_error_ct;
22TOF_EXPORT
void tof_error_delete(tof_error_t ptr);
28TOF_EXPORT
const char* tof_error_message(tof_error_t ptr);