|
Fawkes API
Fawkes Development Version
|
Memory size does not match. More...
#include <utils/ipc/shm_exceptions.h>

Public Member Functions | |
| ShmInconsistentSegmentSizeException (unsigned int desired_mem, unsigned int act_mem) | |
| Constructor. | |
Memory size does not match.
| fawkes::ShmInconsistentSegmentSizeException::ShmInconsistentSegmentSizeException | ( | unsigned int | desired_mem, |
| unsigned int | act_mem | ||
| ) |
Constructor.
| desired_mem | The exepcted memory size |
| act_mem | The actual memory size |
Definition at line 65 of file shm_exceptions.cpp.