Revision 6132e017 doc/componentdiagrams/µRtWare.uml

View differences:

doc/componentdiagrams/µRtWare.uml
22 22
@startuml
23 23
skinparam componentStyle uml2
24 24

  
25
interface urt_osal.h
26
interface urtware.h
27
interface urtware.hpp
25
'-------------------------------------------------------------------------------
26
' µRtWare
27
'-------------------------------------------------------------------------------
28 28

  
29
component µRtWare
30
µRtWare -up-( urt_osal.h
31
µRtWare -up- urtware.h
32
µRtWare -up- urtware.hpp
29
interface urt_osal.h
30
interface urtwareconf.h
31

  
32
node "µRtWare" as µRtWare_node {
33
	interface urtware.h
34
	interface urtware.hpp
35

  
36
	component µRtWare
37
	µRtWare -up-( urt_osal.h
38
	µRtWare -up-( urtwareconf.h
39
	µRtWare -up- urtware.h
40
	µRtWare -up- urtware.hpp
41
}
33 42

  
34 43
@enduml
35 44

  

Also available in: Unified diff