FlightGear next
|
Models a digital output bound to a property. More...
#include <digitalcomponent.hxx>
Inherits SGReferenced.
Public Member Functions | |
DigitalOutput () | |
Constructs an empty, noninverting output. | |
void | setProperty (SGPropertyNode_ptr node) |
void | setInverted (bool value) |
bool | isInverted () const |
bool | getValue () const |
void | setValue (bool value) |
Models a digital output bound to a property.
May be an inverted output.
Definition at line 36 of file digitalcomponent.hxx.
|
inline |
Constructs an empty, noninverting output.
Definition at line 59 of file digitalcomponent.hxx.
|
inline |
Definition at line 69 of file digitalcomponent.hxx.
|
inline |
Definition at line 53 of file digitalcomponent.hxx.
|
inline |
Definition at line 52 of file digitalcomponent.hxx.
|
inline |
Definition at line 63 of file digitalcomponent.hxx.
|
inline |
Definition at line 76 of file digitalcomponent.hxx.