Instrument Neutral Distributed Interface INDI  2.0.2
MathPlugin.cpp
Go to the documentation of this file.
1 
9 #include "MathPlugin.h"
10 
11 namespace INDI
12 {
13 namespace AlignmentSubsystem
14 {
15 bool MathPlugin::Initialise(InMemoryDatabase *pInMemoryDatabase)
16 {
18  return true;
19 }
20 
21 } // namespace AlignmentSubsystem
22 } // namespace INDI
This class provides the driver side API to the in memory alignment database.
InMemoryDatabase * pInMemoryDatabase
Definition: MathPlugin.h:83
virtual bool Initialise(InMemoryDatabase *pInMemoryDatabase)
Initialise or re-initialise the math plugin. Re-reading the in memory database as necessary.
Definition: MathPlugin.cpp:15
Namespace to encapsulate INDI client, drivers, and mediator classes.