tin  1.5.9
tsm::transport::replay_adapter< Codec > Struct Template Reference

#include <transport.h>

Collaboration diagram for tsm::transport::replay_adapter< Codec >:
Collaboration graph

Static Public Member Functions

template<typename Runtime , std::size_t MaxBytes>
static status apply (Runtime &runtime, replay_record< MaxBytes > const &record)
 

Detailed Description

template<typename Codec>
struct tsm::transport::replay_adapter< Codec >

Replay ingress adapter.

Codec maps a recorded event ID and payload to a typed HSM event. Replay timing, tick advancement, and file parsing live in the replay driver, not in the HSM core.

Member Function Documentation

◆ apply()

template<typename Codec >
template<typename Runtime , std::size_t MaxBytes>
static status tsm::transport::replay_adapter< Codec >::apply ( Runtime runtime,
replay_record< MaxBytes > const &  record 
)
inlinestatic

The documentation for this struct was generated from the following file: