QP/C  7.4.0-rc.3
Real-Time Embedded Framework
Loading...
Searching...
No Matches
qstamp.c File Reference

QS time stamp. More...

#include "qstamp.h"

Go to the source code of this file.

Variables

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

Detailed Description

QS time stamp.

Details

This file shall be recompiled in every software build to time-stamp it in order to distinguish that build from any other.

Definition in file qstamp.c.

Variable Documentation

◆ Q_BUILD_DATE

char const Q_BUILD_DATE[12] = __DATE__

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

Definition at line 46 of file qstamp.c.

◆ Q_BUILD_TIME

char const Q_BUILD_TIME[9] = __TIME__

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

Definition at line 49 of file qstamp.c.