12#ifndef WSFLINKEDPROCESSOR_HPP
13#define WSFLINKEDPROCESSOR_HPP
15#include "wsf_export.h"
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
A linked processor is a processor with both internal links (see WsfInternalLinks) and external links ...
Definition WsfLinkedProcessor.hpp:24
wsf::ExternalLinks mExternalLinks
Definition WsfLinkedProcessor.hpp:45
WsfLinkedProcessor(WsfScenario &aScenario)
Definition WsfLinkedProcessor.cpp:19
wsf::ExternalLinks & GetExternalLinks()
Definition WsfLinkedProcessor.hpp:38
WsfLinkedProcessor & operator=(const WsfLinkedProcessor &aSrc)=delete
A base class for messages sent among simulation communication objects, processors and sensors.
Definition WsfMessage.hpp:33
WsfProcessor * Clone() const override=0
bool Initialize(double aSimTime) override
Definition WsfProcessor.cpp:86
WsfProcessor(const WsfScenario &aScenario)
Definition WsfProcessor.cpp:25
bool ProcessInput(UtInput &aInput) override
Definition WsfProcessor.cpp:132
Contains the data required to create a simulation, and acts as the entry point for input file process...
Definition WsfScenario.hpp:111
Definition WsfExternalLinks.hpp:62