xref: /openbmc/phosphor-fan-presence/presence/templates/tach.hpp.mako (revision e5ae01fd079b041e743a22bf5d567b51172e3cc9)
1std::make_unique<PolicyAccess<Tach, ConfigPolicy>>(
2${indent(1)}${t.policy}, std::vector<std::string>{\
3% for s in t.sensors:
4"${s}",\
5% endfor
6})\
7