|
ARB
|
#include <AP_Tree.hxx>


Public Member Functions | |
| AP_rates () | |
| char * | init (AP_filter *fil) |
| char * | init (AP_FLOAT *ra, AP_filter *fil) |
| ~AP_rates () | |
| void | print () |
Public Member Functions inherited from Noncopyable | |
| Noncopyable () | |
Public Attributes | |
| AP_FLOAT * | rates |
| long | rate_len |
| AP_filter * | filter |
| long | update |
Definition at line 48 of file AP_Tree.hxx.
| AP_rates::AP_rates | ( | ) |
Definition at line 45 of file AP_Tree.cxx.
| AP_rates::~AP_rates | ( | ) |
Definition at line 78 of file AP_Tree.cxx.
Definition at line 49 of file AP_Tree.cxx.
References AP_filter::get_filtered_length(), AP_filter::get_timestamp(), and NULp.
Definition at line 62 of file AP_Tree.cxx.
References AP_filter::get_filtered_length(), AP_filter::get_timestamp(), NULp, and AP_filter::use_position().
| void AP_rates::print | ( | ) |
| AP_FLOAT* AP_rates::rates |
Definition at line 49 of file AP_Tree.hxx.
| long AP_rates::rate_len |
Definition at line 50 of file AP_Tree.hxx.
| AP_filter* AP_rates::filter |
Definition at line 51 of file AP_Tree.hxx.
| long AP_rates::update |
Definition at line 52 of file AP_Tree.hxx.
1.8.8