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

configuration table for each queue More...

#include <Svc/ComQueue/ComQueue.hpp>

Public Member Functions

 QueueConfigurationTable ()
 constructs a basic un-prioritized table with depth 0 More...
 

Public Attributes

QueueConfigurationEntry entries [TOTAL_PORT_COUNT]
 

Detailed Description

configuration table for each queue

This table should be filled-out and passed to the configure method of this component. It represents the port-by-port configuration information for the associated queue. Each entry specifies the queue's depth and priority.

Entries are specified in-order first addressing Fw::Com ports then Fw::Buffer ports.

Definition at line 59 of file ComQueue.hpp.

Constructor & Destructor Documentation

◆ QueueConfigurationTable()

Svc::ComQueue::QueueConfigurationTable::QueueConfigurationTable ( )

constructs a basic un-prioritized table with depth 0

Definition at line 17 of file ComQueue.cpp.

Member Data Documentation

◆ entries

QueueConfigurationEntry Svc::ComQueue::QueueConfigurationTable::entries[TOTAL_PORT_COUNT]

Definition at line 60 of file ComQueue.hpp.


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