|
#include <RobotAPI/libraries/armem_skills/server/segment/ProfileLibrarySegment.h>
Public Member Functions | |
void | addProfile (const skills::manager::arondto::FluxioProfile &profile) |
void | defineProperties (PropertyDefinitionsPtr defs, const std::string &prefix) |
std::optional< std::vector< skills::manager::arondto::FluxioProfile > > | getProfiles () const |
void | init () |
ProfileLibraryCoreSegment (armem::server::MemoryToIceAdapter &iceMemory) | |
![]() | |
template<class FunctionT > | |
auto | doLocked (FunctionT &&function) const |
wm::CoreSegment & | getCoreSegment () |
const wm::CoreSegment & | getCoreSegment () const |
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 |
![]() | |
MemoryID & | id () |
const MemoryID & | id () const |
SegmentBase ()=delete | |
SegmentBase (MemoryToIceAdapter &iceMemory) | |
virtual | ~SegmentBase ()=default |
![]() | |
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 () |
Static Public Attributes | |
static constexpr const char * | CoreSegmentName = "Profile" |
Additional Inherited Members | |
![]() | |
aron::type::ObjectPtr | aronType |
std::vector< PredictionEngine > | predictionEngines |
Properties | properties |
![]() | |
server::wm::CoreSegment * | segmentPtr |
![]() | |
bool | checkLogLevel (MessageTypeT level) const |
const LogSenderPtr & | getLogSender () const |
Retrieve log sender. More... | |
LogSenderPtr | loghelper (const char *file, int line, const char *function) const |
![]() | |
MemoryToIceAdapter & | iceMemory |
![]() | |
MessageTypeT | minimumLoggingLevel |
SpamFilterDataPtr | spamFilter |
LogTag | tag |
Definition at line 21 of file ProfileLibrarySegment.h.
ProfileLibraryCoreSegment | ( | armem::server::MemoryToIceAdapter & | iceMemory | ) |
Definition at line 19 of file ProfileLibrarySegment.cpp.
void addProfile | ( | const skills::manager::arondto::FluxioProfile & | profile | ) |
Definition at line 40 of file ProfileLibrarySegment.cpp.
|
virtual |
Reimplemented from SpecializedCoreSegment.
Definition at line 26 of file ProfileLibrarySegment.cpp.
std::optional< std::vector< skills::manager::arondto::FluxioProfile > > getProfiles | ( | ) | const |
Definition at line 58 of file ProfileLibrarySegment.cpp.
|
virtual |
Reimplemented from SpecializedCoreSegment.
Definition at line 34 of file ProfileLibrarySegment.cpp.
|
staticconstexpr |
Definition at line 26 of file ProfileLibrarySegment.h.