The MagAO-X DM Poke Centering header file. More...
#include <mx/improc/eigenImage.hpp>#include <mx/improc/milkImage.hpp>#include <mx/improc/eigenCube.hpp>#include "semUtilsDerived.hpp"#include "../../ImageStreamIO/pixaccess.hpp"

Go to the source code of this file.
Classes | |
| class | MagAOX::app::dev::dmPokeWFS< derivedT > |
| A base class to coordinate poking a deformable mirror's actuators and synchronizedreads of a camera image. More... | |
| struct | MagAOX::app::dev::dmPokeWFS< derivedT >::wfsShmimT |
| struct | MagAOX::app::dev::dmPokeWFS< derivedT >::darkShmimT |
Namespaces | |
| namespace | MagAOX |
| namespace | MagAOX::app |
| namespace | MagAOX::app::dev |
Macros | |
| #define | DMPOKEWFS_SETUP_CONFIG(cfig) |
| Call dmPokeWFS::setupConfig with error checking. | |
| #define | DMPOKEWFS_LOAD_CONFIG(cfig) |
| Call dmPokeWFS::loadConfig with error checking. | |
| #define | DMPOKEWFS_APP_STARTUP |
| Call dmPokeWFS::appStartup with error checking. | |
| #define | DMPOKEWFS_APP_LOGIC |
| Call dmPokeWFS::appLogic with error checking. | |
| #define | DMPOKEWFS_APP_SHUTDOWN |
| Call dmPokeWFS::appShutdown with error checking. | |
Functions | |
| template<class derivedT > | |
| MagAOX::app::dev::INDI_NEWCALLBACK_DEFN (dmPokeWFS< derivedT >, m_indiP_nPokeImages)(const pcf | |
| template<class derivedT > | |
| MagAOX::app::dev::INDI_NEWCALLBACK_DEFN (dmPokeWFS< derivedT >, m_indiP_nPokeAverage)(const pcf | |
| template<class derivedT > | |
| MagAOX::app::dev::INDI_NEWCALLBACK_DEFN (dmPokeWFS< derivedT >, m_indiP_poke_amp)(const pcf | |
| template<class derivedT > | |
| MagAOX::app::dev::INDI_SETCALLBACK_DEFN (dmPokeWFS< derivedT >, m_indiP_wfsFps)(const pcf | |
| template<class derivedT > | |
| MagAOX::app::dev::INDI_NEWCALLBACK_DEFN (dmPokeWFS< derivedT >, m_indiP_single)(const pcf | |
| template<class derivedT > | |
| MagAOX::app::dev::INDI_NEWCALLBACK_DEFN (dmPokeWFS< derivedT >, m_indiP_continuous)(const pcf | |
| template<class derivedT > | |
| MagAOX::app::dev::INDI_NEWCALLBACK_DEFN (dmPokeWFS< derivedT >, m_indiP_stop)(const pcf | |
The MagAO-X DM Poke Centering header file.
Definition in file dmPokeWFS.hpp.
| #define DMPOKEWFS_APP_LOGIC |
Call dmPokeWFS::appLogic with error checking.
Definition at line 1235 of file dmPokeWFS.hpp.
| #define DMPOKEWFS_APP_SHUTDOWN |
Call dmPokeWFS::appShutdown with error checking.
Definition at line 1242 of file dmPokeWFS.hpp.
| #define DMPOKEWFS_APP_STARTUP |
Call dmPokeWFS::appStartup with error checking.
Definition at line 1228 of file dmPokeWFS.hpp.
| #define DMPOKEWFS_LOAD_CONFIG | ( | cfig | ) |
Call dmPokeWFS::loadConfig with error checking.
This must be inside a function that returns int, e.g. the standard loadConfigImpl.
| cfig | the application configurator |
Definition at line 1221 of file dmPokeWFS.hpp.
| #define DMPOKEWFS_SETUP_CONFIG | ( | cfig | ) |
Call dmPokeWFS::setupConfig with error checking.
| cfig | the application configurator |
Definition at line 1209 of file dmPokeWFS.hpp.