CARMA C++
MemoryMappedFile.h File Reference

MemoryMappedFile is a class that provides a C++ interface to the mmap(2) system call. More...

#include <sys/mman.h>
#include <iostream>
#include <string>

Go to the source code of this file.

Classes

class  carma::ui::rtd::MemoryMappedFile
 Memory Mapped file is a class that provides a C++ interface to the mmap(2) system call. More...
 
class  carma::ui::rtd::MemoryMappedFileException
 Exceptions for MemoryMappedFile's. More...
 

Namespaces

module  carma
 IDL for bima Rx Control, inherits from antenna::common::RxControl.
 
 carma::ui::rtd
 User Interface Realtime Display Windows.
 

Detailed Description

MemoryMappedFile is a class that provides a C++ interface to the mmap(2) system call.

Author
Scott Brumbaugh
Date
February 1999
id:

Definition in file MemoryMappedFile.h.