Point Cloud Library (PCL) 1.12.0
Loading...
Searching...
No Matches
List of all members | Public Types | Public Attributes
pcl::PCLHeader Struct Reference

#include <pcl/PCLHeader.h>

+ Collaboration diagram for pcl::PCLHeader:

Public Types

using Ptr = shared_ptr<PCLHeader>
 
using ConstPtr = shared_ptr<const PCLHeader>
 

Public Attributes

std::uint32_t seq = 0
 Sequence number.
 
std::uint64_t stamp = 0
 A timestamp associated with the time when the data was acquired.
 
std::string frame_id
 Coordinate frame ID.
 

Detailed Description

Definition at line 10 of file PCLHeader.h.

Member Typedef Documentation

◆ ConstPtr

Definition at line 23 of file PCLHeader.h.

◆ Ptr

Definition at line 22 of file PCLHeader.h.

Member Data Documentation

◆ frame_id

std::string pcl::PCLHeader::frame_id

Coordinate frame ID.

Definition at line 20 of file PCLHeader.h.

Referenced by pcl::operator<<().

◆ seq

std::uint32_t pcl::PCLHeader::seq = 0

Sequence number.

Definition at line 13 of file PCLHeader.h.

Referenced by pcl::operator<<().

◆ stamp

std::uint64_t pcl::PCLHeader::stamp = 0

A timestamp associated with the time when the data was acquired.

The value represents microseconds since 1970-01-01 00:00:00 (the UNIX epoch).

Definition at line 18 of file PCLHeader.h.

Referenced by pcl::operator<<().


The documentation for this struct was generated from the following file: