1
0
Fork 0

Expose total-fuel-m3 to the tank properties

This commit is contained in:
Torsten Dreyer 2014-08-25 21:40:12 +02:00
parent 4b59c152ea
commit 159ec7e08b

View file

@ -291,6 +291,7 @@ double TankPropertiesList::getTotalContent_norm() const
void TankPropertiesList::bind()
{
_tiedProperties.Tie("total-fuel-m3", this, &TankPropertiesList::getTotalContent_m3 );
_tiedProperties.Tie("total-fuel-kg", this, &TankPropertiesList::getTotalContent_kg );
_tiedProperties.Tie("total-fuel-lbs", this, &TankPropertiesList::getTotalContent_lbs );
_tiedProperties.Tie("total-fuel-gal_us", this, &TankPropertiesList::getTotalContent_gal_us );