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 | |
MagAOX | |
MagAOX::app | |
MagAOX::app::dev | |
Macros | |
#define | FRAMEGRABBER_SETUP_CONFIG(cfig) |
Call frameGrabberT::setupConfig with error checking for frameGrabber. More... | |
#define | FRAMEGRABBER_LOAD_CONFIG(cfig) |
Call frameGrabberT::loadConfig with error checking for frameGrabber. More... | |
#define | FRAMEGRABBER_APP_STARTUP |
Call frameGrabberT::appStartup with error checking for frameGrabber. More... | |
#define | FRAMEGRABBER_APP_LOGIC |
Call frameGrabberT::appLogic with error checking for frameGrabber. More... | |
#define | FRAMEGRABBER_UPDATE_INDI |
Call frameGrabberT::updateINDI with error checking for frameGrabber. More... | |
#define | FRAMEGRABBER_APP_SHUTDOWN |
Call frameGrabberT::appShutdown with error checking for frameGrabber. More... | |
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 872 of file frameGrabber.hpp.
#define FRAMEGRABBER_APP_SHUTDOWN |
Call frameGrabberT::appShutdown with error checking for frameGrabber.
Definition at line 886 of file frameGrabber.hpp.
#define FRAMEGRABBER_APP_STARTUP |
Call frameGrabberT::appStartup with error checking for frameGrabber.
Definition at line 865 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 858 of file frameGrabber.hpp.
#define FRAMEGRABBER_SETUP_CONFIG | ( | cfig | ) |
Call frameGrabberT::setupConfig with error checking for frameGrabber.
cfig | the application configurator |
Definition at line 846 of file frameGrabber.hpp.
#define FRAMEGRABBER_UPDATE_INDI |
Call frameGrabberT::updateINDI with error checking for frameGrabber.
Definition at line 879 of file frameGrabber.hpp.