#include <rosR.h>
Public Member Functions | |
uint8_t * | advance (int32_t len) |
uint8_t * | getData () |
int32_t | getLength () |
Protected Member Functions | |
StreamR (uint8_t *_data, uint32_t _count) | |
Private Attributes | |
uint8_t * | data_ |
uint8_t * | end_ |
StreamR::StreamR | ( | uint8_t * | _data, |
uint32_t | _count | ||
) | [inline, protected] |
uint8_t* StreamR::advance | ( | int32_t | len | ) | [inline] |
uint8_t* StreamR::getData | ( | ) | [inline] |
int32_t StreamR::getLength | ( | ) | [inline] |
uint8_t* StreamR::data_ [private] |
uint8_t* StreamR::end_ [private] |