SHM
Shared-memorybasedHandy-communicationManager
shm_pub_sub.cpp
1 #include <shm_pub_sub.hpp>
2 
3 namespace irlab
4 {
5 
6 namespace shm
7 {
8 
9 }
10 
11 }
12 
shm_pub_sub.hpp
Class definitions for topic communication with publisher/subscriber model. The notation is compliante...