MCPcopy Create free account
hub / github.com/ange-yaghi/engine-sim / LoadSimulationCluster

Method LoadSimulationCluster

src/load_simulation_cluster.cpp:9–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include <iomanip>
8
9LoadSimulationCluster::LoadSimulationCluster() {
10 m_torqueGauge = nullptr;
11 m_hpGauge = nullptr;
12 m_simulator = nullptr;
13 m_clutchPressureGauge = nullptr;
14 m_filteredHorsepower = 0.0;
15 m_filteredTorque = 0.0;
16 m_peakHorsepower = 0.0;
17 m_peakTorque = 0.0;
18 m_peakHorsepowerRpm = 0.0;
19 m_peakTorqueRpm = 0.0;
20 memset(m_systemStatusLights, 0, sizeof(double) * 4);
21}
22
23LoadSimulationCluster::~LoadSimulationCluster() {
24 /* void */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected