class PtClockTimeCallback
{
hour; // short
minute; // short
old_hour; // short
old_minute; // short
old_second; // short
second; // short
}
This class holds information from the Pt_CB_CLOCK_TIME_CHANGED callback, which is generated when the time changes on a PtClock.
Also see Pt_CB_CLOCK_TIME_CHANGED in the PtClock section of the Photon documentation.
Copyright © 1995-2012 by Cogent Real-Time Systems, Inc. All rights reserved.