| 486 | } |
| 487 | |
| 488 | bool 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 | |
| 499 | bool ProcessCommandGSAM(ICECAdapter *parser, const std::string &command, std::string & UNUSED(arguments)) |
| 500 | { |
no test coverage detected