Lines Matching refs:cout

96       std::cout << "UltraDebug UART not found" << std::endl;  in find_uart()
98 std::cout << "USING: " << return_value << std::endl; in find_uart()
133 std::cout << "CLOSING TEST HARNESS" << std::endl; in ~TestHarness()
232 std::cout << "SPI_TX: "; in SendSpi()
235 std::cout << "\nSPI_TX: "; in SendSpi()
237 print_bin(std::cout, c); in SendSpi()
240 std::cout << "\n"; in SendSpi()
241 std::cout.flush(); in SendSpi()
289 std::cout << "RX: "; in GetAhdlc()
300 std::cout << "\n"; in GetAhdlc()
301 std::cout.flush(); in GetAhdlc()
313 std::cout << "\nRX: "; in GetAhdlc()
315 print_bin(std::cout, read_value); in GetAhdlc()
317 std::cout.flush(); in GetAhdlc()
325 std::cout << "\n"; in GetAhdlc()
326 std::cout << "UNDERFLOW ERROR\n"; in GetAhdlc()
327 std::cout.flush(); in GetAhdlc()
339 std::cout << "\n"; in GetAhdlc()
341 std::cout << "GOOD CRC\n"; in GetAhdlc()
343 std::cout << "BAD CRC\n"; in GetAhdlc()
345 std::cout.flush(); in GetAhdlc()
350 std::cout << "\n"; in GetAhdlc()
351 std::cout << "AHDLC BAD CRC\n"; in GetAhdlc()
352 std::cout.flush(); in GetAhdlc()
360 std::cout << "\n"; in GetAhdlc()
361 std::cout.flush(); in GetAhdlc()
362 std::cout << "OVERFLOW ERROR\n"; in GetAhdlc()
378 std::cout << "SPI_RX: "; in GetSpi()
381 std::cout << "\nSPI_RX: "; in GetSpi()
383 print_bin(std::cout, c); in GetSpi()
386 std::cout << "\n"; in GetSpi()
387 std::cout.flush(); in GetSpi()
407 std::cout << "init() start\n"; in Init()
408 std::cout.flush(); in Init()
472 std::cout << "init() finish\n"; in Init()
473 std::cout.flush(); in Init()
480 std::cout << "Citadel UART printing enabled!\n"; in Init()
481 std::cout.flush(); in Init()
487 std::cout << "Citadel UART printing disabled!\n"; in Init()
488 std::cout.flush(); in Init()
501 std::cout << "SwitchFromConsoleToProtoApi() start\n"; in SwitchFromConsoleToProtoApi()
502 std::cout.flush(); in SwitchFromConsoleToProtoApi()
523 std::cout << "SwitchFromConsoleToProtoApi() finish\n"; in SwitchFromConsoleToProtoApi()
524 std::cout.flush(); in SwitchFromConsoleToProtoApi()
532 std::cout << "SwitchFromProtoApiToConsole() start\n"; in SwitchFromProtoApiToConsole()
533 std::cout.flush(); in SwitchFromProtoApiToConsole()
557 std::cout << message.DebugString() << std::endl; in SwitchFromProtoApiToConsole()
561 std::cout << "Receive Error" << std::endl; in SwitchFromProtoApiToConsole()
562 std::cout.flush(); in SwitchFromProtoApiToConsole()
570 std::cout << "SwitchFromProtoApiToConsole() finish\n"; in SwitchFromProtoApiToConsole()
571 std::cout.flush(); in SwitchFromProtoApiToConsole()
582 std::cout << "TX: "; in BlockingWrite()
586 std::cout << "\nTX: "; in BlockingWrite()
588 print_bin(std::cout, value); in BlockingWrite()
591 std::cout << "\n"; in BlockingWrite()
592 std::cout.flush(); in BlockingWrite()
649 std::cout << "RX: " << ss.str() <<"\n"; in ReadLineUntilBlock()
650 std::cout.flush(); in ReadLineUntilBlock()
677 std::cout << "RX: "; in ReadUntil()
678 print_bin(std::cout, read_value); in ReadUntil()
680 std::cout << "\n"; in ReadUntil()
681 std::cout.flush(); in ReadUntil()
682 std::cout << "RX: "; in ReadUntil()
684 print_bin(std::cout, read_value); in ReadUntil()
696 std::cout << "\n"; in ReadUntil()
697 std::cout.flush(); in ReadUntil()
723 std::cout.flush(); in PrintUntilClosed()
724 std::cout << ss.str(); in PrintUntilClosed()
725 std::cout.flush(); in PrintUntilClosed()
744 std::cout.flush(); in PrintUntilClosed()
745 std::cout << ss.str(); in PrintUntilClosed()
746 std::cout.flush(); in PrintUntilClosed()