MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / DeviceData

Method DeviceData

src/input/DeviceData.cpp:31–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 // =======================================================================
30
31 DeviceData::DeviceData() {
32 _delsys = input::InputSystem::UNDEFINED;
33 _changed = false;
34 _status = static_cast<fe_status_t>(0);
35 _strength = 0;
36 _snr = 0;
37 _ber = 0;
38 _ublocks = 0;
39 _ublocks = 0;
40 }
41
42 DeviceData::~DeviceData() {}
43

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected