|
size_t | size () throw () |
|
bool | open (const std::string &nodename, size_t nword, bool recreate=false) |
|
bool | init () |
|
bool | close () |
|
bool | unlink () |
|
bool | lock () throw () |
|
bool | unlock () throw () |
|
bool | wait () throw () |
|
bool | wait (int time) throw () |
|
bool | notify () throw () |
|
void | clear () |
|
bool | isOpened () |
|
const std::string | getPath () const throw () |
|
Header * | getHeader () throw () |
|
int * | getBuffer () throw () |
|
bool | isWritable (int nword) throw () |
|
bool | isReadable (int nword) throw () |
|
unsigned int | write (const int *buf, unsigned int nword, bool fouce, unsigned int serial=0) |
|
unsigned int | write (const int *buf, unsigned int nword, bool fouce, unsigned int serial, bool unlocked) |
|
unsigned int | read (int *buf, bool fouce, bool unlocked, Header *hdr=NULL) |
|
Definition at line 21 of file SharedEventBuffer.h.
The documentation for this class was generated from the following files: