MPE_Describe_state

--- Create log record describing a state

Notes

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

Synopsis


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

Location: mpe_log.c