add full measurement (expert) functions

parent afff4861
......@@ -133,6 +133,9 @@ struct fsi_full_measurement {
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_get_full_measurement(int channel_id, enum fsi_expert_mode mode, struct fsi_full_measurement *meas);
#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