Revision 6c5df8c1 doc/classdiagrams/urtware.uml

View differences:

doc/classdiagrams/urtware.uml
59 59
    'Stops all nodes and propagates a specified reason.
60 60
  + {method} urtCoreStopNodes (reason : urt_status_t) : urt_status_t
61 61
    'Retrieve the core event source.
62
  + {method} urtCoreGetEventSource(void) : urt_osEventSource_t*
62
  + {method} urtCoreGetEventSource (void) : urt_osEventSource_t*
63 63
    'Retrieve the core mutex lock.
64
  + {method} urtCoreGetMutex(void) : urt_osMutex_t*
64
  + {method} urtCoreGetMutex (void) : urt_osMutex_t*
65 65
  .. URT_CFG_PUBSUB_ENABLED == true ..
66 66
    'Retrieves a topic given an identifier.
67 67
  + {method} urtCoreGetTopic (id : urt_topicid_t) : urt_topic_t*

Also available in: Unified diff