Click or drag to resize

Namespaces

Namespaces
NamespaceDescription
RRAutoLib.CTC
This namespace contains classes for CTC (Centralized Traffic Control). The consumers of this framework are user interfaces.

The central class of this namespace is CtcService.
RRAutoLib.Loconet
This namespace contains classes that provide basic packet communication between the PC and the Loconet network. The consumers of this namespace are the framework for railroad control as defined by the RRAutoLib.CTC namespace and user interfaces.

The central class of this namespace is LoconetService. All classes prefixed by Pk are Packet classes. PkUnknown should be inherited for custom packets.
RRAutoLib.Remoting
This namespace contains classes for remote controling railroad objects on one computer from another. Data is exchanged over the TCP protocol, through a wired or Wi-Fi network connection.
RRAutoLib.Scripting
This namespace provides services for verifying, compiling, and binding user scipts for operation. It also contains helper methods specifically tailored to be used within the scripting context.