MityDSP Documentation Index
Variables
version.c File Reference

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.

Detailed Description

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.

Note:
The code is derived from the PTPd Open Source project.written by Kendall Correll and Nick Barendt. The code is released freely under a BSD-style license.

o 0 | / Copyright (c) 2008 (CL)—o Critical Link, LLC \ O


Variable Documentation

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.


  
Generated on Mon Apr 22 2013 11:33:38 for MityDSP PTPd Port by  Doxygen Version 1.8.1.1
Copyright © 2009, Critical Link LLC, All rights reserved.