Definition at line 56 of file Replay.h.
◆ ReplayOptions() [1/2]
Initializes instance with default values.
Definition at line 71 of file Replay.h.
◆ ReplayOptions() [2/2]
Initializes with all the logs which are available and are stored in a given folder.
Definition at line 79 of file Replay.h.
◆ listener
Instance to notify about replay events.
Definition at line 63 of file Replay.h.
◆ logs
List of instruments logs to be replayed. Must be stored in 'oldest to recent' order.
Definition at line 60 of file Replay.h.
◆ packetReplayDelay
unsigned int packetReplayDelay |
Specifies the time delay (milliseconds) between replayed packets.
- Note
- Ability to control log replay rate. The default value is 0 milliseconds.
Definition at line 68 of file Replay.h.