Represents any object that has a flushable interface.
#include <Flushable.h>
|
| bool | autoFlush |
| | Whether this interface should automatically flush new values or not. More...
|
| |
| Flushable * | parent |
| | Gets or sets the parent flushable device (if it exists); if this property is set by this driver, it is expected that flushing the parent will also flush this device. More...
|
| |
◆ ~Flushable()
◆ flush()
| virtual void flush |
( |
bool |
force = false | ) |
|
|
pure virtual |
- Parameters
-
| [in] | force | whether to flush all data to the port expander, even if it doesn't appear to have been changed |
Implemented in ChainableShiftRegisterOutput, and Dm632.
◆ autoFlush
◆ parent
This property is designed to make LED displays, which operate across groups of LEDs (and possibly groups of LED drivers), much more efficient to update. Many commonly-used LED drivers are shift registers that are chained together; since these cannot be individually addressed, any write to one must include a write to all the other ones. By properly setting the parent shift register in each chain, displays can optimize these updates.
The documentation for this class was generated from the following file:
- F:/Git/treehopper-sdk/C++/API/inc/Libraries/IO/Flushable.h