RTC Toolkit  1.0.0
Classes | Namespaces | Functions
shmPub.hpp File Reference

Provides a simple tool to publish data into the shm for data tasks. More...

#include <boost/program_options.hpp>
#include <cfitsio/fitsio.h>
#include <numapp/mempolicy.hpp>
#include <numapp/numapolicies.hpp>
#include <numapp/thread.hpp>
#include <ipcq/writer.hpp>
#include <iostream>
#include <vector>
#include <atomic>
#include <chrono>
#include <ctime>
#include <functional>
#include <numeric>

Go to the source code of this file.

Classes

class  rtctk::standaloneTools::ShmPub< TopicType, WriterType >
 ShmPub parent class. More...
 

Namespaces

 rtctk
 
 rtctk::standaloneTools
 

Functions

void rtctk::standaloneTools::SignalHandler (int signal)
 handles basic singals to allow simple exiting of ShmPub More...
 
template<class T >
std::vector< T > rtctk::standaloneTools::read_col_from_fits (fitsfile *fptr, char *name, long nrows, bool output=false)
 helper function for reading columns of fits table More...
 

Detailed Description

Provides a simple tool to publish data into the shm for data tasks.