class Printer

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

Protected Members

size_t indent_

Public Methods

void Printer ()

Defined at line 117 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 121 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 131 of file ../../src/ui/tools/print-input-report/printer.h

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

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

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

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

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

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

const char * TouchButtonToString (fuchsia_input_report::wire::TouchButton type)

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

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

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

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

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

void Print (const char * format)

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

void SetIndent (size_t indent)

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

void IncreaseIndent ()

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

void DecreaseIndent ()

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

Protected Methods

void RealPrint (const char * format, va_list argptr)

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