|
virtual void | defineProperties (armarx::PropertyDefinitionsPtr defs, const std::string &prefix="") override |
|
virtual void | init () override |
|
| MPSegment (armem::server::MemoryToIceAdapter &iceMemory) |
|
virtual void | onConnect () |
|
wm::ProviderSegment & | getProviderSegment () |
|
const wm::ProviderSegment & | getProviderSegment () const |
|
void | setAronType (aron::type::ObjectPtr aronType) |
|
void | setDefaultMaxHistorySize (int64_t maxHistorySize) |
|
void | setDefaultProviderSegmentName (const std::string &providerSegmentName) |
|
void | setPredictionEngines (const std::vector< PredictionEngine > &predictionEngines) |
|
| SpecializedProviderSegment (MemoryToIceAdapter &iceMemory, const std::string &defaultProviderSegmentName="", const std::string &defaultCoreSegmentName="", aron::type::ObjectPtr providerSegmentAronType=nullptr, aron::type::ObjectPtr coreSegmentAronType=nullptr, int defaultMaxHistorySize=10, const std::vector< PredictionEngine > &providerSegmentPredictionEngines={}, const std::vector< PredictionEngine > &coreSegmentPredictionEngines={}) |
|
virtual | ~SpecializedProviderSegment () 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 () |
|
Definition at line 15 of file Segment.h.