_NAME_ getTimeStamp _PROTOTYPE_ uint32 getTimeStamp(void *pStruct, char *structName); _SHORT-DESCRIPTION_ Get the start time stamp of a data struct _DESCRIPTION_ getTimeStamp merely returns the start time stamp of a data struct of type structName. _INPUT_ * pStruct is a pointer (void *) to the start of the data struct. * structName is the full name of the structure (e.g., "L1CrisLowPriorityRate"). _OUTPUT_ * The start time stamp of the data struct.