foot_sens Struct Reference

Structure containing foot pressure sensor data. More...

#include <foot-pressure.h>

Data Fields

int num_rows
 Number of rows of sensels.
int num_cols
 Number of columns of sensels.
double row_space
 Spacing between two rows.
double col_space
 Spacing between two cols.
double sensel_area
double noise_thresh
 Noise threshold.
double sec_per_frame
 Seconds per frame.
struct tm readtime
 Timestamp when reading was taken.
double sat_press
 Saturation pressure.
int start_frame
int end_frame
int tot_frames
 Total number of frames.
string units
 Units of measured data.
vector< vector< vector< double > > > mdata
 Measured data for all frames.
vector< vector< double > > cof_data
 Location of Center of Force for each frame.
vector< vector< double > > for_data
 Total Force measured for each frame.
vector< vector< double > > pres_data
 Contact pressure measured for each frame.
string origfile

Detailed Description

Structure containing foot pressure sensor data.


Field Documentation

vector< vector<double> > foot_sens::cof_data

Location of Center of Force for each frame.

Referenced by read_foot_press_cof().

Spacing between two cols.

Referenced by read_foot_press_head().

vector< vector<double> > foot_sens::for_data

Total Force measured for each frame.

Referenced by read_foot_forces().

vector< vector< vector<double> > > foot_sens::mdata

Measured data for all frames.

Referenced by read_foot_pres_movie().

Noise threshold.

Referenced by read_foot_press_head().

Number of columns of sensels.

Referenced by read_foot_pres_movie(), and read_foot_press_head().

Number of rows of sensels.

Referenced by read_foot_pres_movie(), and read_foot_press_head().

vector< vector<double> > foot_sens::pres_data

Contact pressure measured for each frame.

Referenced by read_foot_pressures().

Timestamp when reading was taken.

Referenced by read_foot_press_head().

Spacing between two rows.

Referenced by read_foot_press_head().

Saturation pressure.

Referenced by read_foot_press_head().

Seconds per frame.

Referenced by read_foot_press_head().

Units of measured data.

Referenced by read_foot_press_head().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Defines