All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Will Liang (梁永鉉)" <Will.Liang@quantatw.com>
To: OpenBMC Maillist <openbmc@lists.ozlabs.org>
Subject: about phosphor pid control package
Date: Wed, 8 May 2019 13:45:41 +0000	[thread overview]
Message-ID: <28581f1979a946fdb2f53013bab4661c@quantatw.com> (raw)

Hi,

I have a question about getFailSafeMode().

Currently, only sensors that are defined as "temp" types can be checked for failure.
I did not find any "fan" type sensors to check if the fan has failed.
Our project need to check the fan fail so  I want to add another "fan" sensor type to check.

Can I add one more "for loop" to check the fan sensor in updateSensors() function in zone.cpp??

for (const auto& t : _thermalInputs)
{
    ........
}
for (const auto& t : _fanInputs)
{
    ........
}

BRs,
Will

             reply	other threads:[~2019-05-08 13:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-08 13:45 Will Liang (梁永鉉) [this message]
2019-05-08 16:36 ` about phosphor pid control package Patrick Venture
2019-05-09  6:33   ` Will Liang (梁永鉉)
2019-05-09 14:43     ` Patrick Venture
2019-05-09 17:51       ` James Feist
2019-05-10  0:08         ` Will Liang (梁永鉉)
2019-05-14 12:50         ` Will Liang (梁永鉉)
2019-05-14 16:01           ` James Feist

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=28581f1979a946fdb2f53013bab4661c@quantatw.com \
    --to=will.liang@quantatw.com \
    --cc=openbmc@lists.ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.