12#ifndef RTCTK_TELSUB_SHMPUBLISHERIF_HPP
13#define RTCTK_TELSUB_SHMPUBLISHERIF_HPP
14#include <numapp/mempolicy.hpp>
Simple interface to class that owns the shared memory queue.
Definition: shmPublisherIf.hpp:29
virtual ~ShmPublisherIf()
Definition: shmPublisherIf.hpp:31
virtual void CloseQueue() RTCTK_NOEXCEPT=0
Close shared memory queue.
virtual std::error_code Publish(DataSamplesView const &samples) RTCTK_NOEXCEPT=0
Publish correlated data samples to shared memory.
Project-wide configuration header.
#define RTCTK_NOEXCEPT
Definition: config.hpp:63
A set of correlated agnostic non-owning data samples references.
Definition: dataSampleView.hpp:49