#pragma once #include class rotaryencoder { public: rotaryencoder(); public: int64_t position() const; };