CARMA C++
|
Exception class to indicate write overflows. More...
#include <carma/canbus/exceptions.h>
Exception class to indicate write overflows.
This exception is used to signal that overflows have occured on a shared memory queue. It is utilized mostly for DirectCan usage, where it signals that a user is posting messages to the DirectCan shared memory queues too quickly, or is not retrieving messages from it quickly enough. See canbus::DirectCan::postMessage and canbus::DirectCan::getMessage.