|
tin
1.5.9
|
#include <transport.h>

Public Attributes | |
| tsm::tick_duration | tick {} |
| std::uint16_t | event_id {} |
| payload_buffer< MaxBytes > | payload {} |
Record/replay handoff.
This is for deterministic evidence, trace replay, and offline simulation. The tick field is metadata for the replay driver; the adapter only decodes the record into a typed event and sends it through the local runtime boundary.
| std::uint16_t tsm::transport::replay_record< MaxBytes >::event_id {} |
| payload_buffer<MaxBytes> tsm::transport::replay_record< MaxBytes >::payload {} |
| tsm::tick_duration tsm::transport::replay_record< MaxBytes >::tick {} |