Ignition Transport

API Reference

11.0.0
Playback.hh File Reference
#include <chrono>
#include <memory>
#include <regex>
#include <string>
#include <ignition/transport/config.hh>
#include <ignition/transport/log/Export.hh>
#include <ignition/transport/NodeOptions.hh>

Go to the source code of this file.

Classes

class  Playback
 Initiates playback of ignition transport topics This class makes it easy to play topics from a log file. More...
 
class  PlaybackHandle
 Handles the playback of ignition transport topics. This class allows you to manage a log playback once it has started. You must hang onto the PlaybackHandle or else the playback will end early. More...
 

Namespaces

 ignition
 
 ignition::transport
 
 ignition::transport::log
 

Typedefs

using PlaybackHandlePtr = std::shared_ptr< PlaybackHandle >