CARMA C++
IPQbufferBase.h File Reference

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

#include "carma/util/IPQinterface.h"
#include <string>

Go to the source code of this file.

Classes

class  carma::util::IPQbufferBase
 IPQ (InterProcessQueue) provides a generic way for information to be shared between processes or threads. 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 holds the basic buffer and all of the access methods.

Author
Steve Scott 08 Oct, 2002 Based on MemoryMappedFile and CrossProcessBuffer by Scott Brumbaugh, circa 1999

$CarmaCopyright$

Definition in file IPQbufferBase.h.