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

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. More...
 
const U32 size
 The size. More...
 

Detailed Description

A variable-length byte array.

Definition at line 23 of file ByteArray.hpp.

Constructor & Destructor Documentation

◆ ByteArray()

Fw::ByteArray::ByteArray ( U8 *const  bytes,
const U32  size 
)
inline

Construct a ByteArray

Parameters
bytesPointer to the bytes
sizeThe array size

Definition at line 30 of file ByteArray.hpp.

Member Data Documentation

◆ bytes

U8* const Fw::ByteArray::bytes

The bytes.

Definition at line 40 of file ByteArray.hpp.

◆ size

const U32 Fw::ByteArray::size

The size.

Definition at line 43 of file ByteArray.hpp.


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