#include <TArtSharedMemory.h>
Public Member Functions | |
| TArtSharedMemory (int shmkey, int size) | |
| ~TArtSharedMemory () | |
| int | Read (char *buf, int size, int offset=0) |
| int | Delete () |
| bool | IsValid () |
|
||||||||||||
|
Constructor will create a shared memory
|
|
|
Default destructor will delete the shared memory if its exist |
|
|
Delete shared memory
|
|
|
|
|
||||||||||||||||
|
Read shread memory with offset and size. The data will be copied to buf.
|
1.3.9.1