ADTF Device Toolbox SDK
Loading...
Searching...
No Matches
stream_meta_type_pointcloud.h
Go to the documentation of this file.
1
16
17#pragma once
18
20
24namespace adtf
25{
29namespace devicetb
30{
34namespace sdk
35{
39namespace pointcloud
40{
41
42namespace navigation
43{
44
45 struct stream_meta_type_pointcloud : stream_meta_type_pointcloud_properties
46 {
47 stream_meta_type_pointcloud() = default;
48
49 static void SetProperties(const adtf::ucom::iobject_ptr<adtf::base::ant::IProperties>& pProperties)
50 {
51 pProperties->SetProperty(adtf::base::property<adtf::util::cString>(
52 adtf::devicetb::sdk::pointcloud::stream_meta_type_pointcloud_properties::Attributes, ""));
53 }
54 };
55}
56using stream_meta_type_pointcloud = navigation::stream_meta_type_pointcloud;
57
58} // namespace pointcloud
59} // namespace sdk
60} // namespace devicetb
61} // namespace adtf
Namespace for functionality provided by 3.13.0.
Definition pointcloud_access.h:52
Namespace for pointcloud in ADTF-Devicetoolbox.
Definition pointcloud_access.h:49
Namespace for SDK of ADTF-Devicetoolbox.
Definition bus_database_intf.h:42
Devicetoolbox - Namespace.
Definition bus_database_intf.h:36
ADTF - Namespace.
Definition bus_database_intf.h:30