OctopOS  0.6.0
Data communication bus for SPACE HAUC
Classes | Typedefs
subscriber.h File Reference
#include <pthread.h>
#include <unordered_map>
#include <sstream>
#include <vector>
#include <algorithm>
#include <iterator>
#include <string>
#include <queue>
#include <functional>
#include <tuple>
#include "tentacle.h"

Go to the source code of this file.

Classes

class  Optional< T >
 
class  subscriber_manager
 
class  subscriber< T >
 

Typedefs

typedef std::function< void(std::tuple< sem_id_t, shm_object *, generic_t * > &)> callback
 

Typedef Documentation

◆ callback

typedef std::function< void(std::tuple<sem_id_t, shm_object*, generic_t*>&)> callback

typedef for the function signature of our callback