summaryrefslogtreecommitdiffstats
path: root/presence/templates/anyof.mako.hpp
blob: cc0ca0963187d43167a61a2cf4f9294b4b470c49 (plain)
1
2
3
4
5
6
7
std::make_unique<AnyOf>(
${indent(1)}ConfigFans::get()[${f.fan}],
${indent(1)}std::vector<std::reference_wrapper<PresenceSensor>>{
% for s in f.sensors:
${indent(2)}*ConfigSensors::get()[${s}],
% endfor
${indent(1)}})\
OpenPOWER on IntegriCloud