Create TTI semaphpore default constructor

This commit is contained in:
Xavier Arteaga 2021-06-18 15:40:28 +02:00 committed by Xavier Arteaga
parent de05e1e549
commit 567c7c9c77
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ private:
std::deque<T> fifo; ///< Queue to keep order
public:
tti_semaphore() = default;
/**
* Waits for the first element of the queue match the element identifier provided.
*