mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
Removed leading underscores from variable names (#246)
This commit is contained in:
committed by
Peter Johnson
parent
2c15bb247e
commit
425ed464ed
@@ -76,7 +76,7 @@ class Encoder : public SensorBase,
|
||||
int FPGAEncoderIndex() const { return 0; }
|
||||
|
||||
private:
|
||||
void InitEncoder(int channelA, int channelB, bool _reverseDirection,
|
||||
void InitEncoder(int channelA, int channelB, bool reverseDirection,
|
||||
EncodingType encodingType);
|
||||
double DecodingScaleFactor() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user