Model Railroad System
2.2.2
|
One or two heads signals, 3 colors per head. More...
Public Member Functions | |
OneTwoHead3Color (name,...) | |
Constructor: initialize the signal object. More... | |
setaspect (aspect) | |
Set signal aspect. More... | |
Static Public Member Functions | |
static | validate (object) |
Type validating code Raises an error if object is not either the empty string or a OneTwoHead3Color type object. More... | |
Private Attributes | |
driver | |
The SignalDriverMax72xx object. More... | |
Static Private Attributes | |
static | aspectmap |
Aspect map. More... | |
One or two heads signals, 3 colors per head.
Typical usage:
Definition at line 64 of file ArdunioMAX72XX_Signals.tcl.
arduniomax72xx_signals::OneTwoHead3Color::OneTwoHead3Color | ( | name | , |
... | |||
) |
Constructor: initialize the signal object.
Create a low level actuator object and install it as a component.
name | Name of the signal object. |
... | Options:
|
arduniomax72xx_signals::OneTwoHead3Color::setaspect | ( | aspect | ) |
Set signal aspect.
aspect | New aspect color. |
|
static |
Type validating code Raises an error if object is not either the empty string or a OneTwoHead3Color type object.
object | Some object. |
|
staticprivate |
Aspect map.
Definition at line 96 of file ArdunioMAX72XX_Signals.tcl.
|
private |
The SignalDriverMax72xx object.
Definition at line 72 of file ArdunioMAX72XX_Signals.tcl.