IRPyro API  (sKEMLIB1)
Collection of routines and data structures covering the functionality of the IRPyro sensor
Version.h File Reference

Product and component names and versions. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ABOUT   COMPANY " " PRODUCT " "COMPONENT " "VERSION_STRING
 
#define COMPANY   "_KEMET Ltd."
 
#define COMPONENT   "IRPyro API"
 
#define DATE_OF_LATEST   "2018/03/27 11:11:09"
 
#define FIRMWARE_PART_NUMBER   "2018"
 
#define PRODUCT   "sKEMLIB1"
 
#define REPO_URL   "https://server:8443/svn/Firmware/projects/P017_IRPyro_libs/trunk"
 
#define VERSION_MAJOR   "1"
 
#define VERSION_MINOR   "6"
 
#define VERSION_STRING   "v" VERSION_MAJOR "."VERSION_MINOR "."VERSION_SVN_COMMIT
 
#define VERSION_SVN_COMMIT   "1463"
 

Detailed Description

Product and component names and versions.

Author
_KEMET Ltd.

Definition in file Version.h.

Macro Definition Documentation

◆ ABOUT

#define ABOUT   COMPANY " " PRODUCT " "COMPONENT " "VERSION_STRING

Definition at line 50 of file Version.h.

◆ COMPANY

#define COMPANY   "_KEMET Ltd."

Definition at line 21 of file Version.h.

◆ COMPONENT

#define COMPONENT   "IRPyro API"

Definition at line 46 of file Version.h.

◆ DATE_OF_LATEST

#define DATE_OF_LATEST   "2018/03/27 11:11:09"

Definition at line 40 of file Version.h.

◆ FIRMWARE_PART_NUMBER

#define FIRMWARE_PART_NUMBER   "2018"

Definition at line 23 of file Version.h.

◆ PRODUCT

#define PRODUCT   "sKEMLIB1"

Definition at line 22 of file Version.h.

◆ REPO_URL

#define REPO_URL   "https://server:8443/svn/Firmware/projects/P017_IRPyro_libs/trunk"

Definition at line 43 of file Version.h.

◆ VERSION_MAJOR

#define VERSION_MAJOR   "1"
Note
Version number values here are placeholders. These should be replaced (ideally by the build system) in official builds for release. Values of "0" identify informal product builds done by developers.

Definition at line 31 of file Version.h.

◆ VERSION_MINOR

#define VERSION_MINOR   "6"

Definition at line 34 of file Version.h.

◆ VERSION_STRING

#define VERSION_STRING   "v" VERSION_MAJOR "."VERSION_MINOR "."VERSION_SVN_COMMIT

Definition at line 48 of file Version.h.

◆ VERSION_SVN_COMMIT

#define VERSION_SVN_COMMIT   "1463"

Definition at line 37 of file Version.h.