|
#include <MemoryX/core/memory/SegmentUtilImplementations.h>
Public Member Functions | |
void | ice_postUnmarshal () override |
SegmentLock (bool start_watchdog=false) | |
void | startWatchdog () |
void | unlock (const Ice::Current &c=Ice::emptyCurrent) override |
Protected Member Functions | |
void | keepAlive () |
~SegmentLock () override | |
Protected Attributes | |
armarx::PeriodicTask< SegmentLock >::pointer_type | keepAliveTask |
Definition at line 35 of file SegmentUtilImplementations.h.
|
overrideprotected |
Definition at line 247 of file SegmentUtilImplementations.cpp.
SegmentLock | ( | bool | start_watchdog = false | ) |
Definition at line 256 of file SegmentUtilImplementations.cpp.
|
override |
Definition at line 287 of file SegmentUtilImplementations.cpp.
|
protected |
Definition at line 292 of file SegmentUtilImplementations.cpp.
void startWatchdog | ( | ) |
Definition at line 281 of file SegmentUtilImplementations.cpp.
|
override |
Definition at line 264 of file SegmentUtilImplementations.cpp.
|
protected |
Definition at line 50 of file SegmentUtilImplementations.h.