MCPcopy Create free account
hub / github.com/dmitry-s93/MControlCenter / getFan1SpeedSettings

Method getFan1SpeedSettings

src/operate.cpp:188–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188QVector<int> Operate::getFan1SpeedSettings() const {
189 QVector<int> a;
190 for (int i = 0; i < fanSpeedSettingsCount; i++) {
191 a.push_back(helper.getValue(fan1SpeedSettingStartAddress + i));
192 }
193 return a;
194}
195
196QVector<int> Operate::getFan2SpeedSettings() const {
197 QVector<int> a;

Callers 2

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected