- #1
NCEE
- 4
- 0
I was going through a bit of open source code when I came upon this line
"pTerm = pid->pGain * error;"
What is the function of the '->' in that line?
"pTerm = pid->pGain * error;"
What is the function of the '->' in that line?