#include <stdlib.h>
#include "telescope.h"
#include "semaphore.h"
#include "error.h"
#include "gnome.h"
Functions | |
void | telescope_set_status_async (struct telescope_status_struct input) |
sets the status of the telescope control (for internal use by telescope.c only). | |
void | telescope_set_status (struct telescope_status_struct input) |
sets the status of the telescope control. | |
int | telescope_parse_statusfile () |
parses the statusfile sent by the telescope control program. | |
char * | telescope_status_message (int code) |
retruns a string corresponding to status code defined in telescope.h. | |
char * | telescope_pointing_model_message (int code) |
retruns a string corresponding to pointing model code defined in telescope.h. | |
char * | telescope_pointing_model_text (int code) |
retruns a string corresponding to pointing model code defined in telescope.h. | |
char * | telescope_pointing_model_short (int code) |
retruns a short string corresponding to pointing model code defined in telescope.h. | |
void | telescope_set_filenames (struct telescope_filename_struct input) |
sets the filename(s) associated with telescope.c. | |
telescope_filename_struct | telescope_get_filenames () |
returns the filename(s) associated with telescope.c. | |
telescope_status_struct | telescope_get_status () |
returns the current status of the telescope control. | |
Variables | |
sem_t | telescope_status_sem |
telescope_status_struct | telescope_status |
telescope_filename_struct | telescope_filenames |
Copyright (C) 2001-2003 Dirk Huenniger (dhun@astro.uni-bonn.de)
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
|
returns the filename(s) associated with telescope.c.
|
|
returns the current status of the telescope control.
|
|
parses the statusfile sent by the telescope control program.
|
|
retruns a string corresponding to pointing model code defined in telescope.h.
|
|
retruns a short string corresponding to pointing model code defined in telescope.h.
|
|
retruns a string corresponding to pointing model code defined in telescope.h.
|
|
sets the filename(s) associated with telescope.c.
|
|
sets the status of the telescope control.
|
|
sets the status of the telescope control (for internal use by telescope.c only).
|
|
retruns a string corresponding to status code defined in telescope.h.
|
|
a struct storing all filenames needed by instrument control |
|
a struct representing the current status of instrument control |
|
a semaphore procteting telescope_status |