Generic hardware access library
/home/cschwick/hal/utilities/include/hal/utilities/version.h File Reference
#include "config/PackageInfo.h"

Go to the source code of this file.

Namespaces

namespace  halutilities

Defines

#define HALUTILITIES_VERSION_MAJOR   4
#define HALUTILITIES_VERSION_MINOR   1
#define HALUTILITIES_VERSION_PATCH   0
#define HALUTILITIES_VERSION_CODE   PACKAGE_VERSION_CODE(HALUTILITIES_VERSION_MAJOR,HALUTILITIES_VERSION_MINOR,HALUTILITIES_VERSION_PATCH)
#define HALUTILITIES_FULL_VERSION_LIST   PACKAGE_VERSION_STRING(HALUTILITIES_VERSION_MAJOR,HALUTILITIES_VERSION_MINOR,HALUTILITIES_VERSION_PATCH)

Functions

config::PackageInfo halutilities::getPackageInfo ()
void halutilities::checkPackageDependencies () throw (config::PackageInfo::VersionException)
std::set< std::string,
std::less< std::string > > 
halutilities::getPackageDependencies ()

Variables

const std::string halutilities::package = "halutilities"
const std::string halutilities::versions = HALUTILITIES_FULL_VERSION_LIST
const std::string halutilities::description = "Usefull utilities for the HAL."
const std::string halutilities::authors = "Christopoh Schwick"
const std::string halutilities::summary = "Utilities for the HAL"
const std::string halutilities::link = "http://cmsdoc.cern.ch/~cschwick/hal"

Define Documentation

Definition at line 8 of file version.h.

Definition at line 9 of file version.h.

Definition at line 10 of file version.h.