add _exit() function to lib

parent dfb5c64e
......@@ -134,12 +134,16 @@ struct fsi_full_measurement {
/* methods */
int fsi_lib_init(void);
int fsi_channel_configure(struct fsi_channel_config *cfg);
int fsi_channel_array_configure(struct fsi_channel_config cfg[], int nchannels);
int fsi_receive_measurements(struct fsi_channel_measurement[], int nchannels);
int fsi_receive_measurements(struct fsi_channel_measurement meas[], int *nchannels);
int fsi_receive_measurements_timemout(struct fsi_channel_measurement meas[], int *nchannels,
unsigned int timeout);
int fsi_get_full_measurement(int channel_id, enum fsi_expert_mode mode, struct fsi_full_measurement *meas);
int fsi_lib_exit(void);
#ifdef __cplusplus
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment