mentor/derived/PktRouteIE.i3


 Copyright (C) 1995, Digital Equipment Corporation.       
 All rights reserved.                                     
 See the file COPYRIGHT for a full description.           
                                                          
 Last modified on Thu Feb  9 08:50:12 PST 1995 by kalsow  
      modified on Sun Jun  5 21:58:07 PDT 1994 by mhb     
      modified on Wed Feb 17 16:46:35 PST 1993 by johnh   

********************************************************************

      *  NOTE: This file is generated automatically from the event
      *        definition file PktRoute.evt.
      ********************************************************************


<* PRAGMA LL *>

INTERFACE PktRouteIE;

<*NOWARN*> IMPORT TextConv, IntList, Algorithm, IntListUtils;
<*NOWARN*> IMPORT RefIntArray, View, Thread, OblFmt;
call the following to generate an event:

PROCEDURE StartGraph (
      initiator: Algorithm.T;
       nodeCnt: CARDINAL; queueSize: CARDINAL; bounded: BOOLEAN; maxX, maxY: REAL
    ) RAISES {Thread.Alerted};
    <* LL = {} *>

PROCEDURE NewNode (
      initiator: Algorithm.T;
       id: CARDINAL; x, y: REAL
    ) RAISES {Thread.Alerted};
    <* LL = {} *>

PROCEDURE NewStraightEdge (
      initiator: Algorithm.T;
       id1, id2: CARDINAL
    ) RAISES {Thread.Alerted};
    <* LL = {} *>

PROCEDURE NewCurvedEdge (
      initiator: Algorithm.T;
       id1, id2: CARDINAL; x1, y1, x2, y2: REAL
    ) RAISES {Thread.Alerted};
    <* LL = {} *>

PROCEDURE NewLabel (
      initiator: Algorithm.T;
       label: TEXT; x, y: REAL
    ) RAISES {Thread.Alerted};
    <* LL = {} *>

PROCEDURE EndGraph (
      initiator: Algorithm.T;

    ) RAISES {Thread.Alerted};
    <* LL = {} *>

PROCEDURE StartPackets (
      initiator: Algorithm.T;
       pktCnt: CARDINAL
    ) RAISES {Thread.Alerted};
    <* LL = {} *>

PROCEDURE NewPacket (
      initiator: Algorithm.T;
       id, source, dest, fewestHops: CARDINAL; name: TEXT
    ) RAISES {Thread.Alerted};
    <* LL = {} *>

PROCEDURE EndPackets (
      initiator: Algorithm.T;

    ) RAISES {Thread.Alerted};
    <* LL = {} *>

PROCEDURE Blocked (
      initiator: Algorithm.T;
       id, from, to: CARDINAL
    ) RAISES {Thread.Alerted};
    <* LL = {} *>

PROCEDURE MovePacket (
      initiator: Algorithm.T;
       id, from, to: CARDINAL
    ) RAISES {Thread.Alerted};
    <* LL = {} *>

PROCEDURE QueueSizes (
      initiator: Algorithm.T;
       sz: RefIntArray.T
    ) RAISES {Thread.Alerted};
    <* LL = {} *>

PROCEDURE Absorb (
      initiator: Algorithm.T;
       pktId, node: CARDINAL
    ) RAISES {Thread.Alerted};
    <* LL = {} *>

PROCEDURE Step (
      initiator: Algorithm.T;

    ) RAISES {Thread.Alerted};
    <* LL = {} *>

END PktRouteIE.

interface View is in: