Use this policy to indicate that you do want to block on an empty or full buffer, queue, fifo,. More...
#include <rtt/BufferPolicy.hpp>
Public Member Functions | |
| BlockingPolicy (unsigned int c) | |
| void | push (int add=1) |
| void | pop (int sub=1) |
| void | reset (int c) |
Use this policy to indicate that you do want to block on an empty or full buffer, queue, fifo,.
..
Definition at line 65 of file BufferPolicy.hpp.
1.6.3