weather check for astrosib dome daemon

This commit is contained in:
2026-05-15 14:44:21 +03:00
parent e24568b0bf
commit 7e369976b5
86 changed files with 361 additions and 55 deletions

View File

@@ -20,4 +20,13 @@
#include <usefull_macros.h>
// size of weather/status buffers
#define STATBUF_SZ 256
// dome polling interval (clear watchdog & get status)
#define T_INTERVAL (5.0)
void server_run(sl_socktype_e type, const char *node, sl_tty_t *serial);
const char *textst(int coverstate);
void stopserver();
void forbid_observations(int forbid);
int get_forbidden();