Public Member Functions | |
void | init () |
void | compute (const data_instance_t &data, const route_t &route) |
void | fini () |
void | print_results () |
Private Attributes | |
double | sum_he |
double | average_he |
double | max_he |
int | count_he |
int | num_osc |
double | min_he |
int | side |
FILE * | fp |
void heading_error_analysis_t::compute | ( | const data_instance_t & | data, | |
const route_t & | route | |||
) | [inline] |
References count_he, fp, data_instance_t::heading, max_he, min_he, num_osc, R2D, side, sum_he, data_instance_t::tstamp, and data_instance_t::wp_next.
Referenced by main().
void heading_error_analysis_t::fini | ( | ) | [inline] |
References average_he, count_he, fp, and sum_he.
Referenced by main().
void heading_error_analysis_t::init | ( | ) | [inline] |
void heading_error_analysis_t::print_results | ( | ) | [inline] |
double heading_error_analysis_t::average_he [private] |
Referenced by fini(), init(), and print_results().
int heading_error_analysis_t::count_he [private] |
FILE* heading_error_analysis_t::fp [private] |
double heading_error_analysis_t::max_he [private] |
Referenced by compute(), init(), and print_results().
double heading_error_analysis_t::min_he [private] |
Referenced by compute(), init(), and print_results().
int heading_error_analysis_t::num_osc [private] |
Referenced by compute(), init(), and print_results().
int heading_error_analysis_t::side [private] |
double heading_error_analysis_t::sum_he [private] |