use short, not double, for full acq debug mode

This shortens by a factor of 4 the data size exchanged for debugging
purposes, without sacrificing accuracy.
parent 34742155
......@@ -152,7 +152,7 @@ struct fsi_full_measurement {
unsigned int channel_id; /**< channel id of this measurement */
enum fsi_channel_type type; /**< type of channel (distance/Bragg) */
enum fsi_expert_mode mode; /**< mode of raw data: linearized FFT/data/oscill-raw/gas-cell */
double data[FSI_SAMPLE_SIZE]; /**< raw data */
unsigned short data[FSI_SAMPLE_SIZE]; /**< raw data */
};
/** opaque library handle/context structure */
......
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