1 #ifndef CARMA_UTIL_IPQWRITER_H
2 #define CARMA_UTIL_IPQWRITER_H
82 class IPQwriter :
public IPQbuffer,
public E {
106 IPQwriter( const ::std::string & filenameString,
107 bool isCreator =
false,
109 unsigned int testOffset = 0);
127 const ::std::string & filenameString,
128 const bool isCreator,
130 const unsigned int testOffset) :
150 #endif // CARMA_UTIL_IPQWRITER_H
IPQ (InterProcessQueue) provides a generic way for information to be shared between processes or thre...
Shared memory storage mechanism for an IPQ buffer.
IPQwriter(const ::std::string &filenameString, bool isCreator=false, int nElements=0, unsigned int testOffset=0)
Constructor for a writer that can create a queue.
void write()
Put an element into the queue.
void write()
Put an element into the queue.
void init()
This does all the real constructor work.