Revision 7d9678db src/urt_topic.c

View differences:

src/urt_topic.c
19 19
along with this program.  If not, see <http://www.gnu.org/licenses/>.
20 20
*/
21 21

  
22
#include <urtware.h>
23

  
22 24
/******************************************************************************/
23 25
/* LOCAL DEFINITIONS                                                          */
24 26
/******************************************************************************/
......
42 44
/******************************************************************************/
43 45
/* EXPORTED FUNCTIONS                                                         */
44 46
/******************************************************************************/
47

  
48
/**
49
 * @brief   Initialize the topic.
50
 *
51
 * @param[in] topic  Topic to initialize.
52
 * @param[in] id   .
53
 *
54
 * @return  A status value.
55
 */
56
urt_status_t urtTopicInit(urt_topic_t* topic, urt_topicid_t id) {return URT_STATUS_OK;}

Also available in: Unified diff