summaryrefslogtreecommitdiffstats
path: root/presence/templates/tach.mako.hpp
blob: d25a0634f5b2e6bf001de36fb9bfeb5920c4fd7b (plain)
1
2
3
4
5
6
std::make_unique<PolicyAccess<Tach, ConfigPolicy>>(
${indent(1)}${t.policy}, std::vector<std::string>{\
% for s in t.sensors:
"${s}",\
% endfor
})\
OpenPOWER on IntegriCloud