| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected