FreeEMS  0.2.0-SNAPSHOT-285-g028e24c
xgateScheduler.c
Go to the documentation of this file.
1 // Temporary file to make Sean's life easy!
2 
3 
4 /* FreeEMS - the open source engine management system
5  *
6  * Copyright 2011 Fred Cooke
7  *
8  * This file is part of the FreeEMS project.
9  *
10  * FreeEMS software is free software: you can redistribute it and/or modify
11  * it under the terms of the GNU General Public License as published by
12  * the Free Software Foundation, either version 3 of the License, or
13  * (at your option) any later version.
14  *
15  * FreeEMS software is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18  * GNU General Public License for more details.
19  *
20  * You should have received a copy of the GNU General Public License
21  * along with any FreeEMS software. If not, see http://www.gnu.org/licenses/
22  *
23  * We ask that if you make any changes to this file you email them upstream to
24  * us at admin(at)diyefi(dot)org or, even better, fork the code on github.com!
25  *
26  * Thank you for choosing FreeEMS to run your engine!
27  */
28 
29 
30 /** @file
31  *
32  * @ingroup xgateFiles
33  * @ingroup enginePositionRPMDecoders
34  *
35  * @brief XGATE decoder output scheduling
36  *
37  * @author Sean Keys
38  */