F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
Fw::ConstByteArray Class Reference

A variable-length byte array with constant access. More...

#include <Fw/Types/ConstByteArray.hpp>

Public Member Functions

 ConstByteArray (const U8 *const a_bytes, const FwSizeType a_size)
 

Public Attributes

const U8 *const bytes
 The bytes. More...
 
const FwSizeType size
 The size. More...
 

Detailed Description

A variable-length byte array with constant access.

Definition at line 23 of file ConstByteArray.hpp.

Constructor & Destructor Documentation

◆ ConstByteArray()

Fw::ConstByteArray::ConstByteArray ( const U8 *const  a_bytes,
const FwSizeType  a_size 
)
inline

Construct a ConstByteArray

Parameters
a_bytesPointer to the bytes
a_sizeThe array size

Definition at line 30 of file ConstByteArray.hpp.

Member Data Documentation

◆ bytes

const U8* const Fw::ConstByteArray::bytes

The bytes.

Definition at line 40 of file ConstByteArray.hpp.

◆ size

const FwSizeType Fw::ConstByteArray::size

The size.

Definition at line 43 of file ConstByteArray.hpp.


The documentation for this class was generated from the following file: