COR_STAMP
The COR_STAMP structure is defined in < inc_path/cor.h > as:
typedef struct cor_time_stamp {
COR_U4 dummy1;
COR_U4 dummy2;
} COR_STAMP;
Where:
yyyymmdd is an integer that represents the date.
hhmmsstt is an integer that represents the time.
Note: Use
cor_stamp_get_componentsHR
to decompose the time into its corresponding components .