TwiceAsNice
2019-02-18
|
Namespace to encapsulate all INDI Connection Plugins. More...
Classes | |
class | Interface |
The Interface class class is the base class for all INDI connection plugins. More... | |
class | Serial |
The Serial class manages connection with serial devices including Bluetooth. More... | |
class | TCP |
The TCP class manages connection with devices over the network via TCP/IP. More... | |
Functions | |
int | dev_file_select (const dirent *entry) |
Variables | |
const char * | CONNECTION_TAB = "Connection" |
CONNECTION_TAB Where all device connection settings (serial, usb, ethernet) are defined and controlled. More... | |
Namespace to encapsulate all INDI Connection Plugins.
Each INDI connection plugin is responsible of managing communications with a specific physical or logical medium (e.g. serial or ethernet).
int Connection::dev_file_select | ( | const dirent * | entry | ) |
const char * Connection::CONNECTION_TAB = "Connection" |
CONNECTION_TAB Where all device connection settings (serial, usb, ethernet) are defined and controlled.