1 #ifndef CARMA_UTIL_IPQFILEWRITER_H
2 #define CARMA_UTIL_IPQFILEWRITER_H
105 bool isCreator =
false,
107 unsigned int testOffset = 0);
123 const ::std::string & filenameString,
124 const bool isCreator,
126 const unsigned int testOffset) :
146 #endif // CARMA_UTIL_IPQFILEWRITER_H
IPQfileWriter(const ::std::string &filenameString, bool isCreator=false, int nElements=0, unsigned int testOffset=0)
Constructor for a writer of a memory mapped file.
IPQ (InterProcessQueue) provides a generic way for information to be shared between processes or thre...
IPQ (InterProcessQueue) provides a generic way for information to be shared between processes or thre...
void write()
Put an element into the queue.
Shared memory storage mechanism.
void write()
Put an element into the queue.
void init()
This does all the real constructor work.