class Printer

Defined at line 106 of file ../../src/ui/tools/print-input-report/printer.h

Protected Members

size_t indent_

Public Methods

void Printer ()

Defined at line 108 of file ../../src/ui/tools/print-input-report/printer.h

const char * UnitTypeToString (fuchsia_input_report::wire::Unit unit)

Find the string related to the unit. If we are given a value that we do not

recognize, the string "NONE" will be returned and printed.

Defined at line 112 of file ../../src/ui/tools/print-input-report/printer.h

const char * SensorTypeToString (fuchsia_input_report::wire::SensorType type)

Find the string related to the sensor type. If we are given a value that we do not

recognize, the string "ERROR" will be returned and printed.

Defined at line 122 of file ../../src/ui/tools/print-input-report/printer.h

const char * TouchTypeToString (fuchsia_input_report::wire::TouchType type)

Defined at line 130 of file ../../src/ui/tools/print-input-report/printer.h

const char * LedTypeToString (fuchsia_input_report::wire::LedType type)

Defined at line 138 of file ../../src/ui/tools/print-input-report/printer.h

const char * ConsumerControlButtonToString (fuchsia_input_report::wire::ConsumerControlButton type)

Defined at line 146 of file ../../src/ui/tools/print-input-report/printer.h

void PrintAxis (fuchsia_input_report::wire::Axis axis)

Defined at line 155 of file ../../src/ui/tools/print-input-report/printer.h

void PrintAxisIndented (fuchsia_input_report::wire::Axis axis)

Defined at line 165 of file ../../src/ui/tools/print-input-report/printer.h

void Print (const char * format)

Defined at line 177 of file ../../src/ui/tools/print-input-report/printer.h

void SetIndent (size_t indent)

Defined at line 187 of file ../../src/ui/tools/print-input-report/printer.h

void IncreaseIndent ()

Defined at line 189 of file ../../src/ui/tools/print-input-report/printer.h

void DecreaseIndent ()

Defined at line 191 of file ../../src/ui/tools/print-input-report/printer.h

Protected Methods

void RealPrint (const char * format, va_list argptr)

Defined at line 194 of file ../../src/ui/tools/print-input-report/printer.h