| 
    MagAO-X
    
   | 
   ||||
   
  | 
 
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} | 
| The function to call for a new or set property.  More... | |
Structure to hold the call-back details for handling INDI communications.
Definition at line 389 of file MagAOXApp.hpp.
      
  | 
  inline | 
Definition at line 392 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 393 of file MagAOXApp.hpp.
| pcf::IndiProperty* MagAOX::app::MagAOXApp< _useINDI >::indiCallBack::property {0} | 
A pointer to an INDI property.
Definition at line 391 of file MagAOXApp.hpp.