Segment Class Reference

#include <RobotAPI/libraries/armem_robot_state/server/localization/Segment.h>

+ Inheritance diagram for Segment:

Public Member Functions

bool commitTransform (const armem::robot_state::Transform &transform)
 
bool commitTransformLocking (const armem::robot_state::Transform &transform)
 
void defineProperties (armarx::PropertyDefinitionsPtr defs, const std::string &prefix="") override
 
RobotFramePoseMap getRobotFramePoses (const armem::Time &timestamp) const
 
RobotFramePoseMap getRobotFramePosesLocking (const armem::Time &timestamp) const
 
RobotPoseMap getRobotGlobalPoses (const armem::Time &timestamp) const
 
RobotPoseMap getRobotGlobalPosesLocking (const armem::Time &timestamp) const
 
void init () override
 
void onConnect ()
 
 Segment (server::MemoryToIceAdapter &iceMemory)
 
virtual ~Segment () override
 
- Public Member Functions inherited from SpecializedCoreSegment
template<class FunctionT >
auto doLocked (FunctionT &&function) const
 
wm::CoreSegmentgetCoreSegment ()
 
const wm::CoreSegmentgetCoreSegment () 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=-1, const std::vector< PredictionEngine > &predictionEngines={})
 
virtual ~SpecializedCoreSegment () override
 
- Public Member Functions inherited from SegmentBase< server::wm::CoreSegment >
MemoryIDid ()
 
const MemoryIDid () 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 ()
 

Additional Inherited Members

- Public Attributes inherited from SpecializedCoreSegment
aron::type::ObjectPtr aronType
 
std::vector< PredictionEnginepredictionEngines
 
Properties properties
 
- Public Attributes inherited from SegmentBase< server::wm::CoreSegment >
server::wm::CoreSegmentsegmentPtr
 
- Protected Member Functions inherited from Logging
bool checkLogLevel (MessageTypeT level) const
 
const LogSenderPtrgetLogSender () const
 Retrieve log sender. More...
 
LogSenderPtr loghelper (const char *file, int line, const char *function) const
 
- Protected Attributes inherited from SegmentBase< server::wm::CoreSegment >
MemoryToIceAdaptericeMemory
 
- Protected Attributes inherited from Logging
MessageTypeT minimumLoggingLevel
 
SpamFilterDataPtr spamFilter
 
LogTag tag
 

Detailed Description

Definition at line 43 of file Segment.h.

Constructor & Destructor Documentation

◆ Segment()

Definition at line 36 of file Segment.cpp.

◆ ~Segment()

~Segment ( )
overridevirtual

Definition at line 42 of file Segment.cpp.

Member Function Documentation

◆ commitTransform()

bool commitTransform ( const armem::robot_state::Transform transform)

Definition at line 163 of file Segment.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ commitTransformLocking()

bool commitTransformLocking ( const armem::robot_state::Transform transform)

Definition at line 173 of file Segment.cpp.

+ Here is the call graph for this function:

◆ defineProperties()

void defineProperties ( armarx::PropertyDefinitionsPtr  defs,
const std::string &  prefix = "" 
)
overridevirtual

Reimplemented from SpecializedCoreSegment.

Definition at line 46 of file Segment.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getRobotFramePoses()

RobotFramePoseMap getRobotFramePoses ( const armem::Time timestamp) const

Definition at line 81 of file Segment.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getRobotFramePosesLocking()

RobotFramePoseMap getRobotFramePosesLocking ( const armem::Time timestamp) const

Definition at line 71 of file Segment.cpp.

+ Here is the call graph for this function:

◆ getRobotGlobalPoses()

RobotPoseMap getRobotGlobalPoses ( const armem::Time timestamp) const

Definition at line 127 of file Segment.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getRobotGlobalPosesLocking()

RobotPoseMap getRobotGlobalPosesLocking ( const armem::Time timestamp) const

Definition at line 117 of file Segment.cpp.

+ Here is the call graph for this function:

◆ init()

void init ( )
overridevirtual

Reimplemented from SpecializedCoreSegment.

Definition at line 56 of file Segment.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ onConnect()

void onConnect ( )

Definition at line 65 of file Segment.cpp.

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: