MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / outputByte

Function outputByte

devtools/osvr_json_to_c.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40#include <iostream>
41
42void outputByte(std::ostream &os, const char byteVal) {
43 os << boost::format("0x%02x") % static_cast<const unsigned short>(byteVal);
44}
45
46static const size_t BYTES_PER_LINE = 20;
47

Callers 1

outputStringAsLiteralFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected