Instrument Neutral Distributed Interface INDI  2.0.2
parentdevice_p.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "basedevice_p.h"
4 #include <atomic>
5 
6 namespace INDI
7 {
8 
10 {
11  public:
12  std::atomic_int ref {0};
13 };
14 
15 }
Namespace to encapsulate INDI client, drivers, and mediator classes.