Model Railroad System
2.2.2
main.h
1
// -!- c++ -!- //////////////////////////////////////////////////////////////
2
//
3
// System :
4
// Module :
5
// Object Name : $RCSfile$
6
// Revision : $Revision$
7
// Date : $Date$
8
// Author : $Author$
9
// Created By : Robert Heller
10
// Created : Sat Jul 25 15:35:47 2015
11
// Last Modified : <180510.1604>
12
//
13
// Description
14
//
15
// Notes
16
//
17
// History
18
//
19
/////////////////////////////////////////////////////////////////////////////
20
//
21
// Copyright (C) 2015 Robert Heller D/B/A Deepwoods Software
22
// 51 Locke Hill Road
23
// Wendell, MA 01379-9728
24
//
25
// This program is free software; you can redistribute it and/or modify
26
// it under the terms of the GNU General Public License as published by
27
// the Free Software Foundation; either version 2 of the License, or
28
// (at your option) any later version.
29
//
30
// This program is distributed in the hope that it will be useful,
31
// but WITHOUT ANY WARRANTY; without even the implied warranty of
32
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33
// GNU General Public License for more details.
34
//
35
// You should have received a copy of the GNU General Public License
36
// along with this program; if not, write to the Free Software
37
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
38
//
39
//
40
//
41
//////////////////////////////////////////////////////////////////////////////
42
43
#ifndef __MAIN_H
44
#define __MAIN_H
45
/** @mainpage Examples using OpenLCB / LCC
46
* This documents examples using the Model Railroad System to interface with
47
* model railroad layouts using LCC. Most of the examples will be making use
48
* of the Raspberry Pi with one or more HATs.
49
*
50
* The first example, outlined in \ref CrossingInterchangeExample, is for an
51
* interchange between two railroad lines that cross at a level crossing. It
52
* uses a Raspberry Pi to manage a pair of turnouts that implement the
53
* interchange between the two rail lines and handle the signaling around the
54
* turnouts and around the crossing.
55
*/
56
57
#endif
// __MAIN_H
58
Generated on Thu Jul 3 2025 00:59:13 for Model Railroad System by
1.9.1