Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.02 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.02 KB

Railroad Control System Delphi Interface

This repository contains delphi interface to Railroad Control System libraries, e.g. MTB library or Simulator library.

It allows programmer to use these libraries and to dynamically switch between them. It provides simple event-based interface via TRCSIFace class defined in RCS.pas.

It is intended for projects benefiting from possibility of changing the library on-line, e. g. hJOPserver.

This interface was originally created by Michal Petrilak as OutputDriver project.

Interface between dlls and this interface is described at MTB wiki.

Authors

Environment

The project was created in Delphi 2009.

License

This project is distributed under Apache License v2.0.