CARMA C++
IPQbuffer.h File Reference

IPQ (InterProcessQueue) provides a generic way for information to be shared between processes or threads. More...

#include "carma/util/IPQbufferBase.h"
#include <sys/types.h>
#include <sys/mman.h>
#include <sys/uio.h>

Go to the source code of this file.

Classes

class  carma::util::IPQbuffer
 Shared memory storage mechanism for an IPQ buffer. More...
 

Namespaces

module  carma
 IDL for bima Rx Control, inherits from antenna::common::RxControl.
 
 carma::util
 Utility classes.
 

Detailed Description

IPQ (InterProcessQueue) provides a generic way for information to be shared between processes or threads.

This class provides access for a shared memory implementation of the generic base class.

Original author: Steve Scott 24 Apr, 2003

Definition in file IPQbuffer.h.