12#ifndef WSFSIGNATURELIST_HPP
13#define WSFSIGNATURELIST_HPP
15#include "wsf_export.h"
50 bool Initialize(
double aSimTime);
51 bool ProcessInput(UtInput& aInput);
53 void SetState(
WsfStringId aState,
const std::string& aType);
56 std::string GetClassName(
size_t aIndex)
const;
63 float GetScaleFactor(
size_t aIndex)
const;
64 bool SetScaleFactor(
size_t aIndex,
float aScaleFactor);
68 std::vector<Interface*> mInterfacePtrs;
UtStringId WsfStringId
WsfStringId – the same thing as UtStringId.
Definition WsfStringId.hpp:23
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
Definition WsfSignatureInterface.hpp:32
WsfSignatureList()
Definition WsfSignatureList.cpp:25
WsfSignatureInterface Interface
Make typing easier..
Definition WsfSignatureList.hpp:39
Interface * GetInterface(size_t aIndex)
Return the pointer to the interface with the specified index.
Definition WsfSignatureList.hpp:48
void AddInterface(Interface *aInterfacePtr, size_t aIndex)
Definition WsfSignatureList.cpp:61
Definition WsfSignature.hpp:29