|
WSF
|
#include <WsfPkTable.hpp>
Public Member Functions | |
| WpnSpdSet (double aWpnMaxSpeed) | |
| bool | ProcessInput (UtInput &aInput) |
| TgtMaxSpdAndTable & | Get (int aIndex) |
| size_t | Size () |
| bool | Add (const TgtMaxSpdAndTable &aNewTableSet) |
| double | WpnSpeedLimit () const |
| void | GetTgtSpdSetsFor (double aTargetSpeed, TgtMaxSpdAndTable *&aLowerPtr, TgtMaxSpdAndTable *&aUpperPtr) |
Static Public Member Functions | |
| static bool | LoadWpnSpdSet (UtInput &aInput, WpnSpdSet *&aWpnSpdSetPtr) |
| WsfPk::WpnSpdSet::WpnSpdSet | ( | double | aWpnMaxSpeed | ) |
Referenced by LoadWpnSpdSet(), and ProcessInput().
| bool WsfPk::WpnSpdSet::Add | ( | const TgtMaxSpdAndTable & | aNewTableSet | ) |
References WsfPk::TgtMaxSpdAndTable::TgtSpeedLimit().
Referenced by LoadWpnSpdSet(), and WsfPk::Table::ProcessInput().
|
inline |
| void WsfPk::WpnSpdSet::GetTgtSpdSetsFor | ( | double | aTargetSpeed, |
| TgtMaxSpdAndTable *& | aLowerPtr, | ||
| TgtMaxSpdAndTable *& | aUpperPtr ) |
Referenced by WsfPk::Table::LookUp().
|
static |
References Add(), WsfPk::TgtMaxSpdAndTable::LoadTgtMaxSpdAndTable(), WsfPk::Table::LoadUtAzElTable(), and WpnSpdSet().
Referenced by WsfPk::Table::ProcessInput().
| bool WsfPk::WpnSpdSet::ProcessInput | ( | UtInput & | aInput | ) |
References WpnSpdSet().
|
inline |
|
inline |
Referenced by WsfPk::Table::Add(), and WsfPk::Table::LookUp().