OOStuBS - Technische Informatik II (TI-II)  2.4
Öffentliche Methoden | Öffentliche Attribute | Aufstellung aller Elemente
Blink Klassenreferenz

Manipulation object to set blinking. Mehr ...

#include <o_stream.h>

Öffentliche Methoden

 Blink (bool blink)
 Constructor setting internal state.

Öffentliche Attribute

bool blink
 internal state to be passed to driver

Ausführliche Beschreibung

Manipulation object to set blinking.

the object will be created through the call of the constructor. Afterwards it is passed via the << operator to the O_Stream object. The O_Stream object then passes the internal blink attribute to the driver through the abstract setAttribute function. Care needs to be taken, since the attribute change will effect the whole buffer including preceding characters.

Definiert in Zeile 78 der Datei o_stream.h.

Beschreibung der Konstruktoren und Destruktoren

Blink::Blink ( bool  blink)
inline

Constructor setting internal state.

Parameter
blinknew blinking state

Definiert in Zeile 88 der Datei o_stream.h.

Dokumentation der Datenelemente

bool Blink::blink

internal state to be passed to driver

Definiert in Zeile 83 der Datei o_stream.h.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: