Generic hardware access library
halutilities Namespace Reference

Functions

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

Variables

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

Function Documentation

void halutilities::checkPackageDependencies ( ) throw (config::PackageInfo::VersionException)

Definition at line 19 of file version.cc.

std::set< std::string, std::less< std::string > > halutilities::getPackageDependencies ( )

Definition at line 25 of file version.cc.

config::PackageInfo halutilities::getPackageInfo ( )

Variable Documentation

const std::string halutilities::authors = "Christopoh Schwick"

Definition at line 29 of file version.h.

const std::string halutilities::description = "Usefull utilities for the HAL."

Definition at line 28 of file version.h.

const std::string halutilities::link = "http://cmsdoc.cern.ch/~cschwick/hal"

Definition at line 31 of file version.h.

const std::string halutilities::package = "halutilities"

Definition at line 26 of file version.h.

const std::string halutilities::summary = "Utilities for the HAL"

Definition at line 30 of file version.h.

Definition at line 27 of file version.h.