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_IP_event_taking.dot
#
# 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";

  { rank=same;
    GBM          [ style="solid",
		   shape="ellipse",       label="GBM",
                   URL="#",
                   tooltip="Gamma-ray Burst Monitor"                      ];

    IPM          [ style="solid",
		   shape="ellipse",       label="IP\nMaster",
                   URL="#",
                   tooltip="Instrument Physics Master task"               ];

    IPM_notify   [ style="solid",
		   shape="box",           label="Notification",
                   URL="#",
                   tooltip="Notification packets"                         ];

    SC           [ style="solid",
		   shape="doubleoctagon", label="Spacecraft",
                   URL="#",
                   tooltip="Spacecraft"                                   ];

    SC_arc       [ style="solid",
		   shape="box",           label="Alert/Repoint  \nCommand",
                   URL="#",
                   tooltip="Alert/Repoint Command packet"                 ];
  }

  { rank=same;
    LI           [ style="solid",
		   shape="doubleoctagon", label="LAT\nInstrument",
                   URL="#",
                   tooltip="LAT Instrument"                               ];

    IPS          [ style="solid",
		   shape="ellipse",       label="IP\nSlaves",
                   URL="#",
                   tooltip="Instrument Physics Slave tasks"               ];

    IPS_event    [ style="solid",
		   shape="box",           label="Event",
                   URL="#",
                   tooltip="Event data sets"                              ];

    SSR_asst     [ style="solid",
		   shape="box",           label="Assorted\ndata",
                   URL="#",
                   tooltip="Assorted data packets"                        ];
  }

  { rank=same;
    IPS_command  [ style="solid",
		   shape="box",           label="Command",
                   URL="#",
                   tooltip="forwarded Command packets"                    ];

    LI_command   [ style="solid",
		   shape="box",           label="Command",
                   URL="#",
                   tooltip="forwarded Command packets"                    ];

    IPM_grc      [ style="solid",
		   shape="box",           label="Gamma-ray \ncandidate",
                   URL="#",
                   tooltip="Gamma-ray candidate messages"                 ];

    IPM_metric   [ style="solid",
		   shape="box",           label="Event\nmetric",
                   URL="#",
                   tooltip="Event metric datas sets"                      ];
  }

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

    SSR_summary  [ style="solid",
		   shape="box",           label="Summary",
                   URL="#",
                   tooltip="Summary data packets"                         ];

  GBM          -> IPM_notify	[ style="solid" ];
  IPM          -> SC_arc	[ style="solid" ];
  IPM          -> IPS_command	[ style="solid" ];
  IPM          -> SSR_summary	[ style="solid" ];
  IPM_grc      -> IPM		[ style="solid" ];
  IPM_metric   -> IPM		[ style="solid" ];
  IPM_notify   -> IPM		[ style="solid" ];
  IPS          -> IPM_grc	[ style="solid" ];
  IPS          -> IPM_metric	[ style="solid" ];
  IPS          -> LI_command	[ style="solid" ];
  IPS          -> SSR_asst	[ style="solid" ];
  IPS_command  -> IPS		[ style="solid" ];
  IPS_event    -> IPS		[ style="solid" ];
  LI           -> IPS_event	[ style="solid" ];
  LI_command   -> LI		[ style="solid" ];
  SC_arc       -> SC		[ style="solid" ];
  SSR_asst     -> SSR		[ style="solid" ];
  SSR_summary  -> SSR		[ style="solid" ];
}
@
