Function ouster::sdk::pcap::replay_initialize¶
Defined in File os_pcap.h
Function Documentation¶
-
std::shared_ptr<PlaybackHandle> ouster::sdk::pcap::replay_initialize(const std::string &file)¶
Initialize the stepwise playback handle.
- Deprecated:
Use “PcapPacketSource” instead. The last supported version for this will be 1.0.0 .
- Parameters:
file[in] The file path of the pcap file.
- Returns:
A handle to the initialized playback struct.