Revision 5198dfae src/urt_topic.c

View differences:

src/urt_topic.c
48 48
/**
49 49
 * @brief   Initialize the topic.
50 50
 *
51
 * @param[in] topic  Topic to initialize.
52
 * @param[in] id   .
51
 * @param[in] topic  The topic to initialize. Must not be NULL.
52
 * @param[in] id  Unique, numeric identifier of the topic.
53 53
 *
54
 * @return  A status value.
54
 * @return  Returns URT_STATUS_OK on success.
55
 *          Returns URT_STATUS_TOPIC_DUPLICATE if another topic with the same identifier already exists.
55 56
 */
56 57
urt_status_t urtTopicInit(urt_topic_t* topic, urt_topicid_t id) {return URT_STATUS_OK;}

Also available in: Unified diff