$treeview $search $mathjax $extrastylesheet
artdaq_core  v3_06_01
$projectbrief
$projectbrief
$searchbox

artdaq::PackageBuildInfo Class Reference

Class holding information about the _artdaq_ package build. More...

#include <artdaq-core/Data/PackageBuildInfo.hh>

List of all members.

Public Member Functions

 PackageBuildInfo ()
 Default Constructor.
std::string getPackageName () const
 Gets the package name.
std::string getPackageVersion () const
 Gets the package version.
std::string getBuildTimestamp () const
 Gets the build timestamp.
void setPackageName (std::string const &str)
 Sets the package name.
void setPackageVersion (std::string const &str)
 Sets the package version.
void setBuildTimestamp (std::string const &str)
 Sets the build timestamp.

Detailed Description

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 17 of file PackageBuildInfo.hh.


Member Function Documentation

std::string artdaq::PackageBuildInfo::getBuildTimestamp (  )  const [inline]

Gets the build timestamp.

Returns:
The timestamp of the build

Definition at line 41 of file PackageBuildInfo.hh.

std::string artdaq::PackageBuildInfo::getPackageName (  )  const [inline]

Gets the package name.

Returns:
The package name

Definition at line 29 of file PackageBuildInfo.hh.

std::string artdaq::PackageBuildInfo::getPackageVersion (  )  const [inline]

Gets the package version.

Returns:
The package version

Definition at line 35 of file PackageBuildInfo.hh.

void artdaq::PackageBuildInfo::setBuildTimestamp ( std::string const &  str  )  [inline]

Sets the build timestamp.

Parameters:
str The timestamp of the build

Definition at line 59 of file PackageBuildInfo.hh.

void artdaq::PackageBuildInfo::setPackageName ( std::string const &  str  )  [inline]

Sets the package name.

Parameters:
str The package name

Definition at line 47 of file PackageBuildInfo.hh.

void artdaq::PackageBuildInfo::setPackageVersion ( std::string const &  str  )  [inline]

Sets the package version.

Parameters:
str The package version

Definition at line 53 of file PackageBuildInfo.hh.


The documentation for this class was generated from the following file:

Generated on 24 Aug 2020 for artdaq_core by  doxygen 1.6.1