CANpie FD
CAN programming interface environment - Version 3.08
|
Data Structures | |
class | QCanTimeStamp |
Macros | |
#define | TIME_STAMP_SECS_LIMIT ((uint32_t) 4290000000) |
#define | TIME_STAMP_NSEC_LIMIT ((uint32_t) 999999999) |
#define | TIME_STAMP_INVALID_VALUE ((uint32_t) 0xFFFFFFEE) |
#define TIME_STAMP_INVALID_VALUE ((uint32_t) 0xFFFFFFEE) |
The symbol TIME_STAMP_INVALID_VALUE defines the invalid value for both data fields.
#define TIME_STAMP_NSEC_LIMIT ((uint32_t) 999999999) |
The symbol TIME_STAMP_NSEC_LIMIT defines the maximum value for the nanoseconds field of the time-stamp.
#define TIME_STAMP_SECS_LIMIT ((uint32_t) 4290000000) |
The symbol TIME_STAMP_SECS_LIMIT defines the maximum value for the seconds field of the time-stamp.