|
WSF
|
#include <FiresTableLookup.hpp>
Public Member Functions | |
| FiresTableLookup () | |
| ~FiresTableLookup () | |
| void | Lookup (double aRange, double &aMaxOrd, double &aImpactTime) |
| void | LookupElevation (double aRange, double &aElevation, double &aImpactTime) |
| void | SetTable (FiresTable *aTablePtr) |
This class uses a FiresTable to lookup both a max ord and time of flight, given a range to target.
| Fires::FiresTableLookup::FiresTableLookup | ( | ) |
| Fires::FiresTableLookup::~FiresTableLookup | ( | ) |
| void Fires::FiresTableLookup::Lookup | ( | double | aRange, |
| double & | aMaxOrd, | ||
| double & | aImpactTime ) |
Given a range, lookup both max ord and impact time in a fires table.
Referenced by Fires::FiresTable::GetMaxOrdAndTOF().
| void Fires::FiresTableLookup::LookupElevation | ( | double | aRange, |
| double & | aElevation, | ||
| double & | aImpactTime ) |
Given a range, lookup both max ord and impact time in a fires table.
Referenced by Fires::FiresTable::GetElevationAngleAndTOF().
| void Fires::FiresTableLookup::SetTable | ( | FiresTable * | aTablePtr | ) |
Set the table for this lookup.
| aTablePtr | the table to use for lookup. |
Referenced by Fires::FiresTable::GetElevationAngleAndTOF(), and Fires::FiresTable::GetMaxOrdAndTOF().