Revision 353, 0.9 kB
(checked in by smidl, 16 years ago)
|
doc
|
Line | |
---|
1 | digraph G |
---|
2 | { |
---|
3 | edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"]; |
---|
4 | node [fontname="FreeSans",fontsize="10",shape=record]; |
---|
5 | rankdir=LR; |
---|
6 | Node1 [label="itpp::Modulator\< double \>",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1Modulator.html"]; |
---|
7 | Node1 -> Node2 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"]; |
---|
8 | Node2 [label="itpp::BPSK",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1BPSK.html",tooltip="BPSK modulator with real symbols."]; |
---|
9 | Node1 -> Node3 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"]; |
---|
10 | Node3 [label="itpp::PAM",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1PAM.html",tooltip="M-ary PAM modulator with real symbols."]; |
---|
11 | } |
---|