Software APIs
Public Member Functions | Data Fields
TestConfig Struct Reference

Simple container for test configuration. More...

#include <sw/host/tests/usbdev/usbdev_stream/stream_test.h>

Public Member Functions

 TestConfig (bool init_verb, bool init_retr, bool init_chk, bool init_send)
 Initialize test settings; see descriptions below.
 

Data Fields

bool verbose
 Verbose logging/diagnostic reporting.
 
bool override_flags
 Override the stream flags using the command line arguments?
 
bool retrieve
 Retrieve data from the device.
 
bool check
 Check the retrieved data against expectations.
 
bool send
 Send data to the device.
 
bool serial
 Favor serial ports over libusb for Bulk Transfer streams?
 
bool suspending
 Are we performing suspend-resume testing whilst streaming?
 

Detailed Description

Simple container for test configuration.

Definition at line 19 of file stream_test.h.