#include <ngcbSERVICE.hpp>
Public Member Functions | |
| ngcbSERVICE () | |
| Constructor. | |
| virtual | ~ngcbSERVICE () |
| Destructor. | |
| virtual void | Logger (int flag, const char *msg) |
| Logger. | |
| virtual void | DeviceEvent (void *origin, void *event) |
| Device event handler. | |
| virtual void | DevError (const char *erms, int id, void *descriptor) |
| Interface device error state handler. | |
| virtual int | ParamLookup (const char *name, char *value, int flag=0) |
| Generic parameter lookup. | |
NGC system services class
|
inline |
Constructor.
|
inlinevirtual |
Destructor.
|
inlinevirtual |
Interface device error state handler.
Reimplemented in ngcdcsSRV.
|
inlinevirtual |
Device event handler.
Reimplemented in ngcbTCP2DRV, and ngcdcsSRV.
|
inlinevirtual |
Logger.
Reimplemented in ngcbTCP2DRV, and ngcdcsSRV.
|
inlinevirtual |
Generic parameter lookup.
Reimplemented in ngcdcsSRV.