head	1.1;
access;
symbols;
locks
	rdm:1.1; strict;
comment	@# @;


1.1
date	2004.09.30.18.21.24;	author rdm;	state Exp;
branches;
next	;


desc
@none
@


1.1
log
@none
@
text
@# task_1553_Transmit_Service.dot x
#
# N.B.  Although dot(1) doesn't care (much) about white space,
#       bin/idf_d2d DOES.  So, check before editing...
#
# Written by Rich Morin <rdm@@slac.stanford.edu>

digraph G {
  margin="0.1"
  node[ fontname="Arial", fontsize="10" ];
  rankdir="LR";
  ranksep="0.2";

    Tx       [ style="solid",
               shape="ellipse",       label="Transmit\nService",
               URL="#",
               tooltip="1553 Transmit Service task"                         ];

    Tx_tm    [ style="solid",
               shape="box",           label="Telemetry",
               URL="#",
               tooltip="generated telemetry packet"                         ];

    SSR      [ style="solid",
               shape="doubleoctagon", label="Solid State\nRecorder",
               URL="#",
               tooltip="Solid State Recorder"                               ];

    SSR_tm   [ style="solid",
               shape="box",           label="Telemetry",
               URL="#",
               tooltip="forwarded telemetry packet"                         ];

    Task     [ style="solid",
               shape="ellipse",       label="Task",
               URL="#",
               tooltip="generating task"                                    ];

  SSR_tm   -> SSR	[ style="solid" ];
  Task     -> Tx_tm	[ style="solid" ];
  Tx       -> SSR_tm    [ style="solid" ];
  Tx_tm    -> Tx	[ style="solid" ];
}
@
