WSF
WsfDisUtil.hpp File Reference
#include "wsf_export.h"
#include <cstddef>
#include "UtMemory.hpp"
#include "DisTypes.hpp"
Include dependency graph for WsfDisUtil.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  WsfDisUtil

Functions

WSF_EXPORT bool WsfDisUtil::DebugEnabled (WsfDisInterface *aInterfacePtr)
WSF_EXPORT WsfDisPlatformWsfDisUtil::FindDisPlatform (WsfDisInterface *aInterfacePtr, const DisEntityId &aEntityId)
WSF_EXPORT WsfDisPlatformWsfDisUtil::GetDisPlatform (WsfDisInterface *aInterfacePtr, size_t aPlatformIndex)
WSF_EXPORT void WsfDisUtil::GetEntityIdFromIndex (WsfDisInterface *aInterfacePtr, size_t aPlatformIndex, DisEntityId &aEntityId)
WSF_EXPORT WsfExtInterfaceWsfDisUtil::GetExtInterface (WsfDisInterface *aInterfacePtr)
WSF_EXPORT DisUint32 WsfDisUtil::GetNextRequestNumber (WsfDisInterface *aInterfacePtr)
WSF_EXPORT DisUint8 WsfDisUtil::GetReliabilityService (WsfDisInterface *aInterfacePtr)
WSF_EXPORT const WsfScenarioWsfDisUtil::GetScenario (WsfDisInterface *aInterfacePtr)
WSF_EXPORT WsfSimulationWsfDisUtil::GetSimulation (WsfDisInterface *aInterfacePtr)
WSF_EXPORT double WsfDisUtil::GetSimTime (WsfDisInterface *aInterfacePtr)
WSF_EXPORT double WsfDisUtil::GetTimeFromPdu (WsfDisInterface *aInterfacePtr, DisPdu &aPdu)
WSF_EXPORT void WsfDisUtil::PutPdu (WsfDisInterface *aInterfacePtr, double aSimTime, std::unique_ptr< DisPdu > aPduPtr)
WSF_EXPORT void WsfDisUtil::SimTimeToDisClockTime (double aSimTime, DisClockTime &aDisClockTime)
WSF_EXPORT bool WsfDisUtil::WsfToDisPlayers (WsfDisInterface *aInterfacePtr, size_t aOriginatingIndex, size_t aRequestingIndex, size_t aRespondingIndex, bool &aSenderIsRequestor, bool &aSenderIsResponder, bool &aRequestorIsLocal, bool &aResponderIsLocal, WsfDisPlatform *&aRequesterPtr, WsfDisPlatform *&aResponderPtr, DisEntityId &aOriginatingId, DisEntityId &aRequestorId, DisEntityId &aResponderId)
WSF_EXPORT bool WsfDisUtil::DisToWsfPlayers (WsfDisInterface *aInterfacePtr, const DisEntityId &aOriginatingId, const DisEntityId &aRequestorId, const DisEntityId &aResponderId, bool &aSenderIsRequestor, bool &aSenderIsResponder, bool &aRequestorIsLocal, bool &aResponderIsLocal, WsfDisPlatform *&aRequesterPtr, WsfDisPlatform *&aResponderPtr, size_t &aRequestingIndex, size_t &aRespondingIndex)
Copyrights Multiple, All Rights Reserved