load_passive_data.cpp File Reference

Load Active wire Data for Postprocessing. More...

#include "postprocess.h"
Include dependency graph for load_passive_data.cpp:
This graph shows which files directly or indirectly include this file:

Functions

int load_passive_data (char *filename, int num_act, vector< vector< double > > &datapoints)
 Load Passive wire Data for Postprocessing.

Detailed Description

Load Active wire Data for Postprocessing.


Function Documentation

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.

Parameters:
[in]filenameName of the file where readings have been stored.
[in]num_actNumber of passive wire readings in the file.
[out]datapointsThe 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().

Here is the call graph for this function:

Here is the caller graph for this function:

 All Data Structures Files Functions Variables Typedefs Defines