Project

General

Profile

Revision f358d0b2

IDf358d0b29530be10512b6576ae1ce3da4fad6e3f
Parent 4bdd00ba
Child 97c5c430

Added by Colony Scout about 11 years ago

Tested encoders on scout. Made hacky changes so that it works. Tom needs to clean this up.

View differences:

scout/encoders/src/encoders.h
44 44
        Encoder(int n);
45 45
        int get_ticks();
46 46
    private:
47
        char filename[60];
47 48
        std::fstream fticks; /**< The file in sysfs containing tick count */
48 49
};
49 50

  

Also available in: Unified diff