Home
last modified time | relevance | path

Searched defs:PidCoreLog (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-pid-control/pid/ec/
H A Dlogging.hpp48 struct PidCoreLog struct
50 std::string nameOriginal;
51 std::string nameClean;
52 std::ofstream fileContext;
53 std::ofstream fileCoeffs;
54 std::chrono::milliseconds lastLog;
55 PidCoreContext lastContext;
56 bool moved;
58 PidCoreLog() : in PidCoreLog() function
67 PidCoreLog(PidCoreLog&& move) in PidCoreLog() argument
[all …]