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

Function ProcessCommandGAS

src/cec-client/cec-client.cpp:488–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488bool ProcessCommandGAS(ICECAdapter *parser, const std::string &command, std::string & UNUSED(arguments))
489{
490 if (command == "gas")
491 {
492 PrintToStdOut("Audio Status: %02x", parser->AudioStatus());
493 return true;
494 }
495
496 return false;
497}
498
499bool ProcessCommandGSAM(ICECAdapter *parser, const std::string &command, std::string & UNUSED(arguments))
500{

Callers 1

ProcessConsoleCommandFunction · 0.85

Calls 2

PrintToStdOutFunction · 0.85
AudioStatusMethod · 0.45

Tested by

no test coverage detected