Last active
June 18, 2018 13:58
-
-
Save LiewJunTung/d126cbc91b3b7bfef82706fce0c3d02f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace calculator { | |
class CalculatorImpl : public calculator::Calculator { | |
public: | |
//... | |
void updateRgbFrame(int8_t *rgb_buffer) override; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment