F´ Flight Software - C/C++ Documentation  NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Drv::UartFramer Class Reference

#include <Drv/UartFramer/UartFramer.hpp>

Inheritance diagram for Drv::UartFramer:

Public Member Functions

 UartFramer (const char *const compName)
 
void init (const NATIVE_INT_TYPE instance=0)
 
 ~UartFramer ()
 
void allocate (NATIVE_UINT_TYPE number, NATIVE_UINT_TYPE size)
 Allocate pool of buffers for UART receive - BufferManager and UART. More...
 

Detailed Description

Definition at line 20 of file UartFramer.hpp.

Constructor & Destructor Documentation

◆ UartFramer()

Drv::UartFramer::UartFramer ( const char *const  compName)

Construct object UartFramer

Parameters
compNameThe component name

Definition at line 25 of file UartFramer.cpp.

◆ ~UartFramer()

Drv::UartFramer::~UartFramer ( )

Destroy object UartFramer

Definition at line 41 of file UartFramer.cpp.

Member Function Documentation

◆ allocate()

void Drv::UartFramer::allocate ( NATIVE_UINT_TYPE  number,
NATIVE_UINT_TYPE  size 
)

Allocate pool of buffers for UART receive - BufferManager and UART.

Definition at line 46 of file UartFramer.cpp.

◆ init()

void Drv::UartFramer::init ( const NATIVE_INT_TYPE  instance = 0)

Initialize object UartFramer

Parameters
instanceThe instance number

Definition at line 33 of file UartFramer.cpp.


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