CANpie FD
CAN programming interface environment - Version 3.08
Data Structures | Macros
qcan_timestamp.hpp File Reference
+ Include dependency graph for qcan_timestamp.hpp:

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)
 

Macro Definition Documentation

◆ TIME_STAMP_INVALID_VALUE

#define TIME_STAMP_INVALID_VALUE   ((uint32_t) 0xFFFFFFEE)

The symbol TIME_STAMP_INVALID_VALUE defines the invalid value for both data fields.

◆ TIME_STAMP_NSEC_LIMIT

#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.

◆ TIME_STAMP_SECS_LIMIT

#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.