The xrif2shmim class declaration and definition. More...
#include <ImageStreamIO/ImageStruct.h>#include <ImageStreamIO/ImageStreamIO.h>#include <xrif/xrif.h>#include <mx/ioutils/fileUtils.hpp>#include <mx/improc/eigenCube.hpp>#include <mx/ioutils/fits/fitsFile.hpp>#include <mx/sys/timeUtils.hpp>#include "../../libMagAOX/libMagAOX.hpp"

Go to the source code of this file.
Classes | |
| class | xrif2shmim |
| A utility to stream MagaO-X images from xrif compressed archives to an ImageStreamIO stream. More... | |
Functions | |
| void | microsleep (unsigned usec) |
| Sleep for a specified period in microseconds. | |
| void | sigTermHandler (int signum, siginfo_t *siginf, void *ucont) |
Variables | |
| bool | g_timeToDie = false |
The xrif2shmim class declaration and definition.
Definition in file xrif2shmim.hpp.
|
inline |
Sleep for a specified period in microseconds.
| [in] | usec | the number of microseconds to sleep. |
Definition at line 26 of file xrif2shmim.hpp.
Referenced by xrif2shmim::execute().
| void sigTermHandler | ( | int | signum, |
| siginfo_t * | siginf, | ||
| void * | ucont | ||
| ) |
Definition at line 46 of file xrif2shmim.hpp.
References g_timeToDie.
Referenced by xrif2shmim::execute().
| bool g_timeToDie = false |
Definition at line 44 of file xrif2shmim.hpp.
Referenced by xrif2shmim::execute(), and sigTermHandler().