CARMA C++
BufferOverflowException Class Reference

Exception class to indicate write overflows. More...

#include <carma/canbus/exceptions.h>

Detailed Description

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.


The documentation for this class was generated from the following file: