Struct nebula::drivers::PacketMetadata
ClassList > nebula > drivers > PacketMetadata
Metadata extracted from a decoded packet.
#include <sample_decoder.hpp>
Public Attributes
| Type | Name |
|---|---|
| bool | did_scan_complete = {false}True if this packet completed a scan. |
| uint64_t | packet_timestamp_ns = {}Timestamp of the packet in nanoseconds. |
Public Attributes Documentation
variable did_scan_complete
True if this packet completed a scan.
bool nebula::drivers::PacketMetadata::did_scan_complete;
variable packet_timestamp_ns
Timestamp of the packet in nanoseconds.
uint64_t nebula::drivers::PacketMetadata::packet_timestamp_ns;
The documentation for this class was generated from the following file src/nebula_sample/nebula_sample_decoders/include/nebula_sample_decoders/sample_decoder.hpp