|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| SerialInterface | Interface to send/receive serial information |
| SerialListener | Listener interface to be notified about serial traffic |
| Class Summary | |
|---|---|
| ActiveFlag | Provide a flag to indicate that the system provided by this package is active. |
| SecsiMenu | Create a "Systems" menu containing the Jmri SECSI-specific tools |
| SerialAddress | Utility Class supporting parsing and testing of addresses Two address formats are supported: Gtnnnxxx where: t is the type code, 'T' for turnouts, 'S' for sensors, and 'L' for lights nn is the node address (0-127) xxx is a bit number of the input or output bit (001-999) nnxxx = (node address x 1000) + bit number examples: VT2 (node address 0, bit 2), VS1003 (node address 1, bit 3), VL11234 (node address 11, bit234) GtnnnBxxxx where: t is the type code, 'T' for turnouts, 'S' for sensors, and 'L' for lights nnn is the node address of the input or output bit (0-127) xxxx is a bit number of the input or output bit (1-2048) examples: VT0B2 (node address 0, bit 2), VS1B3 (node address 1, bit 3), VL11B234 (node address 11, bit234) |
| SerialLight | SerialLight.java Implementation of the Light Object |
| SerialLightManager | Implement light manager for SECSI serial systems System names are "TLnnn", where nnn is the bit number without padding. |
| SerialMessage | Contains the data payload of a serial packet. |
| SerialNode | Models a serial node. |
| SerialPortController | Abstract base for classes representing a communications port |
| SerialReply | Contains the data payload of a serial reply packet. |
| SerialSensor | Extend jmri.AbstractSensor for serial systems |
| SerialSensorManager | Manage the system-specific Sensor implementation. |
| SerialTrafficController | Converts Stream-based I/O to/from SECSI serial messages. |
| SerialTurnout | SerialTurnout.java This object doesn't listen to the SECSI serial communications. |
| SerialTurnoutManager | Implement turnout manager for SECSI systems System names are "VTnnn", where nnn is the turnout number without padding. |
This package handles communications for the TracTronics SECSI hardware.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||