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

Variables

static constexpr U32 FILES_PER_RATE_TICK = 1
 
static constexpr U32 FILES_PER_RATE_TICK = 1
 

Variable Documentation

◆ FILES_PER_RATE_TICK [1/2]

constexpr U32 Svc::FileManagerConfig::FILES_PER_RATE_TICK = 1
static

Number of directory entries to process per rate group tick Higher values = faster directory listing but more events per tick Lower values = slower directory listing but bounded event rate Default: 1

Definition at line 12 of file FileManagerConfig.hpp.

◆ FILES_PER_RATE_TICK [2/2]

constexpr U32 Svc::FileManagerConfig::FILES_PER_RATE_TICK = 1
static

Number of directory entries to process per rate group tick Higher values = faster directory listing but more events per tick Lower values = slower directory listing but bounded event rate Default: 1

Definition at line 12 of file FileManagerConfig.hpp.