robot icon indicating copy to clipboard operation
robot copied to clipboard

Implement the robot-js memory helper functions

Open dkrutsko opened this issue 9 years ago • 0 comments

The robot-js library has some neat memory helper functions which would benefit from being included in this library. While originally there wasn't much sense to implement them in C++, their usefulness in the JavaScript library has made it obvious that having them in C++ would be a great idea. The following functions are being considered:

readInt8 writeInt8 readBool writeBool
readInt16 writeInt16 readStr writeStr
readInt32 writeInt32 readReal32 writeReal32
readInt64 writeInt64 readReal64 writeReal64
readPtr writePtr

dkrutsko avatar Apr 17 '16 20:04 dkrutsko