DB_timeStampVector

Contains a time stamp vector debug event parameter value.

Structure

  typedef struct DB_timeStampVector {
       unsigned int    count;
       EVT_TimeStamp  *timeStamps;
  };
  

Fields

count

The number of time stamps contained in the vector.

timeStamps

A pointer to an array containing count EVT_TimeStamp structures.