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_File_Object.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;
    EES           [ style="solid",
                    shape="doubleoctagon", label="EEPROM,\nRAM",
                    URL="#",
                    tooltip="EEPROM and RAM on Slave task's CPU"  ];

    FOS           [ style="solid",
                    shape="ellipse",       label=" File/Object  \nSlaves",
                    URL="#",
                    tooltip="File/Object Slave tasks"             ];


    FOS_command   [ style="solid",
                    shape="box",           label="Command",
                    URL="#",
                    tooltip="forwarded command packet"            ];
  }

  { rank=same;
    FOM           [ style="solid",
                    shape="ellipse",       label=" File/Object  \nMaster",
                    URL="#",
                    tooltip="File/Object Master tasks"            ];

    FOM_command   [ style="solid",
                    shape="box",           label="Command",
                    URL="#",
                    tooltip="received command packet"             ];
  }

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

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

    SSR_download  [ style="solid",
                    shape="box",           label="Download \ndata",
                    URL="#",
                    tooltip="Download data from Slave task's CPU" ];
  }


    FOM_download  [ style="solid",
                    shape="box",           label="Download \ndata",
                    URL="#",
                    tooltip="forwarded Download data" ];

  FOM           -> FOS_command		[ style="solid"  ];
  FOM           -> SSR_download		[ style="solid"  ];
  FOM_command   -> FOM			[ style="solid"  ];
  FOM_download  -> FOM			[ style="solid"  ];
  FOS           -> FOM_download		[ style="solid"  ];
  FOS           -> EES			[ style="solid", dir="none" ];
  FOS_command   -> FOS			[ style="solid"  ];
  SC            -> FOM_command		[ style="solid"  ];
  SSR_download  -> SSR			[ style="solid"  ];
}
@
