mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
dcc934202b
* Single global on/off switch (that really turns everything off properly) * Less coupling between code that runs on the client / server * Simpler update routines * More cohesive code * Less module options * Less network traffic
21 lines
488 B
C++
21 lines
488 B
C++
|
|
PREP(calculateAirDensity);
|
|
PREP(calculateBarometricPressure);
|
|
PREP(calculateDensityAltitude);
|
|
PREP(calculateDewPoint);
|
|
PREP(calculateHeatIndex);
|
|
PREP(calculateRoughnessLength);
|
|
PREP(calculateSpeedOfSound);
|
|
PREP(calculateTemperatureAtHeight);
|
|
PREP(calculateWetBulb);
|
|
PREP(calculateWindChill);
|
|
PREP(calculateWindSpeed);
|
|
PREP(displayWindInfo);
|
|
PREP(getMapData);
|
|
PREP(initModuleSettings);
|
|
PREP(initWind);
|
|
PREP(updateHumidity);
|
|
PREP(updateTemperature);
|
|
PREP(updateWeather);
|
|
PREP(updateWind);
|