Structure to hold the call-back details for handling INDI communications. More...
#include <MagAOXApp.hpp>
Public Attributes | |
pcf::IndiProperty * | property { 0 } |
A pointer to an INDI property. More... | |
int(* | callBack )(void *, const pcf::IndiProperty &) |
bool | m_defReceived { false } |
Structure to hold the call-back details for handling INDI communications.
Definition at line 549 of file MagAOXApp.hpp.
|
inline |
Definition at line 552 of file MagAOXApp.hpp.
bool MagAOX::app::MagAOXApp< _useINDI >::indiCallBack::m_defReceived { false } |
The function to call for a new or set property. Flag indicating that a DefProperty has been received after a GetProperty.
Definition at line 555 of file MagAOXApp.hpp.
pcf::IndiProperty* MagAOX::app::MagAOXApp< _useINDI >::indiCallBack::property { 0 } |
A pointer to an INDI property.
Definition at line 551 of file MagAOXApp.hpp.