Send a scan finished event
| 483 | |
| 484 | // Send a scan finished event |
| 485 | void ScanThread::SendScanFinishedEvent() |
| 486 | { |
| 487 | wxCommandEvent event2(SCAN_FINISHED_EVENT, GetId()); |
| 488 | window->GetEventHandler()->AddPendingEvent(event2); |
| 489 | } |
| 490 | |
| 491 | float ScanThread::GetReferenceLaserLocation(vector<float> *laserCenterPx) |
| 492 | { |
nothing calls this directly
no outgoing calls
no test coverage detected