#include "wsf_export.h"
#include <map>
#include <vector>
#include "WsfComponent.hpp"
#include "WsfComponentList.hpp"
#include "WsfEM_Types.hpp"
#include "WsfEM_XmtrRcvr.hpp"
#include "WsfStringId.hpp"
Go to the source code of this file.
◆ WsfEM_XmtrComponent
An abstract class that defines extension component that can be added to a transmitter. Such a component must derive from this class and must implement the abstract methods as required by WsfComponent. It may also implement any of the optional methods defined by this class or by WsfComponent.