Class holding information about the artdaq package build.
More...
#include <artdaq-utilities/BuildInfo/PackageBuildInfo.hh>
Class holding information about the artdaq package build.
The PackageBuildInfo class contains the name of the package, the version, and the timestamp of the build. artdaq stores this information in each data file.
Definition at line 18 of file PackageBuildInfo.hh.
std::string artdaq::PackageBuildInfo::getBuildTimestamp |
( |
| ) |
const |
|
inline |
Gets the build timestamp.
- Returns
- The timestamp of the build
Definition at line 42 of file PackageBuildInfo.hh.
std::string artdaq::PackageBuildInfo::getPackageName |
( |
| ) |
const |
|
inline |
std::string artdaq::PackageBuildInfo::getPackageVersion |
( |
| ) |
const |
|
inline |
void artdaq::PackageBuildInfo::setBuildTimestamp |
( |
std::string |
str | ) |
|
|
inline |
Sets the build timestamp.
- Parameters
-
str | The timestamp of the build |
Definition at line 60 of file PackageBuildInfo.hh.
void artdaq::PackageBuildInfo::setPackageName |
( |
std::string |
str | ) |
|
|
inline |
void artdaq::PackageBuildInfo::setPackageVersion |
( |
std::string |
str | ) |
|
|
inline |
The documentation for this class was generated from the following file: