QP-nano  6.9.0
Real-Time Embedded Framework
qstamp.c File Reference

Application build time-stamp. More...

Go to the source code of this file.

Variables

char const Q_BUILD_DATE [12] = __DATE__
 
char const Q_BUILD_TIME [9] = __TIME__
 

Detailed Description

Note
This module needs to be re-compiled in every new software build. To achive this, it is recommended to delete the object file (qstamp.o, or qstamp.obj) in the build directory before each build. (Most development tools allow you to specify a pre-build command, which is the ideal place to delete the qstamp object file.)

Definition in file qstamp.c.

Variable Documentation

◆ Q_BUILD_DATE

char const Q_BUILD_DATE = __DATE__

the calendar date of the last translation of the form: "Mmm dd yyyy"

Definition at line 16 of file qstamp.c.

◆ Q_BUILD_TIME

char const Q_BUILD_TIME = __TIME__

the time of the last translation of the form: "hh:mm:ss"

Definition at line 19 of file qstamp.c.