|
A base class for core segments. More...
#include <RobotAPI/libraries/armem/server/segment/SpecializedCoreSegment.h>
Classes | |
struct | Properties |
Public Member Functions | |
virtual void | defineProperties (armarx::PropertyDefinitionsPtr defs, const std::string &prefix="") override |
template<class FunctionT > | |
auto | doLocked (FunctionT &&function) const |
wm::CoreSegment & | getCoreSegment () |
const wm::CoreSegment & | getCoreSegment () const |
virtual void | init () override |
void | setAronType (aron::type::ObjectPtr aronType) |
void | setDefaultCoreSegmentName (const std::string &coreSegmentName) |
void | setDefaultMaxHistorySize (int64_t maxHistorySize) |
void | setPredictionEngines (const std::vector< PredictionEngine > &predictionEngines) |
SpecializedCoreSegment (MemoryToIceAdapter &iceMemory, const std::string &defaultCoreSegmentName="", aron::type::ObjectPtr coreSegmentAronType=nullptr, int defaultMaxHistorySize=10, const std::vector< PredictionEngine > &predictionEngines={}) | |
virtual | ~SpecializedCoreSegment () override |
Public Member Functions inherited from SegmentBase< server::wm::CoreSegment > | |
MemoryID & | id () |
const MemoryID & | id () const |
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 | |
aron::type::ObjectPtr | aronType |
std::vector< PredictionEngine > | predictionEngines |
Properties | properties |
Public Attributes inherited from SegmentBase< server::wm::CoreSegment > | |
server::wm::CoreSegment * | segmentPtr |
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 |
Protected Attributes inherited from SegmentBase< server::wm::CoreSegment > | |
MemoryToIceAdapter & | iceMemory |
Protected Attributes inherited from Logging | |
MessageTypeT | minimumLoggingLevel |
SpamFilterDataPtr | spamFilter |
LogTag | tag |
A base class for core segments.
Definition at line 20 of file SpecializedCoreSegment.h.
SpecializedCoreSegment | ( | MemoryToIceAdapter & | iceMemory, |
const std::string & | defaultCoreSegmentName = "" , |
||
aron::type::ObjectPtr | coreSegmentAronType = nullptr , |
||
int | defaultMaxHistorySize = 10 , |
||
const std::vector< PredictionEngine > & | predictionEngines = {} |
||
) |
Definition at line 13 of file SpecializedCoreSegment.cpp.
|
overridevirtual |
Definition at line 28 of file SpecializedCoreSegment.cpp.
|
overridevirtual |
Implements SegmentBase< server::wm::CoreSegment >.
Reimplemented in ExecutableSkillLibraryCoreSegment, SkillExecutionRequestCoreSegment, SkillEventCoreSegment, Segment, Segment, Segment, PoseSegment, Segment, Segment, AnticipationSegment, IdentificationSegment, PersonInstanceSegment, and Segment.
Definition at line 33 of file SpecializedCoreSegment.cpp.
|
inline |
Definition at line 39 of file SpecializedCoreSegment.h.
const wm::CoreSegment & getCoreSegment | ( | ) |
Definition at line 93 of file SpecializedCoreSegment.cpp.
const wm::CoreSegment& getCoreSegment | ( | ) | const |
|
overridevirtual |
Implements SegmentBase< server::wm::CoreSegment >.
Reimplemented in Segment, Segment, Segment, Segment, Segment, Segment, ExecutableSkillLibraryCoreSegment, SkillExecutionRequestCoreSegment, and SkillEventCoreSegment.
Definition at line 49 of file SpecializedCoreSegment.cpp.
void setAronType | ( | aron::type::ObjectPtr | aronType | ) |
Definition at line 81 of file SpecializedCoreSegment.cpp.
void setDefaultCoreSegmentName | ( | const std::string & | coreSegmentName | ) |
Definition at line 69 of file SpecializedCoreSegment.cpp.
void setDefaultMaxHistorySize | ( | int64_t | maxHistorySize | ) |
Definition at line 75 of file SpecializedCoreSegment.cpp.
void setPredictionEngines | ( | const std::vector< PredictionEngine > & | predictionEngines | ) |
Definition at line 87 of file SpecializedCoreSegment.cpp.
aron::type::ObjectPtr aronType |
Definition at line 56 of file SpecializedCoreSegment.h.
std::vector<PredictionEngine> predictionEngines |
Definition at line 57 of file SpecializedCoreSegment.h.
Properties properties |
Definition at line 64 of file SpecializedCoreSegment.h.