CARMA C++
|
Class definition for SharedMemory on the BIMA antennas. More...
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <stdlib.h>
#include <string>
#include <iostream>
#include <ostream>
#include <sstream>
#include <errno.h>
#include "log4cpp/Category.hh"
#include "carma/util/Logger.h"
#include "carma/util/Program.h"
#include "carma/util/checking.h"
#include "carma/util/ErrorException.h"
#include "carma/antenna/bima/SharedMemoryException.h"
Go to the source code of this file.
Namespaces | |
module | carma |
IDL for bima Rx Control, inherits from antenna::common::RxControl. | |
Class definition for SharedMemory on the BIMA antennas.
Definition in file SharedMemory.h.