kstars
eventloop.h File Reference
Public interface to INDI's eventloop mechanism. More...
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Typedefs | |
typedef void( | CBF )(int fd, void *) |
typedef void( | TCF )(void *) |
typedef void( | WPF )(void *) |
Functions | |
int | addCallback (int fd, CBF *fp, void *ud) |
int | addTimer (int ms, TCF *fp, void *ud) |
int | addWorkProc (WPF *fp, void *ud) |
void | eventLoop (void) |
void | rmCallback (int cid) |
void | rmTimer (int tid) |
void | rmWorkProc (int wid) |
Detailed Description
Public interface to INDI's eventloop mechanism.
Definition in file eventloop.h.
Typedef Documentation
Function Documentation
void eventLoop | ( | void | ) |
Main calls this when ready to hand over control.