Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-fan-presence
/
35fb3a0508c4d279f9b491ed58c8c69fa588ad68
/
.
/
presence
/
templates
/
anyof.mako.hpp
blob: cc0ca0963187d43167a61a2cf4f9294b4b470c49 [
file
] [
log
] [
blame
]
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
)}})
\