rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Data Fields
pid_status_s Struct Reference

#include <output_channels_generated.h>

Collaboration diagram for pid_status_s:
Collaboration graph
[legend]

Data Fields

float pTerm = (float)0
 
scaled_channel< int16_t, 100, 1 > iTerm = (int16_t)0
 
scaled_channel< int16_t, 100, 1 > dTerm = (int16_t)0
 
scaled_channel< int16_t, 100, 1 > output = (int16_t)0
 
scaled_channel< int16_t, 100, 1 > error = (int16_t)0
 
uint32_t resetCounter = (uint32_t)0
 

Detailed Description

Definition at line 7 of file output_channels_generated.h.

Field Documentation

◆ dTerm

scaled_channel<int16_t, 100, 1> pid_status_s::dTerm = (int16_t)0

offset 6

Definition at line 19 of file output_channels_generated.h.

Referenced by getOutputValueByHash(), and Pid::postState().

◆ error

scaled_channel<int16_t, 100, 1> pid_status_s::error = (int16_t)0

offset 10

Definition at line 27 of file output_channels_generated.h.

Referenced by getOutputValueByHash(), and Pid::postState().

◆ iTerm

scaled_channel<int16_t, 100, 1> pid_status_s::iTerm = (int16_t)0

offset 4

Definition at line 15 of file output_channels_generated.h.

Referenced by getOutputValueByHash(), and Pid::postState().

◆ output

scaled_channel<int16_t, 100, 1> pid_status_s::output = (int16_t)0

offset 8

Definition at line 23 of file output_channels_generated.h.

Referenced by getOutputValueByHash(), and Pid::postState().

◆ pTerm

float pid_status_s::pTerm = (float)0

offset 0

Definition at line 11 of file output_channels_generated.h.

Referenced by getOutputValueByHash(), and Pid::postState().

◆ resetCounter

uint32_t pid_status_s::resetCounter = (uint32_t)0

offset 12

Definition at line 31 of file output_channels_generated.h.

Referenced by getOutputValueByHash().


The documentation for this struct was generated from the following file: