MCPcopy Create free account
hub / github.com/Pulse-Eight/libcec / Process

Method Process

src/cec-client/cec-client.cpp:87–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 virtual ~CReconnect(void) {}
86
87 void* Process(void)
88 {
89 if (g_parser)
90 {
91 g_parser->Close();
92 if (!g_parser->Open(g_strPort.c_str()))
93 {
94 PrintToStdOut("Failed to reconnect\n");
95 g_bExit = 1;
96 }
97 }
98 return NULL;
99 }
100
101private:
102 CReconnect(void) {}

Callers

nothing calls this directly

Calls 3

PrintToStdOutFunction · 0.85
CloseMethod · 0.45
OpenMethod · 0.45

Tested by

no test coverage detected