|  | F´ Flight Software - C/C++ Documentation
    NASA-v1.6.0
    A framework for building embedded system applications to NASA flight quality standards. | 
#include <Drv/UartFramer/UartFramer.hpp>
 
 | 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... | |
Definition at line 20 of file UartFramer.hpp.
| Drv::UartFramer::UartFramer | ( | const char *const | compName | ) | 
Construct object UartFramer
| compName | The component name | 
Definition at line 25 of file UartFramer.cpp.
| Drv::UartFramer::~UartFramer | ( | ) | 
Destroy object UartFramer
Definition at line 41 of file UartFramer.cpp.
| 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.
| void Drv::UartFramer::init | ( | const NATIVE_INT_TYPE | instance = 0 | ) | 
Initialize object UartFramer
| instance | The instance number | 
Definition at line 33 of file UartFramer.cpp.