Generic hardware access library
|
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" |
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 | ( | ) |
const std::string halutilities::authors = "Christopoh Schwick" |
const std::string halutilities::description = "Usefull utilities for the HAL." |
const std::string halutilities::link = "http://cmsdoc.cern.ch/~cschwick/hal" |
const std::string halutilities::package = "halutilities" |
const std::string halutilities::summary = "Utilities for the HAL" |
const std::string halutilities::versions = HALUTILITIES_FULL_VERSION_LIST |