MCPcopy Create free account
hub / github.com/andybarry/makerscanner / SendScanFinishedEvent

Method SendScanFinishedEvent

ScanThread.cpp:485–489  ·  view source on GitHub ↗

Send a scan finished event

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected