fawkes::ShmInconsistentSegmentSizeException Class Reference
Memory size does not match. More...
#include <utils/ipc/shm_exceptions.h>
Inheritance diagram for fawkes::ShmInconsistentSegmentSizeException:

Public Member Functions | |
| ShmInconsistentSegmentSizeException (unsigned int desired_mem, unsigned int act_mem) | |
| Constructor. | |
Detailed Description
Memory size does not match.Definition at line 47 of file shm_exceptions.h.
Constructor & Destructor Documentation
| fawkes::ShmInconsistentSegmentSizeException::ShmInconsistentSegmentSizeException | ( | unsigned int | desired_mem, | |
| unsigned int | act_mem | |||
| ) |
Constructor.
- Parameters:
-
desired_mem The exepcted memory size act_mem The actual memory size
Definition at line 65 of file shm_exceptions.cpp.
The documentation for this class was generated from the following files:
- src/libs/utils/ipc/shm_exceptions.h
- src/libs/utils/ipc/shm_exceptions.cpp

