PointCloudCoreSegment.cpp
Go to the documentation of this file.
2
4{
14
24
34
44} // namespace visionx::armem::pointcloud::server::segment
Helps connecting a Memory server to the Ice interface.
PointCloudXYZCoreSegment(armarx::armem::server::MemoryToIceAdapter &iceMemory, int defaultMaxHistorySize=20)
PointCloudXYZLCoreSegment(armarx::armem::server::MemoryToIceAdapter &iceMemory, int defaultMaxHistorySize=20)
PointCloudXYZRGBACoreSegment(armarx::armem::server::MemoryToIceAdapter &iceMemory, int defaultMaxHistorySize=20)
PointCloudXYZRGBLCoreSegment(armarx::armem::server::MemoryToIceAdapter &iceMemory, int defaultMaxHistorySize=20)
PointCloudCoreSegment(armarx::armem::server::MemoryToIceAdapter &iceMemory, const std::string &coreSegmentName, int defaultMaxHistorySize=20)
const constexpr char * POINTXYZ_CORE_SEGMENT_NAME
Definition constants.h:7
const constexpr char * POINTXYZRGBA_CORE_SEGMENT_NAME
Definition constants.h:9
const constexpr char * POINTXYZRGBL_CORE_SEGMENT_NAME
Definition constants.h:10
const constexpr char * POINTXYZL_CORE_SEGMENT_NAME
Definition constants.h:8
ArmarX headers.