#include <ngcdcsRTD.hpp>
|
| | ngcdcsRTD (const char *s, ngcdcs_rtdshm_t *initVal=NULL) |
| | Constructor.
|
| |
| virtual | ~ngcdcsRTD () |
| | Destructor.
|
| |
| void | Cfg (int idx, const ngcdcs_rtdacq_t &acq) |
| | Configure.
|
| |
| int | GetCfg (int idx, ngcdcs_rtdacq_t *acq) |
| | Get connection configuration.
|
| |
| | ngcbSHMDB (const char *app, const char *s, void *initBuffer=NULL, size_t size=0) |
| | Constructor.
|
| |
| virtual | ~ngcbSHMDB () |
| | Destructor.
|
| |
| int | Initialized () |
| | Check if initialization was OK.
|
| |
| char * | ErrMsg () |
| | Error message.
|
| |
| int | Lock () |
| | Lock shared memory.
|
| |
| void | Unlock () |
| | Unlock shared memory.
|
| |
| int | Set (const void *buffer) |
| | Set shared memory buffer.
|
| |
| int | Get (void *buffer) |
| | Get shared memory buffer.
|
| |
| int | ShmId () |
| | Return shared memory id.
|
| |
| size_t | Size () |
| | Return shared memory size.
|
| |
| int | SemId () |
| | Return semaphore id.
|
| |
| int | Key () |
| | Return IPC-key.
|
| |
| const char * | KeyFile () |
| | Return key-file name.
|
| |
| void | Remove () |
| | Remove database.
|
| |
|
| void * | shmBuf |
| | Shared memory buffer.
|
| |
| void | Initialized (int flag) |
| | Set initialization flag.
|
| |
◆ ngcdcsRTD()
◆ ~ngcdcsRTD()
| virtual ngcdcsRTD::~ngcdcsRTD |
( |
| ) |
|
|
inlinevirtual |
◆ Cfg()
◆ GetCfg()
Get connection configuration.
The documentation for this class was generated from the following file: