[sim] Add AnalogEncoderSim (#2647)

This commit is contained in:
Matt
2020-08-19 22:59:52 -07:00
committed by GitHub
parent 932bfcf374
commit 9398b6b55b
8 changed files with 237 additions and 1 deletions

View File

@@ -108,6 +108,13 @@ class AnalogEncoder : public ErrorBase,
*/
double GetDistance() const;
/**
* Get the channel number.
*
* @return The channel number.
*/
int GetChannel() const;
void InitSendable(SendableBuilder& builder) override;
private: