#include "guwhiteboardtypelist_generated.h"
#include "gusimplewhiteboard.h"
#include "WBFunctor.h"
#include <iostream>
#include <cstdio>
#include <list>
#include <dispatch/dispatch.h>
 
Go to the source code of this file.
 | 
| struct   | callback_helper | 
|   | An internal stuct for passing callback information to dispatch queues.  More...
  | 
|   | 
| class   | whiteboard_watcher | 
|   | This class provides a subscription implementation for the 'simple' whiteboard, aka the 'typed' whiteboard.  More...
  | 
|   | 
◆ DISPATCH_QUEUE_NAME_WB
      
        
          | #define DISPATCH_QUEUE_NAME_WB   "guWhiteboard" | 
        
      
 
 
◆ DISPATCH_QUEUE_SERIAL
      
        
          | #define DISPATCH_QUEUE_SERIAL   NULLPTR | 
        
      
 
 
◆ SUBSCRIBE
      
        
          | #define SUBSCRIBE | 
          ( | 
            | 
          wb,  | 
        
        
           | 
           | 
            | 
          t,  | 
        
        
           | 
           | 
            | 
          c,  | 
        
        
           | 
           | 
            | 
          f  | 
        
        
           | 
          ) | 
           |    ((wb)->subscribe(t ## _WBFunctor<c>::bind(this, &f, k##t ## _v))) | 
        
      
 
 
◆ WBTYPES_NS
◆ local_whiteboard_descriptor