40 int32_t floatAsInt = 0;
45 return *((
float*)&floatAsInt);
62 Buffer::put((
const uint8_t*)values.data(), 2 *
sizeof(
float));
71 Buffer::put((
const uint8_t*)values.data(), 3 *
sizeof(
float));
80 Buffer::put((
const uint8_t*)values.data(), 4 *
sizeof(
float));
89 Buffer::put((
const uint8_t*)values.data(), 16 *
sizeof(
float));
Buffer * put(uint8_t value)
Put value into buffer.
uint8_t get(int32_t position)
virtual int32_t getPosition()
vector< uint8_t > * buffer
virtual int32_t getCapacity()
virtual int32_t getPosition()
FloatBuffer * put(float value)
Put a float value into float buffer.
FloatBuffer * put(const array< float, 3 > &values)
Put float values into float buffer.
virtual int32_t getCapacity()
FloatBuffer * put(const array< float, 4 > &values)
Put float values into float buffer.
FloatBuffer * put(const array< float, 16 > &values)
Put float values into float buffer.
FloatBuffer * put(const array< float, 2 > &values)
Put float values into float buffer.
FloatBuffer()
Default constructor.
FloatBuffer(Buffer *buffer)
Public constructor.
float get(int32_t position)
Get a value at given position.