Instrument Neutral Distributed Interface INDI  2.0.2
recorderinterface.cpp
Go to the documentation of this file.
1 /*
2  Copyright (C) 2017 by Jasem Mutlaq <mutlaqja@ikarustech.com>
3  Copyright (C) 2014 by geehalel <geehalel@gmail.com>
4 
5  Recorder Interface.
6 
7  Subclass to implement specific recording backend.
8 
9  Current supported recorders:
10  1. SER Recorder
11 
12  This library is free software; you can redistribute it and/or
13  modify it under the terms of the GNU Lesser General Public
14  License as published by the Free Software Foundation; either
15  version 2.1 of the License, or (at your option) any later version.
16 
17  This library is distributed in the hope that it will be useful,
18  but WITHOUT ANY WARRANTY; without even the implied warranty of
19  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20  Lesser General Public License for more details.
21 
22  You should have received a copy of the GNU Lesser General Public
23  License along with this library; if not, write to the Free Software
24  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
25 
26 */
27 
28 #include "recorderinterface.h"
29 
30 namespace INDI
31 {
32 
34 {
35  return name;
36 }
37 }
virtual const char * getName()
Namespace to encapsulate INDI client, drivers, and mediator classes.