lichao
2021-03-25 d3e7f93e69cb24c766292d8780e745caf24d42a8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
 * =====================================================================================
 *
 *       Filename:  pubsub.h
 *
 *    Description:  
 *
 *        Version:  1.0
 *        Created:  2021年03月24日 18时44分36秒
 *       Revision:  none
 *       Compiler:  gcc
 *
 *         Author:  Li Chao (), 
 *   Organization:  
 *
 * =====================================================================================
 */
#ifndef PUBSUB_4KGRA997
#define PUBSUB_4KGRA997
 
#include "shm.h"
 
namespace bhome_shm {
 
bool Subscribe(const std::string &topic);
    
} // namespace bhome_shm
 
#endif // end of include guard: PUBSUB_4KGRA997