#include <ngcdcsAOCAL.hpp>
Public Member Functions | |
| ngcdcsAOCAL_FACTORY () | |
| Constructor. | |
| virtual | ~ngcdcsAOCAL_FACTORY () |
| Destructor. | |
| ngcdcsEXPDRV * | Make (const char *desc, const ngcdcs_system_t &sys, const ngcb_fb_t &fb) |
| Creator. | |
Public Member Functions inherited from ngcdcsFACTORY | |
| ngcdcsFACTORY (const char *s) | |
| Constructor. | |
| ngcdcsFACTORY (const char *s, int closed) | |
| Constructor for empty factory. | |
| virtual | ~ngcdcsFACTORY () |
| Destructor. | |
| ngcdcsEXPDRV * | Create (const char *desc, const ngcdcs_system_t &sys, const ngcb_fb_t &fb) |
| Creator. | |
| char * | ErrMsg () |
| Error message. | |
| int | Closed () |
| Factory is closed. | |
Additional Inherited Members | |
Public Attributes inherited from ngcdcsFACTORY | |
| char | name [64] |
| Driver name. | |
| void * | dl |
| Dynamic linking handle. | |
| char | module [64] |
| Dynamic linking module. | |
| char | symbol [64] |
| Dynamic linking symbol name. | |
| int | busy |
| Busy flag. | |
Exposure driver factory for NGC-AO gain calibration
|
inline |
Constructor.
|
inlinevirtual |
Destructor.
|
inlinevirtual |
Creator.
Reimplemented from ngcdcsFACTORY.