Classes | |
class | dm |
class | dmPokeWFS |
A base class to coordinate poking a deformable mirror's actuators and synchronizedreads of a camera image. More... | |
class | dssShutter |
MagAO-X Uniblitz DSS Shutter interface. More... | |
class | edtCamera |
MagAO-X EDT framegrabber interface. More... | |
class | frameGrabber |
struct | ioDevice |
An input/output capable device. More... | |
struct | outletController |
A generic outlet controller. More... | |
struct | shmimT |
class | shmimMonitor |
struct | cameraConfig |
A camera configuration. More... | |
class | stdCamera |
MagAO-X standard camera interface. More... | |
class | stdMotionStage |
MagAO-X standard motion stage interface. More... | |
struct | telemeter |
A device base class which saves telemetry. More... | |
Typedefs | |
typedef std::unordered_map< std::string, cameraConfig > | cameraConfigMap |
Functions | |
template<typename typeT > | |
constexpr uint8_t | ImageStreamTypeCode () |
template<> | |
constexpr uint8_t | ImageStreamTypeCode< float > () |
template<> | |
constexpr uint8_t | ImageStreamTypeCode< double > () |
template<class derivedT > | |
INDI_NEWCALLBACK_DEFN (dmPokeWFS< derivedT >, m_indiP_nPokeImages)(const pcf | |
template<class derivedT > | |
INDI_NEWCALLBACK_DEFN (dmPokeWFS< derivedT >, m_indiP_nPokeAverage)(const pcf | |
template<class derivedT > | |
INDI_NEWCALLBACK_DEFN (dmPokeWFS< derivedT >, m_indiP_poke_amp)(const pcf | |
template<class derivedT > | |
INDI_SETCALLBACK_DEFN (dmPokeWFS< derivedT >, m_indiP_wfsFps)(const pcf | |
template<class derivedT > | |
INDI_NEWCALLBACK_DEFN (dmPokeWFS< derivedT >, m_indiP_single)(const pcf | |
template<class derivedT > | |
INDI_NEWCALLBACK_DEFN (dmPokeWFS< derivedT >, m_indiP_continuous)(const pcf | |
template<class derivedT > | |
INDI_NEWCALLBACK_DEFN (dmPokeWFS< derivedT >, m_indiP_stop)(const pcf | |
std::string | stateIntToString (int st) |
int | loadCameraConfig (cameraConfigMap &ccmap, mx::app::appConfigurator &config) |
Load the camera configurations contained in the app configuration into a map. More... | |
struct MagAOX::app::dev::cameraConfig |
typedef std::unordered_map<std::string, cameraConfig> MagAOX::app::dev::cameraConfigMap |
Definition at line 48 of file stdCamera.hpp.
|
constexpr |
|
constexpr |
|
constexpr |
MagAOX::app::dev::INDI_NEWCALLBACK_DEFN | ( | dmPokeWFS< derivedT > | , |
m_indiP_continuous | |||
) | const |
Definition at line 1120 of file dmPokeWFS.hpp.
MagAOX::app::dev::INDI_NEWCALLBACK_DEFN | ( | dmPokeWFS< derivedT > | , |
m_indiP_nPokeAverage | |||
) | const |
Definition at line 1045 of file dmPokeWFS.hpp.
MagAOX::app::dev::INDI_NEWCALLBACK_DEFN | ( | dmPokeWFS< derivedT > | , |
m_indiP_nPokeImages | |||
) | const |
Definition at line 1028 of file dmPokeWFS.hpp.
MagAOX::app::dev::INDI_NEWCALLBACK_DEFN | ( | dmPokeWFS< derivedT > | , |
m_indiP_poke_amp | |||
) | const |
Definition at line 1062 of file dmPokeWFS.hpp.
MagAOX::app::dev::INDI_NEWCALLBACK_DEFN | ( | dmPokeWFS< derivedT > | , |
m_indiP_single | |||
) | const |
Definition at line 1094 of file dmPokeWFS.hpp.
MagAOX::app::dev::INDI_NEWCALLBACK_DEFN | ( | dmPokeWFS< derivedT > | , |
m_indiP_stop | |||
) | const |
Definition at line 1153 of file dmPokeWFS.hpp.
MagAOX::app::dev::INDI_SETCALLBACK_DEFN | ( | dmPokeWFS< derivedT > | , |
m_indiP_wfsFps | |||
) | const |
Definition at line 1079 of file dmPokeWFS.hpp.
int MagAOX::app::dev::loadCameraConfig | ( | cameraConfigMap & | ccmap, |
mx::app::appConfigurator & | config | ||
) |
Load the camera configurations contained in the app configuration into a map.
[out] | ccmap | the map in which to place the configurations found in config |
[in] | config | the application configuration structure |
Definition at line 18 of file stdCamera.cpp.
Referenced by MagAOX::app::dev::stdCamera< derivedT >::loadConfig().
std::string MagAOX::app::dev::stateIntToString | ( | int | st | ) |
Definition at line 18 of file outletController.cpp.
Referenced by MagAOX::app::dev::outletController< derivedT >::updateINDI().