|
| log4cplus::Logger * | logger |
| | Logger.
|
| |
| std::shared_ptr< DbUpdater > | db |
| | Database adapter.
|
| |
| int | ignoreSignal |
| | Ignore signal in main-loop select call.
|
| |
| int | cv32 |
| | Enforce conversion to 32 bit.
|
| |
| int | autoEnable |
| | Auto enable.
|
| |
| int | nxMax |
| | Maximum x-dimension.
|
| |
| int | nyMax |
| | Maximum y-dimension.
|
| |
| double | frequency |
| | Maximum display frequency (Hz)
|
| |
| int | dcsMod |
| | DCS acquisition module index.
|
| |
| int | interruptible |
| | Interruptible connection.
|
| |
| virtual void | Logger (const char *msg) override |
| |
| virtual void | Alarm (const char *msg) override |
| |
| virtual void | DbAttrState (int state) override |
| |
| virtual void | DbAttrFrames (int types) override |
| |
| virtual void | DbAttrConnected (int value) override |
| |
| virtual void | DbAttrEnabled (int value) override |
| |
| virtual void | DbAttrSelFrame (const char *name) override |
| |
| virtual void | DbAttrWin (int sx, int sy, int nx, int ny) override |
| |
| const char * | Process () |
| | Return process name.
|
| |
| const char * | Version () |
| | Return version.
|
| |
| const char * | Instance () |
| | Return instance name.
|
| |
| void | Shutdown () |
| | Request shutdown.
|
| |
| void | DataService (const char *host, int port) |
| | Assign data service (host and port)
|
| |
| int | DataOpen () |
| | Open data connection.
|
| |
| void | DataClose () |
| | Close data connection.
|
| |
| int | CamOpen () |
| | Open camera.
|
| |
| void | CamClose () |
| | Close camera.
|
| |
| int | Connected () |
| | Return connected status.
|
| |
| int | Enabled () |
| | Return enabled status.
|
| |
| void | Status (int flag) |
| | Set transfer status (enable=1, disable=0)
|
| |
| void | Start () |
| | Start (enable transfer)
|
| |
| void | Stop () |
| | Stop (disable transfer)
|
| |
| void | Invert () |
| | Invert image.
|
| |
| void | Invert (int flag) |
| | Image inversion on/off.
|
| |
| int | InvertStatus () |
| | Return image inversion flag.
|
| |
| int | SelectFrame (const char *name) |
| | Select frame type by name and return 1, if setup has changed.
|
| |
| void | CurrentFrame (char *name) |
| | Get current frame type (name)
|
| |
| int | Window (int sx, int sy, int nx, int ny) |
| | Set new window and return 1, if setup has changed.
|
| |
| int | SX () |
| | Return lower left x-coordinate of requested window.
|
| |
| int | SY () |
| | Return lower left y-coordinate of requested window.
|
| |
| int | NX () |
| | Return dimension in x-direction of requested window.
|
| |
| int | NY () |
| | Return dimension in y-direction of requested window.
|
| |
| void | Retransmit () |
| | Request frame retransmission.
|
| |
| int | Store () |
| | Store bias frame.
|
| |
| void | Clear () |
| | Clear bias frame.
|
| |
| int | Subtract (int flag) |
| | Enable/disable bias frame subtraction.
|
| |
| int | DS9 (const char *cmd, char *reply, size_t max) |
| | Execute DS9 command.
|
| |
| virtual int | MsgInit (int *fd) |
| | Initialize Initialize message system interface.
|
| |
| virtual void | MsgShutdown () |
| | Shutdown message system interface.
|
| |
| virtual int | MsgHandler (int fd) |
| | Message handler.
|
| |
| virtual int | Select (fd_set *readMask, struct timeval *timeout) |
| | Select call.
|
| |
| virtual void | DbAttrInvert (int value) |
| | Write image inversion flag to database.
|
| |
| virtual int | DbGetCfg (const char *p, ngcdcs_rtdacq_t *acq) |
| | Get acquisition process configuration from DCS database.
|
| |
| ngcdttPUBLISH * | publisher |
| | Publisher object.
|
| |
| char | acqHost [64] |
| | Acquisition process host.
|
| |
| int | acqPort |
| | Acquisition process port.
|
| |
| char | camera [128] |
| | Camera name.
|
| |
| char | dcsInst [64] |
| | DCS instance.
|
| |
| char | dcsHost [64] |
| | DCS host.
|
| |
| ngcdtt_dsup_t | defaultSetup |
| | DTT default setup.
|
| |
NGC/NGCII gateway application class for DDT.
NGC/NGCII gateway application class for DDT