Instrument Neutral Distributed Interface INDI  2.0.2
Namespaces | Variables
indistandardproperty.cpp File Reference
#include "indistandardproperty.h"

Go to the source code of this file.

Namespaces

 INDI
 Namespace to encapsulate INDI client, drivers, and mediator classes.
 
 INDI::SP
 INDI Standard Properties are common properties standarized across drivers and clients alike.
 

Variables

const char * INDI::SP::CONNECTION = "CONNECTION"
 Connect to and disconnect from device. More...
 
const char * INDI::SP::DEVICE_PORT = "DEVICE_PORT"
 Device serial (or bluetooth) connection port. The default value on Linux is /dev/ttyUSB0 while on MacOS it is /dev/cu.usbserial It is part of Connection::SerialInterface to manage connections to serial devices. More...
 
const char * INDI::SP::DEVICE_AUTO_SEARCH = "DEVICE_AUTO_SEARCH"
 Toggle device auto search. If enabled and on connection failure with the default port, the SerialInterface class shall scan the system for available serial ports and attempts connection and handshake with each until successful. Please note if this option is enabled it can take a while before connection is established depending on how many ports are available on the system and the handshake timeout of the the underlying device. More...
 
const char * INDI::SP::DEVICE_LAN_SEARCH = "DEVICE_LAN_SEARCH"
 Toggle device LAN search. If the initial handshake with the specified hostname and port number fails, then scan the local network using all available interfaces for any hosts that accepts connection on the specified port. If connection is established, attempt a handshake. On handshake failure, iterate to the next host detected in the local network and try again. More...
 
const char * INDI::SP::DEVICE_BAUD_RATE = "DEVICE_BAUD_RATE"
 Set device baud rate. More...
 
const char * INDI::SP::DEVICE_ADDRESS = "DEVICE_ADDRESS"
 Device hostname and port. It is part of Connection::TCPInterface to manage connections to devices over the network. More...