![]() |
F´ Flight Software - C/C++ Documentation
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 a_bytes, const FwSizeType a_size) | |
Public Attributes | |
| U8 *const | bytes |
| The bytes. More... | |
| const FwSizeType | size |
| The size. More... | |
A variable-length byte array.
Definition at line 23 of file ByteArray.hpp.
|
inline |
Construct a ByteArray
| a_bytes | Pointer to the bytes |
| a_size | The array size |
Definition at line 30 of file ByteArray.hpp.
| U8* const Fw::ByteArray::bytes |
The bytes.
Definition at line 40 of file ByteArray.hpp.
| const FwSizeType Fw::ByteArray::size |
The size.
Definition at line 43 of file ByteArray.hpp.