TwiceAsNice  2019-02-18
Classes | Functions | Variables
Connection Namespace Reference

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...
 

Detailed Description

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).

Function Documentation

◆ dev_file_select()

int Connection::dev_file_select ( const dirent *  entry)

Variable Documentation

◆ CONNECTION_TAB

const char * Connection::CONNECTION_TAB = "Connection"

CONNECTION_TAB Where all device connection settings (serial, usb, ethernet) are defined and controlled.