|
Android-cuttlefish cvd tool
|
#include <monitor_source.h>

Public Member Functions | |
| virtual | ~MonitorSource () |
| virtual MonitorOutput | Report (size_t rows, size_t columns)=0 |
| virtual SharedFD | ReadyFd ()=0 |
|
virtualdefault |
|
pure virtual |
When this file descriptor is ready for reading (as defined by poll), it is ready to report new data from Report.
If the file descriptor is invalid, the source is always considered ready.
Implemented in cuttlefish::FileMonitorSource.
|
pure virtual |
Pulls new information from the data source if there is any and returns the text that should be shown in the monitor window.
rows and columns are hints for the output. May output more or less.
Implemented in cuttlefish::FileMonitorSource.