Revision 77bd2c61 doc/activitydiagrams/topic/urtTopicInit.uml

View differences:

doc/activitydiagrams/topic/urtTopicInit.uml
33 33
  Must not be ""NULL"".
34 34
  -- **id** : urt_topicid_t --
35 35
  Unique, numeric identifier of the topic.
36
  -- **mandatoryMessage** : urt_message_t* --
37
  Starting message of the topic.
38
  Must not be ""NULL"".
36 39
  ====
37 40
  -- **return** : urt_status_t --
38 41
  Returns ""URT_STATUS_OK"" on success.
......
50 53
  * urtEventSourceInit(**evtSource**)
51 54
  * **numHrtSubscriber** ← 0
52 55
  * urtCondvarInit(**hrtReleased**)
53
  * urtMessageInit(**mandatoryMessage**)
56
  * **mandatoryMessage** ← mandatoryMessage
54 57
  * **latestMessage** ← &mandatoryMessage
55 58
  .. URT_CFG_PUBSUB_QOS_RATECHECKS == true ..
56 59
  * **hrtSubscribers** ← ""NULL""

Also available in: Unified diff