| 1289 | } |
| 1290 | |
| 1291 | AutoResearchRemoteControl::AutoResearchRemoteControl() |
| 1292 | : mRemote(fl::make_unique<fl::Remote>( |
| 1293 | fl::createSerialRequestSource(), |
| 1294 | fl::createSerialResponseSink("REMOTE: ") |
| 1295 | )) { |
| 1296 | // mState will be set by registerFunctions() |
| 1297 | } |
| 1298 | |
| 1299 | AutoResearchRemoteControl::~AutoResearchRemoteControl() = default; |
| 1300 |
nothing calls this directly
no test coverage detected