The MagAO-X generic frame grabber. More...
#include <sys/syscall.h>#include <mx/sigproc/circularBuffer.hpp>#include <mx/math/vectorUtils.hpp>#include <mx/improc/imageUtils.hpp>#include <ImageStreamIO/ImageStruct.h>#include <ImageStreamIO/ImageStreamIO.h>#include "../../common/paths.hpp"

Go to the source code of this file.
Classes | |
| class | MagAOX::app::dev::frameGrabber< derivedT > |
Namespaces | |
| namespace | MagAOX |
| namespace | MagAOX::app |
| namespace | MagAOX::app::dev |
Macros | |
| #define | FRAMEGRABBER_SETUP_CONFIG(cfig) |
| Call frameGrabberT::setupConfig with error checking for frameGrabber. | |
| #define | FRAMEGRABBER_LOAD_CONFIG(cfig) |
| Call frameGrabberT::loadConfig with error checking for frameGrabber. | |
| #define | FRAMEGRABBER_APP_STARTUP |
| Call frameGrabberT::appStartup with error checking for frameGrabber. | |
| #define | FRAMEGRABBER_APP_LOGIC |
| Call frameGrabberT::appLogic with error checking for frameGrabber. | |
| #define | FRAMEGRABBER_UPDATE_INDI |
| Call frameGrabberT::updateINDI with error checking for frameGrabber. | |
| #define | FRAMEGRABBER_APP_SHUTDOWN |
| Call frameGrabberT::appShutdown with error checking for frameGrabber. | |
The MagAO-X generic frame grabber.
Definition in file frameGrabber.hpp.
| #define FRAMEGRABBER_APP_LOGIC |
Call frameGrabberT::appLogic with error checking for frameGrabber.
Definition at line 1080 of file frameGrabber.hpp.
| #define FRAMEGRABBER_APP_SHUTDOWN |
Call frameGrabberT::appShutdown with error checking for frameGrabber.
Definition at line 1094 of file frameGrabber.hpp.
| #define FRAMEGRABBER_APP_STARTUP |
Call frameGrabberT::appStartup with error checking for frameGrabber.
Definition at line 1073 of file frameGrabber.hpp.
| #define FRAMEGRABBER_LOAD_CONFIG | ( | cfig | ) |
Call frameGrabberT::loadConfig with error checking for frameGrabber.
This must be inside a function that returns int, e.g. the standard loadConfigImpl.
| cfig | the application configurator |
Definition at line 1066 of file frameGrabber.hpp.
| #define FRAMEGRABBER_SETUP_CONFIG | ( | cfig | ) |
Call frameGrabberT::setupConfig with error checking for frameGrabber.
| cfig | the application configurator |
Definition at line 1054 of file frameGrabber.hpp.
| #define FRAMEGRABBER_UPDATE_INDI |
Call frameGrabberT::updateINDI with error checking for frameGrabber.
Definition at line 1087 of file frameGrabber.hpp.