38 namespace datastructure {
boost::array< uint8_t, MAXSIZE > ArrayBuffer
Typedef for an arraybuffer which can be read from the sensor.
void setBuffer(const VectorBuffer &buffer)
Setter for the PacketBuffer.
const VectorBuffer & getBuffer() const
Getter to return the VectorBuffer saved in the PacketBuffer.
size_t getLength() const
Returns length of the current PacketBuffer.
std::vector< uint8_t > VectorBuffer
Typedef for a vector buffer, to sort the incoming packets.
PacketBuffer()
Constructor of PacketBuffer.