namespace fix
This commit is contained in:
parent
b699c8b2b3
commit
8f6c3b50af
@ -4,12 +4,15 @@
|
|||||||
#include <framework/container/FIFOBase.h>
|
#include <framework/container/FIFOBase.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
namespace fifo {
|
namespace fsfw {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Simple First-In-First-Out data structure. The maximum size
|
* @brief Simple First-In-First-Out data structure. The maximum size
|
||||||
* can be set in the constructor. THe public interface of
|
* can be set in the constructor.
|
||||||
* FIFOBase exposes the user interface for the FIFO.
|
* @details
|
||||||
|
* The maximum capacity can be determined at run-time, so this container
|
||||||
|
* performs dynamic memory allocation!
|
||||||
|
* The public interface of FIFOBase exposes the user interface for the FIFO.
|
||||||
* @tparam T Entry Type
|
* @tparam T Entry Type
|
||||||
* @tparam capacity Maximum capacity
|
* @tparam capacity Maximum capacity
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user