Return to previous page | Return to menu | Go to next page


Structure

SmpcDateTime

RTC time

Structure

typedef   struct{
          Uint16    year;
          Uint8    month;
          Uint8    date;
          Uint8    hour;
          Uint8    minute;
          Uint8    second;
} SmpcDateTime;

Member

year year
month Day of week / month
date day
hour hour
minute minutes
second seconds

Description

This is a structure for referring to RTC time.

Remarks

It is used when referring to the member “rtc” of the system variable “Smpc_Status”.

Reference: HARDWARE MANUAL vol.1 (SMPC)

SmpcDateTime


Return to previous page | Return to menu | Go to next page