RTC Toolkit
2.0.0
|
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 signals to allow simple exiting from a ShmPub process. 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... | |
Provides a simple tool to publish data into the shm for data tasks.