FACT++  1.0
template<typename T >
T DimData::get ( uint32_t  offset = 0) const
inline

Definition at line 29 of file DimData.h.

Referenced by FactGui::handleDimDNS(), FactGui::handleFadFileFormat(), FactGui::handleLoggerFilenameNight(), FactGui::handleLoggerFilenameRun(), FactGui::handleRateScan(), and FactGui::SetFscValue().

29 { return *reinterpret_cast<const T*>(data.data()+offset); }
const std::vector< char > data
Definition: DimData.h:8

+ Here is the caller graph for this function: