|
A base class for memory servers to manage their segments. More...
#include <RobotAPI/libraries/armem/server/segment/detail/SpecializedSegment.h>
Public Member Functions | |
virtual void | defineProperties (armarx::PropertyDefinitionsPtr defs, const std::string &prefix="")=0 |
MemoryID & | id () |
const MemoryID & | id () const |
virtual void | init ()=0 |
SegmentBase ()=delete | |
SegmentBase (MemoryToIceAdapter &iceMemory) | |
virtual | ~SegmentBase ()=default |
Public Member Functions inherited from Logging | |
SpamFilterDataPtr | deactivateSpam (float deactivationDurationSec=10.0f, const std::string &identifier="", bool deactivate=true) const |
disables the logging for the current line for the given amount of seconds. More... | |
MessageTypeT | getEffectiveLoggingLevel () const |
Logging () | |
void | setLocalMinimumLoggingLevel (MessageTypeT level) |
With setLocalMinimumLoggingLevel the minimum verbosity-level of log-messages can be set. More... | |
void | setTag (const LogTag &tag) |
void | setTag (const std::string &tagName) |
virtual | ~Logging () |
Public Attributes | |
SegmentType * | segmentPtr |
Protected Attributes | |
MemoryToIceAdapter & | iceMemory |
Protected Attributes inherited from Logging | |
MessageTypeT | minimumLoggingLevel |
SpamFilterDataPtr | spamFilter |
LogTag | tag |
Additional Inherited Members | |
Protected Member Functions inherited from Logging | |
bool | checkLogLevel (MessageTypeT level) const |
const LogSenderPtr & | getLogSender () const |
Retrieve log sender. More... | |
LogSenderPtr | loghelper (const char *file, int line, const char *function) const |
A base class for memory servers to manage their segments.
A segment can inherit this base class and add segment specific code. TODO (fabian.peller): add concept to only accept coresegments, providersegments or entitysegments
Definition at line 24 of file SpecializedSegment.h.
|
delete |
|
inline |
Definition at line 29 of file SpecializedSegment.h.
|
virtualdefault |
|
pure virtual |
Implemented in ExecutableSkillLibraryCoreSegment, SkillExecutionRequestCoreSegment, SkillEventCoreSegment, StatechartListenerProviderSegment, Segment, Segment, Segment, PoseSegment, Segment, Segment, AnticipationSegment, IdentificationSegment, PersonInstanceSegment, SpecializedProviderSegment, SpecializedCoreSegment, LightweightCpuMonitorProviderSegment, LightweightRamMonitorProviderSegment, Segment, MDBMotionSegment, and MPSegment.
|
inline |
Definition at line 35 of file SpecializedSegment.h.
|
inline |
Definition at line 41 of file SpecializedSegment.h.
|
pure virtual |
Implemented in Segment, Segment, Segment, Segment, Segment, SpecializedProviderSegment, SpecializedCoreSegment, LightweightCpuMonitorProviderSegment, LightweightRamMonitorProviderSegment, Segment, MDBMotionSegment, MPSegment, KnownGraspProviderSegment, ExecutableSkillLibraryCoreSegment, SkillExecutionRequestCoreSegment, SkillEventCoreSegment, and StatechartListenerProviderSegment.
|
protected |
Definition at line 60 of file SpecializedSegment.h.
SegmentType* segmentPtr |
Definition at line 54 of file SpecializedSegment.h.