Revision 33aa05c5 inc/urt_core.h
| inc/urt_core.h | ||
|---|---|---|
| 63 | 63 |
urt_node_t* urtCoreGetNodes(void); |
| 64 | 64 |
urt_status_t urtCoreAddNode(urt_node_t* node); |
| 65 | 65 |
|
| 66 |
#if (URT_CFG_PUBSUB_ENABLED) |
|
| 66 |
#if (URT_CFG_PUBSUB_ENABLED == true)
|
|
| 67 | 67 |
urt_status_t urtCoreAddTopic(urt_topic_t* topic); |
| 68 | 68 |
urt_topic_t* urtCoreGetTopic(urt_topicid_t id); |
| 69 | 69 |
#endif /* URT_CFG_PUBSUB_ENABLED */ |
| 70 | 70 |
|
| 71 |
#if (URT_CFG_RPC_ENABLED) |
|
| 71 |
#if (URT_CFG_RPC_ENABLED == true)
|
|
| 72 | 72 |
urt_status_t urtCoreAddService(urt_service_t* service); |
| 73 | 73 |
urt_service_t* urtCoreGetService(urt_serviceid_t id); |
| 74 | 74 |
#endif /* URT_CFG_RPC_ENABLED */ |
| 75 | 75 |
|
| 76 |
#if (URT_CFG_PUBSUB_QOS_DEADLINECHECKS) |
|
| 76 |
#if (URT_CFG_PUBSUB_QOS_DEADLINECHECKS == true)
|
|
| 77 | 77 |
urt_osTimerCallback_t urtCoreCallbackDefault(void* params) |
| 78 | 78 |
#endif /* URT_CFG_PUBSUB_QOS_DEADLINECHECKS */ |
| 79 | 79 |
|
Also available in: Unified diff