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