Instrument Neutral Distributed Interface INDI  2.0.2
Classes | Namespaces | Macros
usb_dewpoint.h File Reference
#include <defaultdevice.h>

Go to the source code of this file.

Classes

class  USBDewpoint
 

Namespaces

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

Macros

#define UDP_CMD_LEN   6
 
#define UDP_STATUS_CMD   "SGETAL"
 
#define UDP_OUTPUT_CMD   "S%1uO%03u"
 
#define UDP_THRESHOLD_CMD   "STHR%1u%1u"
 
#define UDP_CALIBRATION_CMD   "SCA%1u%1u%1u"
 
#define UDP_LINK_CMD   "SLINK%1u"
 
#define UDP_AUTO_CMD   "SAUTO%1u"
 
#define UDP_AGGRESSIVITY_CMD   "SAGGR%1u"
 
#define UDP_IDENTIFY_CMD   "SWHOIS"
 
#define UDP_RESET_CMD   "SEERAZ"
 
#define UDP_DONE_RESPONSE   "DONE"
 
#define UDP_RES_LEN   80
 
#define UDP_STATUS_RESPONSE   "##%f/%f/%f/%f/%f/%u/%u/%u/%u/%u/%u/%u/%u/%u/%u/%u**"
 
#define UDP_STATUS_START   "##"
 
#define UDP_STATUS_SEPARATOR   "/"
 
#define UDP_STATUS_END   "**"
 
#define UDP_IDENTIFY_RESPONSE   "UDP2(%u)"
 

Macro Definition Documentation

◆ UDP_AGGRESSIVITY_CMD

#define UDP_AGGRESSIVITY_CMD   "SAGGR%1u"

Definition at line 35 of file usb_dewpoint.h.

◆ UDP_AUTO_CMD

#define UDP_AUTO_CMD   "SAUTO%1u"

Definition at line 34 of file usb_dewpoint.h.

◆ UDP_CALIBRATION_CMD

#define UDP_CALIBRATION_CMD   "SCA%1u%1u%1u"

Definition at line 32 of file usb_dewpoint.h.

◆ UDP_CMD_LEN

#define UDP_CMD_LEN   6

Definition at line 28 of file usb_dewpoint.h.

◆ UDP_DONE_RESPONSE

#define UDP_DONE_RESPONSE   "DONE"

Definition at line 42 of file usb_dewpoint.h.

◆ UDP_IDENTIFY_CMD

#define UDP_IDENTIFY_CMD   "SWHOIS"

Definition at line 36 of file usb_dewpoint.h.

◆ UDP_IDENTIFY_RESPONSE

#define UDP_IDENTIFY_RESPONSE   "UDP2(%u)"

Definition at line 71 of file usb_dewpoint.h.

◆ UDP_LINK_CMD

#define UDP_LINK_CMD   "SLINK%1u"

Definition at line 33 of file usb_dewpoint.h.

◆ UDP_OUTPUT_CMD

#define UDP_OUTPUT_CMD   "S%1uO%03u"

Definition at line 30 of file usb_dewpoint.h.

◆ UDP_RES_LEN

#define UDP_RES_LEN   80

Definition at line 43 of file usb_dewpoint.h.

◆ UDP_RESET_CMD

#define UDP_RESET_CMD   "SEERAZ"

Definition at line 37 of file usb_dewpoint.h.

◆ UDP_STATUS_CMD

#define UDP_STATUS_CMD   "SGETAL"

Definition at line 29 of file usb_dewpoint.h.

◆ UDP_STATUS_END

#define UDP_STATUS_END   "**"

Definition at line 69 of file usb_dewpoint.h.

◆ UDP_STATUS_RESPONSE

#define UDP_STATUS_RESPONSE   "##%f/%f/%f/%f/%f/%u/%u/%u/%u/%u/%u/%u/%u/%u/%u/%u**"

Definition at line 66 of file usb_dewpoint.h.

◆ UDP_STATUS_SEPARATOR

#define UDP_STATUS_SEPARATOR   "/"

Definition at line 68 of file usb_dewpoint.h.

◆ UDP_STATUS_START

#define UDP_STATUS_START   "##"

Definition at line 67 of file usb_dewpoint.h.

◆ UDP_THRESHOLD_CMD

#define UDP_THRESHOLD_CMD   "STHR%1u%1u"

Definition at line 31 of file usb_dewpoint.h.