Function ouster::sdk::pcap::record_packet(RecordHandle&, const PacketInfo&, const uint8_t *, size_t)
Defined in File os_pcap.h
Function Documentation
-
void ouster::sdk::pcap::record_packet(RecordHandle &handle, const PacketInfo &info, const uint8_t *buf, size_t buffer_size)
Record a buffer to a multi sensor RecordHandle pcap file.
- Parameters:
handle[in] – The record handle that record_initialize has initted.
info[in] – The packet_info object to use for the packet.
buf[in] – The buffer to record to the pcap file.
buffer_size[in] – The size of the buffer to record to the pcap file.