F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
|
A variable-length byte array. More...
#include <Fw/Types/ByteArray.hpp>
Public Member Functions | |
ByteArray (U8 *const bytes, const U32 size) | |
Public Attributes | |
U8 *const | bytes |
The bytes. | |
const U32 | size |
The size. | |
A variable-length byte array.
Definition at line 23 of file ByteArray.hpp.
|
inline |
Construct a ByteArray
bytes | Pointer to the bytes |
size | The array size |
Definition at line 31 of file ByteArray.hpp.
U8* const Fw::ByteArray::bytes |
The bytes.
Definition at line 46 of file ByteArray.hpp.
const U32 Fw::ByteArray::size |
The size.
Definition at line 49 of file ByteArray.hpp.