MagAO-X
Operations Applications Utilities Source
MagAOX::app Namespace Reference

Classes

class  indiDriver
 
class  MagAOXApp
 The base-class for MagAO-X applications. More...
 
struct  stateCodes
 Scoping struct for application state codes. More...
 

Functions

template<typename T >
pcf::IndiProperty::Type propType ()
 
template<>
pcf::IndiProperty::Type propType< char * > ()
 
template<>
pcf::IndiProperty::Type propType< std::string > ()
 
template<>
pcf::IndiProperty::Type propType< int > ()
 
template<>
pcf::IndiProperty::Type propType< double > ()
 
template<bool _useINDI>
 INDI_SETCALLBACK_DEFN (MagAOXApp< _useINDI >, m_indiP_powerOutlet)(const pcf
 

Function Documentation

◆ INDI_SETCALLBACK_DEFN()

template<bool _useINDI>
MagAOX::app::INDI_SETCALLBACK_DEFN ( MagAOXApp< _useINDI >  ,
m_indiP_powerOutlet   
) const

Definition at line 1737 of file MagAOXApp.hpp.

◆ propType()

template<typename T >
pcf::IndiProperty::Type MagAOX::app::propType ( )
Todo:
move propType to an INDI utils file, and document.

Definition at line 1666 of file MagAOXApp.hpp.

◆ propType< char * >()

template<>
pcf::IndiProperty::Type MagAOX::app::propType< char *> ( )
inline

Definition at line 1674 of file MagAOXApp.hpp.

◆ propType< double >()

template<>
pcf::IndiProperty::Type MagAOX::app::propType< double > ( )
inline

Definition at line 1695 of file MagAOXApp.hpp.

◆ propType< int >()

template<>
pcf::IndiProperty::Type MagAOX::app::propType< int > ( )
inline

Definition at line 1688 of file MagAOXApp.hpp.

◆ propType< std::string >()

template<>
pcf::IndiProperty::Type MagAOX::app::propType< std::string > ( )
inline

Definition at line 1681 of file MagAOXApp.hpp.