SharedMemoryWriter< T > Class Template Reference

#include <armarx/control/njoint_controller/task_space/SharedMemory.h>

Public Member Functions

 SharedMemoryWriter (const std::string &sharedMemoryName, const std::string &semName)
 
void updateNonLocking (const T &data) const
 

Public Attributes

boost::interprocess::named_semaphore sem
 

Detailed Description

template<typename T>
class armarx::control::njoint_controller::task_space::SharedMemoryWriter< T >

Definition at line 57 of file SharedMemory.h.

Constructor & Destructor Documentation

◆ SharedMemoryWriter()

template<typename T>
SharedMemoryWriter ( const std::string & sharedMemoryName,
const std::string & semName )
inline

Definition at line 60 of file SharedMemory.h.

+ Here is the call graph for this function:

Member Function Documentation

◆ updateNonLocking()

template<typename T>
void updateNonLocking ( const T & data) const
inline

Definition at line 72 of file SharedMemory.h.

Member Data Documentation

◆ sem

template<typename T>
boost::interprocess::named_semaphore sem

Definition at line 77 of file SharedMemory.h.


The documentation for this class was generated from the following file: