Instrument Neutral Distributed Interface INDI  2.0.2
Classes | Enumerations
weather_safety_proxy.h File Reference
#include "indiweather.h"

Go to the source code of this file.

Classes

class  WeatherSafetyProxy
 

Enumerations

enum  wsp_scripts_enum { WSP_SCRIPT = 0 , WSP_SCRIPT_COUNT }
 
enum  wsp_urls_enum { WSP_URL = 0 , WSP_URL_COUNT }
 
enum  wsp_use_enum { WSP_USE_SCRIPT = 0 , WSP_USE_CURL , WSP_USE_COUNT }
 
enum  wsp_safety { WSP_UNSAFE = 0 , WSP_SAFE }
 
enum  wsp_soft_error_enum { WSP_SOFT_ERROR_MAX = 0 , WSP_SOFT_ERROR_RECOVERY , WSP_SOFT_ERROR_COUNT }
 

Enumeration Type Documentation

◆ wsp_safety

enum wsp_safety
Enumerator
WSP_UNSAFE 
WSP_SAFE 

Definition at line 48 of file weather_safety_proxy.h.

◆ wsp_scripts_enum

Enumerator
WSP_SCRIPT 
WSP_SCRIPT_COUNT 

Definition at line 29 of file weather_safety_proxy.h.

◆ wsp_soft_error_enum

Enumerator
WSP_SOFT_ERROR_MAX 
WSP_SOFT_ERROR_RECOVERY 
WSP_SOFT_ERROR_COUNT 

Definition at line 54 of file weather_safety_proxy.h.

◆ wsp_urls_enum

Enumerator
WSP_URL 
WSP_URL_COUNT 

Definition at line 35 of file weather_safety_proxy.h.

◆ wsp_use_enum

Enumerator
WSP_USE_SCRIPT 
WSP_USE_CURL 
WSP_USE_COUNT 

Definition at line 41 of file weather_safety_proxy.h.