_NAME_ getArchiveFilesStopTimeStamps _PROTOTYPE_ uint32* getArchiveFilesStopTimeStamps(int day1996, char *structName); _SHORT-DESCRIPTION_ Get the stop time stamps of the data in one archive file (WARNING: See below.) _DESCRIPTION_ getArchiveFilesStopTimeStamps creates a list of the stop time stamps of a particular type of data in one daily archive file. WARNING: This routine *does not* return what is referred to elsewhere as a day's set of data. This routine should be used to check what time stamps are on data in an archive file for debugging purposes only. Do not process data using this routine. _ You must free the memory associated with the time stamp list when you are finished using it. _INPUT_ * day1996 is the day-of-1996 of interest. * structName is the name of the data structure you are interested in. _OUTPUT_ * The list of stop time stamps (in seconds-since-1996) on the data in the archive file. Time stamps equal to 0 in the data will be set to -1 to differentiate them from the terminal value in the list, which is 0.