CROSS Technical Documentation User Manual and Technical Doc.
INFN Milano Bicocca
Loading...
Searching...
No Matches

◆ __INT_DATE__

#define __INT_DATE__
Value:
( \
BUILD_YEAR_CH0 * 10000000 + \
BUILD_YEAR_CH1 * 1000000 + \
BUILD_YEAR_CH2 * 100000 + \
BUILD_YEAR_CH3 * 10000 + \
BUILD_MONTH_CH0 * 1000 + \
BUILD_MONTH_CH1 * 100 + \
BUILD_DAY_CH0 * 10 + \
BUILD_DAY_CH1 * 1 \
)

Here the fw version is created that coincides with the date of compilation.

Definition at line 73 of file int_date_definition.h.