Classes handling time values


Compare

AtEqual                                 Compare two absolute times for equality
AtGreaterThan                           Comparision of absolute times, greater than
AtLessThan                              Comparision of absolute times, less than
DtEqual                                 Compare two delta times for equality
DtGreaterThan                           Comparision of delta times, greater than
DtLessThan                              Comparision of delta times, less than

Time arithmetic

AtAdd                                   Add an absolute time and a delta time
AtSub                                   Subtraction of absolute times
AtDtSub                                 Subtract a delta time from an absolute time
DtAdd                                   Add two delta times
DtSub                                   Subtraction of delta times

Time conversion

AToDt                                   Convert analog value to delta time
DtToA                                   Convert delta time to analog value

Get and store time values

CStoATp                                 Conditional store to absolute time attribute
CStoATv                                 Conditional store to ATv
CStoDTp                                 Conditional store to delta time attribute
CStoDTv                                 Conditional store to DTv
CurrentTime                             Fetch current time
GetATp                                  Get value of an absolute time attribute
GetATv                                  Get ATv value
GetDTp                                  Get value of a delta time attribute
GetDTv                                  Get DTv value
StoATp                                  Store to absolute time attribute
StoATv                                  Store to ATv
StoDTp                                  Store to delta time attribute
StoDTv                                  Store to DTv