Added DTSC rate limiter. Closes #12
This commit is contained in:
parent
f01c686997
commit
77af63ebe4
3 changed files with 30 additions and 4 deletions
|
|
@ -129,6 +129,7 @@ namespace DTSC{
|
|||
std::string & outPacket(unsigned int num);
|
||||
std::string & outHeader();
|
||||
Ring * getRing();
|
||||
unsigned int getTime();
|
||||
void dropRing(Ring * ptr);
|
||||
private:
|
||||
std::deque<DTSC::DTMI> buffers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue