/* $Id: usdt.h,v 1.8 2003/11/25 15:03:50 stevelim Exp $ */ /* USDT (SD_USDT) target definitions */ /* SD_USDT command types: */ #define CMD_USDT_REGISTER 0xB0 #define CMD_USDT_SET_FUNCTIONAL 0xB1 #define CMD_USDT_SET_EXTENDED 0xB1 /* USDT event, EVENT_USDT */ #define USDT_DONE 1 #define USDT_SEQ_ERR 2 #define USDT_TIMEOUT 3 #define USDT_FIRSTFRAME 4 #define USDT_LASTFRAME 5 /* * The following constant name and value are reserved for use by the * Gryphon dll function dgUSDTNode::ReportEvent () to turn error * event reporting on and off. (It is not currently possible to * independently turn sequence and timeout events on or off.) #define USDT_ERROR 255 */ #define EVENT_USDT 0x40 /* USDT events */