Searched defs:AdpfConfig (Results 1 – 1 of 1) sorted by relevance
24 struct AdpfConfig { struct25 std::string mName;27 bool mPidOn;28 double mPidPo;29 double mPidPu;30 double mPidI;31 int64_t mPidIInit;32 int64_t mPidIHigh;33 int64_t mPidILow;34 double mPidDo;[all …]