QP/C++ 6.9.3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
qstamp.cpp File Reference

Application build time-stamp. More...

#include "qstamp.hpp"
Include dependency graph for qstamp.cpp:

Go to the source code of this file.

Namespaces

 QP
 namespace associated with the QP/C++ framework
 

Variables

char const BUILD_DATE [12] = __DATE__
 the calendar date of the last translation of the form: "Mmm dd yyyy" More...
 
char const BUILD_TIME [9] = __TIME__
 the time of the last translation of the form: "hh:mm:ss" More...
 

Detailed Description

Application build time-stamp.

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 action, which is the ideal place to delete the qstamp object file.)

Definition in file qstamp.cpp.