TwiceAsNice  2019-02-18
Classes | Namespaces | Macros
usb_dewpoint.h File Reference
#include <defaultdevice.h>
Include dependency graph for usb_dewpoint.h:
This graph shows which files directly or indirectly include this file:

Classes

class  USBDewpoint
 

Namespaces

 Connection
 Namespace to encapsulate all INDI Connection Plugins.
 

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_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"

◆ UDP_AUTO_CMD

#define UDP_AUTO_CMD   "SAUTO%1u"

◆ UDP_CALIBRATION_CMD

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

◆ UDP_CMD_LEN

#define UDP_CMD_LEN   6

◆ UDP_DONE_RESPONSE

#define UDP_DONE_RESPONSE   "DONE"

◆ UDP_IDENTIFY_CMD

#define UDP_IDENTIFY_CMD   "SWHOIS"

◆ UDP_IDENTIFY_RESPONSE

#define UDP_IDENTIFY_RESPONSE   "UDP2(%u)"

◆ UDP_LINK_CMD

#define UDP_LINK_CMD   "SLINK%1u"

◆ UDP_OUTPUT_CMD

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

◆ UDP_RESET_CMD

#define UDP_RESET_CMD   "SEERAZ"

◆ UDP_STATUS_CMD

#define UDP_STATUS_CMD   "SGETAL"

◆ UDP_STATUS_END

#define UDP_STATUS_END   "**"

◆ UDP_STATUS_RESPONSE

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

◆ UDP_STATUS_SEPARATOR

#define UDP_STATUS_SEPARATOR   "/"

◆ UDP_STATUS_START

#define UDP_STATUS_START   "##"

◆ UDP_THRESHOLD_CMD

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