4 #ifndef OPENTITAN_SW_HOST_TESTS_USBDEV_USBDEV_STREAM_USBDEV_SERIAL_H_
5 #define OPENTITAN_SW_HOST_TESTS_USBDEV_USBDEV_STREAM_USBDEV_SERIAL_H_
6 #include "usbdev_stream.h"
13 USBDevSerial(
unsigned id, uint32_t transfer_bytes,
bool retrieve,
bool check,
14 bool send,
bool verbose)
15 :
USBDevStream(
id, transfer_bytes, retrieve, check, send, verbose) {}
25 bool Open(
const char *in_name,
const char *out_name);
45 virtual std::string
Report(
bool status =
false,
bool verbose =
false)
const;
88 usbdev_stream_sig_t sig_;