Difference between revisions of "Rc-dukes"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
<graphviz> | <graphviz> | ||
digraph Dukes { | digraph Dukes { | ||
− | action | + | action [ |
− | label="action - | + | label="action - LUKE" |
− | image="Luke.png" | + | image="Luke.png" |
− | fontcolor=white | + | fontcolor=white |
− | URL="https://en.wikipedia.org/wiki/Luke_Duke" | + | URL="https://en.wikipedia.org/wiki/Luke_Duke" |
− | + | ] | |
− | app | + | app [ |
− | label="app - | + | label="app - UNCLE_JESSE" |
− | image=" | + | image="Uncle_jesse.png" |
− | fontcolor=white | + | fontcolor=white |
URL="https://en.wikipedia.org/wiki/The_Dukes_of_Hazzard#Jesse" | URL="https://en.wikipedia.org/wiki/The_Dukes_of_Hazzard#Jesse" | ||
− | + | ] | |
− | car | + | camera-matrix [ |
− | label="car - | + | label="camera-matrix - COOTER" |
− | image="Bo.png" | + | image="Cooter.png" |
− | fontcolor=white | + | fontcolor=white |
+ | URL="https://dukesofhazzard.fandom.com/wiki/Cooter_Davenport_(Ben_Jones)" | ||
+ | ] | ||
+ | car [ | ||
+ | label="car - BO" | ||
+ | image="Bo.png" | ||
+ | fontcolor=white | ||
URL="https://en.wikipedia.org/wiki/Bo_Duke" | URL="https://en.wikipedia.org/wiki/Bo_Duke" | ||
− | + | ] | |
− | + | detect [ | |
− | + | label="detect - DAISY" | |
− | + | image="Daisy.png" | |
− | + | fontcolor=white | |
− | imageview | + | URL="https://en.wikipedia.org/wiki/Daisy_Duke" |
− | roi | + | ] |
− | server | + | geometry [ |
− | watchdog | + | label="geometry - ENOS" |
− | webcontrol | + | image="Enos.png" |
+ | fontcolor=white | ||
+ | URL="https://dukesofhazzard.fandom.com/wiki/Enos_Strate_(Sonny_Shroyer)" | ||
+ | ] | ||
+ | imageview [ | ||
+ | label="imageview - ROSCO" | ||
+ | image="Rosco.png" | ||
+ | fontcolor=white | ||
+ | URL="https://dukesofhazzard.fandom.com/wiki/Rosco_Purvis_Coltrane_(James_Best)" | ||
+ | ] | ||
+ | roi [ | ||
+ | label="roi - CLETUS" | ||
+ | image="Cletus.png" | ||
+ | fontcolor=white | ||
+ | URL="https://dukesofhazzard.fandom.com/wiki/Cletus_Hogg" | ||
+ | ] | ||
+ | server [ | ||
+ | label="server - BOARS_NEST" | ||
+ | image="Boars_nest.png" | ||
+ | fontcolor=white | ||
+ | URL="https://en.wikipedia.org/wiki/Boar%27s_Nest" | ||
+ | ] | ||
+ | watchdog [ | ||
+ | label="watchdog - FLASH" | ||
+ | image="Flash.png" | ||
+ | fontcolor=white | ||
+ | URL="https://dukesofhazzard.fandom.com/wiki/Flash" | ||
+ | ] | ||
+ | webcontrol [ | ||
+ | label="webcontrol - BOSS_HOGG" | ||
+ | image="Boss_hogg.png" | ||
+ | fontcolor=white | ||
+ | URL="https://dukesofhazzard.fandom.com/wiki/Boss_Hogg_(Sorrell_Booke)" | ||
+ | ] | ||
server -> action | server -> action | ||
server -> app | server -> app |