MCPcopy Create free account
hub / github.com/SoarGroup/Soar / MyShutdownHandler

Function MyShutdownHandler

Tests/TestExternalLibrary/lib.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36//
37
38void MyShutdownHandler(smlSystemEventId id, void* pUserData, Kernel* pKernel)
39{
40 pKernel->SetConnectionInfo("RHSemotion", sml_Names::kStatusClosing, sml_Names::kStatusClosing);
41 exit(0);
42}
43
44int main(int argc, char** argv)
45{

Callers

nothing calls this directly

Calls 1

SetConnectionInfoMethod · 0.80

Tested by

no test coverage detected