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