This file contains global version variables for the MityDSP PTPd port, including both major and minor version numbers. The build date and time are made available as well. More...
#include "version.h"
Variables | |
int | gnPtpdPortMajor = 1 |
MityDSP PTPd Port major version number. | |
int | gnPtpdPortMinor = 0 |
MityDSP PTPd Port minor version number. | |
int | gnPtpdPortBuild = 0 |
MityDSP PTPd Port build version number. | |
const char * | gpPtpdPortStr = "MityDSP PTPd port, version 1.0.0" |
MityDSP PTPd Port version as a string. | |
const char * | gpPtpdPortDate = __DATE__ |
MityDSP PTPd Port build date. | |
const char * | gpPtpdPortTime = __TIME__ |
MityDSP PTPd Port build time. |
This file contains global version variables for the MityDSP PTPd port, including both major and minor version numbers. The build date and time are made available as well.
o 0 | / Copyright (c) 2008 (CL)—o Critical Link, LLC \ O
int gnPtpdPortMajor = 1 |
MityDSP PTPd Port major version number.
int gnPtpdPortMinor = 0 |
MityDSP PTPd Port minor version number.
int gnPtpdPortBuild = 0 |
MityDSP PTPd Port build version number.
const char* gpPtpdPortStr = "MityDSP PTPd port, version 1.0.0" |
MityDSP PTPd Port version as a string.
const char* gpPtpdPortDate = __DATE__ |
MityDSP PTPd Port build date.
const char* gpPtpdPortTime = __TIME__ |
MityDSP PTPd Port build time.