|
| WSF_EXPORT bool | WsfDisUtil::DebugEnabled (WsfDisInterface *aInterfacePtr) |
| WSF_EXPORT WsfDisPlatform * | WsfDisUtil::FindDisPlatform (WsfDisInterface *aInterfacePtr, const DisEntityId &aEntityId) |
| WSF_EXPORT WsfDisPlatform * | WsfDisUtil::GetDisPlatform (WsfDisInterface *aInterfacePtr, size_t aPlatformIndex) |
| WSF_EXPORT void | WsfDisUtil::GetEntityIdFromIndex (WsfDisInterface *aInterfacePtr, size_t aPlatformIndex, DisEntityId &aEntityId) |
| WSF_EXPORT WsfExtInterface * | WsfDisUtil::GetExtInterface (WsfDisInterface *aInterfacePtr) |
| WSF_EXPORT DisUint32 | WsfDisUtil::GetNextRequestNumber (WsfDisInterface *aInterfacePtr) |
| WSF_EXPORT DisUint8 | WsfDisUtil::GetReliabilityService (WsfDisInterface *aInterfacePtr) |
| WSF_EXPORT const WsfScenario & | WsfDisUtil::GetScenario (WsfDisInterface *aInterfacePtr) |
| WSF_EXPORT WsfSimulation & | WsfDisUtil::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) |