6 #ifndef FSM_FSM_OUTPUTTRACE_H_
7 #define FSM_FSM_OUTPUTTRACE_H_
12 #include "fsm/Trace.h"
13 #include "interface/FsmPresentationLayer.h"
29 OutputTrace(
const std::vector<int>&
trace,
const std::shared_ptr<FsmPresentationLayer> presentationLayer);
39 #endif //FSM_FSM_OUTPUTTRACE_H_
friend std::ostream & operator<<(std::ostream &out, const OutputTrace &trace)
Definition: OutputTrace.cpp:20
OutputTrace(const std::shared_ptr< FsmPresentationLayer > presentationLayer)
Definition: OutputTrace.cpp:8
std::vector< int > trace
Definition: Trace.h:20
const std::shared_ptr< FsmPresentationLayer > presentationLayer
Definition: Trace.h:25
Definition: OutputTrace.h:15