6 #ifndef FSM_FSM_INPUTTRACE_H_
7 #define FSM_FSM_INPUTTRACE_H_
12 #include "fsm/Trace.h"
13 #include "interface/FsmPresentationLayer.h"
29 InputTrace(
const std::vector<int>&
trace,
const std::shared_ptr<FsmPresentationLayer> presentationLayer);
39 #endif //FSM_FSM_INPUTTRACE_H_
std::vector< int > trace
Definition: Trace.h:20
const std::shared_ptr< FsmPresentationLayer > presentationLayer
Definition: Trace.h:25