Fawkes API  Fawkes Development Version
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
fawkes::PointCloudTimestamp Union Reference

Union to pack fawkes::Time into the pcl::PointCloud timestamp. More...

#include <pointcloud_manager.h>

Public Attributes

struct {
   uint64_t   sec: 44
 seconds part of time More...
 
   uint64_t   usec: 20
 microseconds part of time More...
 
time
 Access timestamp as time. More...
 
uint64_t timestamp
 Access timestamp as number only. More...
 

Detailed Description

Union to pack fawkes::Time into the pcl::PointCloud timestamp.

Definition at line 51 of file pointcloud_manager.h.

Member Data Documentation

uint64_t fawkes::PointCloudTimestamp::sec

seconds part of time

Definition at line 53 of file pointcloud_manager.h.

Referenced by fawkes::PointCloudManager::PointCloudStorageAdapter< PointT >::get_time().

struct { ... } fawkes::PointCloudTimestamp::time
uint64_t fawkes::PointCloudTimestamp::timestamp

Access timestamp as number only.

Definition at line 56 of file pointcloud_manager.h.

Referenced by fawkes::PointCloudManager::PointCloudStorageAdapter< PointT >::get_time().

uint64_t fawkes::PointCloudTimestamp::usec

microseconds part of time

Definition at line 54 of file pointcloud_manager.h.


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