MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / DataCallback

Class DataCallback

include/internal/libfreenect2/data_callback.h:38–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36{
37
38class DataCallback
39{
40public:
41 /**
42 * Callback that new data has arrived.
43 * @param buffer Buffer with new data.
44 * @param n Size of the new data.
45 */
46 virtual void onDataReceived(unsigned char *buffer, size_t n) = 0;
47};
48
49} // namespace libfreenect2
50

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected