|
AGX Dynamics 2.42.2.1
|
View for reading sections of a binary packed buffer of the specified template parameter type. More...
#include <BinaryOutputView.h>
Classes | |
| struct | iterator |
Public Types | |
| using | value_type = T |
Public Member Functions | |
| BinaryOutputView ()=default | |
| Constructs a default empty binary output view. | |
| BinaryOutputView (const void *buffer, size_t size) | |
| Constructs a binary output view starting from the specified buffer address and extending in the specified size. | |
| const T * | begin () const |
| bool | empty () const |
| const T * | end () const |
| const T & | operator[] (size_t localIndex) const |
| Random read access of value at the specified index. | |
| size_t | size () const |
View for reading sections of a binary packed buffer of the specified template parameter type.
Definition at line 29 of file BinaryOutputView.h.
| using agxSensor::BinaryOutputView< T >::value_type = T |
Definition at line 32 of file BinaryOutputView.h.
|
inlinedefault |
Constructs a default empty binary output view.
|
inline |
Constructs a binary output view starting from the specified buffer address and extending in the specified size.
| buffer | - address from where the binary output view should start |
| size | - size of the binary output view window, in number of template parameter types |
Definition at line 164 of file BinaryOutputView.h.
|
inline |
Definition at line 183 of file BinaryOutputView.h.
|
inline |
Definition at line 177 of file BinaryOutputView.h.
References m_size.
|
inline |
|
inline |
Random read access of value at the specified index.
| localIndex | - index within the buffer view region |
Definition at line 195 of file BinaryOutputView.h.
|
inline |
Definition at line 171 of file BinaryOutputView.h.
References m_size.