xref: /openbmc/phosphor-fan-presence/presence/templates/tach.mako.hpp (revision 5593560b1e1a7785a491d4650c4f3f61ffdaba90)
1 std::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