MCPcopy Create free account
hub / github.com/LimHyungTae/patchwork / signal_callback_handler

Function signal_callback_handler

nodes/offline_kitti.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41pcl::PointCloud<PointType>::Ptr filtered;
42
43void signal_callback_handler(int signum) {
44 cout << "Caught Ctrl + c " << endl;
45 // Terminate program
46 exit(signum);
47}
48
49void pub_score(std::string mode, double measure) {
50 static int SCALE = 5;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected