Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用DiagSetParameter()?在 capl 中,我尝试为这个特定函数提供所有可能的参数。我的目标是更改诊断服务的参数值,例如我需要以特定时间发送例程,我正在使用基于 CDD 的对象。
DiagSetParameter()
得到了答案:
DiagSetParameter(diagrequest,"parameter",123.4);