3 This file is part of the MSP Märklin suite
4 Copyright © 2010 Mikkosoft Productions, Mikko Rasa
5 Distributed under the GPL
8 #ifndef LIBMARKLIN_TRAINCONTROL_H_
9 #define LIBMARKLIN_TRAINCONTROL_H_
37 static TrainControl binary(const std::string &);
38 static TrainControl discrete(const std::string &, float, float, float);
39 static TrainControl continuous(const std::string &, float, float);
42 } // namespace Marklin