| 86 | } |
| 87 | |
| 88 | void MagDisplay::update(std::chrono::nanoseconds /* wall_dt */, std::chrono::nanoseconds /* ros_dt */) |
| 89 | { |
| 90 | updateMag(); |
| 91 | } |
| 92 | |
| 93 | void MagDisplay::updateMag() |
| 94 | { |
nothing calls this directly
no outgoing calls
no test coverage detected