207
|
1 |
digraph G
|
|
2 |
{
|
|
3 |
edge [fontname="FreeSans.ttf",fontsize=10,labelfontname="FreeSans.ttf",labelfontsize=10];
|
|
4 |
node [fontname="FreeSans.ttf",fontsize=10,shape=record];
|
|
5 |
Node1 [label="struct_CO_Data",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"];
|
|
6 |
Node2 -> Node1 [dir=back,color="darkorchid3",fontsize=10,style="dashed",label="objdict"];
|
|
7 |
Node2 [label="td_indextable",height=0.2,width=0.4,color="red", fillcolor="white", style="filled",URL="$structtd__indextable.html"];
|
|
8 |
Node3 -> Node1 [dir=back,color="darkorchid3",fontsize=10,style="dashed",label="lastIndex\nfirstIndex"];
|
|
9 |
Node3 [label="s_quick_index",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$structs__quick__index.html"];
|
|
10 |
Node4 -> Node1 [dir=back,color="darkorchid3",fontsize=10,style="dashed",label="process_var"];
|
|
11 |
Node4 [label="struct_s_process_var",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$structstruct__s__process__var.html"];
|
|
12 |
Node5 -> Node1 [dir=back,color="darkorchid3",fontsize=10,style="dashed",label="CurrentCommunicationState"];
|
|
13 |
Node5 [label="s_state_communication",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$structs__state__communication.html"];
|
|
14 |
Node6 -> Node1 [dir=back,color="darkorchid3",fontsize=10,style="dashed",label="transfers"];
|
|
15 |
Node6 [label="struct_s_transfer",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$structstruct__s__transfer.html"];
|
|
16 |
}
|