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 = "generichal" |
const std::string | versions = GENERICHAL_FULL_VERSION_LIST |
const std::string | description = "Hardware Access Library" |
const std::string | authors = "Christoph Schwick" |
const std::string | summary = "Main library for the HAL" |
const std::string | link = "http://cmsdoc.cern.ch/~cschwick/hal" |
void generichal::checkPackageDependencies | ( | ) | throw (config::PackageInfo::VersionException) |
Definition at line 19 of file version.cc.
std::set< std::string, std::less< std::string > > generichal::getPackageDependencies | ( | ) |
Definition at line 25 of file version.cc.
config::PackageInfo generichal::getPackageInfo | ( | ) |
const std::string generichal::authors = "Christoph Schwick" |
const std::string generichal::description = "Hardware Access Library" |
const std::string generichal::link = "http://cmsdoc.cern.ch/~cschwick/hal" |
const std::string generichal::package = "generichal" |
const std::string generichal::summary = "Main library for the HAL" |
const std::string generichal::versions = GENERICHAL_FULL_VERSION_LIST |