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

Variables

static const U32 RING_BUFFER_SIZE = 1024
 The size of the circular buffer in bytes. More...
 
static const U32 POLL_BUFFER_SIZE = 1024
 The size of the polling buffer in bytes. More...
 

Variable Documentation

◆ POLL_BUFFER_SIZE

const U32 Svc::DeframerCfg::POLL_BUFFER_SIZE = 1024
static

The size of the polling buffer in bytes.

Definition at line 17 of file DeframerCfg.hpp.

◆ RING_BUFFER_SIZE

const U32 Svc::DeframerCfg::RING_BUFFER_SIZE = 1024
static

The size of the circular buffer in bytes.

Definition at line 15 of file DeframerCfg.hpp.