The COR_STAMP structure is defined in <inc_path/cor.h> as:
typedef struct cor_time_stamp {
COR_I4 yyyymmdd;
COR_I4 hhmmsstt;
} COR_STAMP;
Where:
yyyymmdd is an integer that represents the date.
hhmmsstt is an integer that represents the time.
Note: Use cor_stamp_get_components to decompose the time into its corresponding components.
Device Communications Toolkit structures. |