Load Active wire Data for Postprocessing. More...
#include "postprocess.h"
Functions | |
int | load_passive_data (char *filename, int num_act, vector< vector< double > > &datapoints) |
Load Passive wire Data for Postprocessing. |
Load Active wire Data for Postprocessing.
int load_passive_data | ( | char * | filename, |
int | num_act, | ||
vector< vector< double > > & | datapoints | ||
) |
Load Passive wire Data for Postprocessing.
This function reads the data stored by passive wire measurement system in files and loads it into vectors containing timestamp of reading and the wire length at that time.
[in] | filename | Name of the file where readings have been stored. |
[in] | num_act | Number of passive wire readings in the file. |
[out] | datapoints | The 2d vector containing all measurement data. First column contains the timestamps. The timestamps in converted to UTC format by calling adj_labview_tmstamp() function before storing. |
References adj_labview_tmstamp().
Referenced by load_all_measures(), and main().