Revision 7f26dc6b
configurations/HelloWorld/modules/HelloWorld_urtwareconf.h | ||
---|---|---|
51 | 51 |
/** |
52 | 52 |
* @brief Enable flag for the publish-subscribe system. |
53 | 53 |
*/ |
54 |
#define URT_CFG_PUBSUB_ENABLED true |
|
54 |
//#define URT_CFG_PUBSUB_ENABLED true |
|
55 |
#define URT_CFG_PUBSUB_ENABLED false |
|
55 | 56 |
|
56 | 57 |
/** |
57 | 58 |
* @brief Width of the urt_topicid_t data type. |
... | ... | |
83 | 84 |
/** |
84 | 85 |
* @brief Enable flag for remote procedure calls. |
85 | 86 |
*/ |
86 |
#define URT_CFG_RPC_ENABLED true |
|
87 |
//#define URT_CFG_RPC_ENABLED true |
|
88 |
#define URT_CFG_RPC_ENABLED false |
|
87 | 89 |
|
88 | 90 |
/** |
89 | 91 |
* @brief Width of the urt_serviceid_t data type. |
Also available in: Unified diff