MPE_Describe_state(4)       

NAME
     MPE_Describe_state -  Create log record describing a state

SYNOPSIS
     #include 
     #include "mpe.h"
     int MPE_Describe_state( start, end, name, color )
     int start, end;
     char *name, *color;

NOTES
     Adds string containing a state def to the logfile.  The for-
     mat  of  the  def  is  (LOG_STATE_DEF)  0  sevent eevent 0 0
     "color" "name".

SEE ALSO
     MPE_Log_get_event_number

LOCATION
     mpe_log.c

                     Last change: 1/24/1997