6 #ifndef CARMA_UTIL_IPQBASICTYPEFILEBUFFER_H
7 #define CARMA_UTIL_IPQBASICTYPEFILEBUFFER_H
39 const std::string & filename,
40 bool isCreator =
false,
54 #endif // CARMA_UTIL_IPQBASICTYPEFILEBUFFER_H
carma::util::IPQfileBuffer classes for basic types.
virtual ~IPQbasicTypeFileBuffer()
Destructor.
IPQbasicTypeFileBuffer(void *localElement, int elementSize, const std::string &filename, bool isCreator=false, int nElements=0)
Constructor.
IPQ (InterProcessQueue) provides a generic way for information to be shared between processes or thre...
unsigned int read()
Read the oldest unread element from the queue.
Shared memory storage mechanism.
void write()
Put an element into the queue.