VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
Deprecated List
Class
DtAsyncNetSocket
This class is replaced by
DtInetSocket
as of VR-Link 3.13
Class
DtAsyncSocketPacket
This class is replaced by
DtInetSocket
as of VR-Link 3.13
Class
DtBaseHashKey
This class has been deprecated, see DtHashList
Member
DtBoolean
Use C++ keyword bool instead.
Member
DtDECLARE_OBSERVER_NOTIFIER
(DtObserver) class 1 DtObserver
Member
DtDECLARE_OBSERVER_NOTIFIER
(ClassName)
This MACRO is no longer used by VR-Link, if you use this function, please contact
suppo
.nosp@m.
rt@m
.nosp@m.
ak.co
.nosp@m.
m
Member
DtDeferedEntityId
DtDeferredEntityId has been deprecated. DtDeferredEntityId should be used instead (spelling fixed).
Member
DtDEFINE_OBSERVER_NOTIFIER
(ClassName)
This MACRO is not longer used by VR-Link, if you are using this function, please contact
suppo
.nosp@m.
rt@m
.nosp@m.
ak.co
.nosp@m.
m
.
Member
DtDumpBoolean
(const char *label, bool val, int onlyIfTrue=0)
This function has been replaced by DtPrintAttribute.
Member
DtDumpEnum
(const char *label, const char *enumStr, int enumNum)
This function has been replaced by DtPrintAttribute.
Member
DtDumpFloat
(const char *label, double f)
This function has been replaced by DtPrintAttribute.
Member
DtDumpHexWord
(const char *label, DtU32 word)
This function has been replaced by DtPrintAttribute.
Member
DtDumpInteger
(const char *label, long i)
This function has been replaced by DtPrintAttribute.
Member
DtDumpString
(const char *label, const char *string)
This function has been replaced by DtPrintAttribute.
Member
DtDumpString
(const char *label, const
DtString
&string)
This function has been replaced by DtPrintAttribute.
Member
DtEntityPublisher::setDfltRotationThreshold
(double r)
Please use the
DtThresholder
static member functions instead.
Member
DtExerciseConn::DtExerciseConn
(const char *execName, const char *federateType,
DtFomMapper
*mapper=DtRprFomMapper::create(0), const char *fedFileName=0, InitializationStatus *status=0)
Users should now use the DtExeciseConnInitializer CTOR
Member
DtExerciseConn::DtExerciseConn
(const char *execName, const char *federateType, const char *dsoName, const char *fedFileName=0, void *fomMapInitData=0, InitializationStatus *status=0)
Users should now use the DtExeciseConnInitializer CTOR
Member
DtFalse
Use C++ keyword false instead.
Class
DtFilterTest
This class is replaced by
DtInetSocket
as of VR-Link 3.13
Member
DtFilterType
This class is replaced by
DtInetSocket
as of VR-Link 3.13
Member
DtFlushStatus
This class is replaced by
DtInetSocket
as of VR-Link 3.13
Class
DtGroupSocket
This class has been replaced by
DtInetSocketMgr
as of VR-Link 3.13
Class
DtHashItem
This class has been deprecated. Please see
DtHashlist
Class
DtHashlist
This class is deprecated, please use std::map
Member
DtInitErrorAction
This class is replaced by
DtInetSocket
and other classes as of VR-Link 3.13
Class
DtIntHashKey
This class has been deprecated, see DtHashList
Member
DtMaxPacketSize
()
This class is replaced by
DtInetSocket
as of VR-Link 3.13
Class
DtNetSocket
This class is replaced by
DtInetSocket
and other classes as of VR-Link 3.13
Member
DtNewDfltSocket
(int port, DtIpv4Addr destAddr=0, bool use_async=false)
This class is replaced by
DtInetSocket
as of VR-Link 3.13
Class
DtOldSmoother
This class was replaced by
DtSmoother
in VR-Link 3.11 and is provided for backwards compatibility only.
Member
DtPollInputChar
(void)
Please use
DtPollBlockingInputChar()
. This function always blocked.
Member
DtPollInputLine
(void)
Please use
DtPollBlockingInputLine()
. This function always blocked.
Member
DtPollInputLine
(char *buff, int size)
Please use
DtPollBlockingInputLine()
. This function always blocked.
Class
DtPtrHashKey
This class has been deprecated, see DtHashList
Member
DtRadioReceiverRepository::setTransmitRadioId
(const DtGlobalObjectDesignator &id)
The methods, setTransmitterId() and transmitterId() should be used instead.
Member
DtReflectedEntity::DtEsrCreator
Use DtStateRepCreator instead.
Member
DtSetMaxPacketSize
(int size)
This class is replaced by
DtInetSocket
as of VR-Link 3.13
Class
DtSmoothOrient
This class is only used by
DtOldSmoother
which has been deprecated.
Class
DtSmoothOriWithDr
This class is used by the class
DtOldSmoother
. It is no longer used by the default smoother.
Class
DtSmoothPos
This class is only used by
DtOldSmoother
which has been deprecated.
Class
DtSmoothPosWithDr
This class is only used by
DtOldSmoother
which has been deprecated.
Class
DtSocket
This class is replaced by
DtInetSocket
as of VR-Link 3.13
Member
DtSocketAdditionCallback
)(
DtTcpSocket
*sock, void *usr)
This class is replaced by
DtInetSocketMgr
and other classes as of VR-Link 3.13
Member
DtSocketCreationCallback
)(void *creator,
DtTcpSocketMgr
*mgr)
This class is replaced by
DtInetSocketMgr
and other classes as of VR-Link 3.13
Member
DtSocketRemovalCallback
This class is replaced by
DtInetSocketMgr
and other classes as of VR-Link 3.13
Member
DtString::length
() const
Use
DtString::size()
Member
DtString::string
() const
Use
DtString::c_str()
.
Class
DtStringHashKey
This class has been deprecated, see DtHashList
Class
DtStringPatternMatch
Class
DtTcpMessage
This class is replaced by
DtInetTcpSocket
as of VR-Link 3.13
Class
DtTcpSocketMgr
This class is replaced by
DtInetSocketMgr
and other classes as of VR-Link 3.13
Member
DtTestOperator
This class is replaced by
DtInetSocket
as of VR-Link 3.13
Member
DtTrue
Use C++ keyword true instead.
Member
DtVecAdd
(const
DtVector
&v1, const
DtVector
&v2,
DtVector
&result)
DtVecAdd is deprecated, use operator+ or
DtVector::operator+=
instead
Member
DtVecCheck
(const
DtVector
&v)
DtVecCheck is deprecated, use vec.isNormalized();
Member
DtVecCopy
(const
DtVector
&from,
DtVector
&to)
DtVecCopy is deprecated, use the operator=() function.
Member
DtVecCrossProd
(const
DtVector
&v1, const
DtVector
&v2,
DtVector
&result)
DtVecCrossProd is deprecated, use v1.crossProduct(v2);
Member
DtVecDotProd
(const
DtVector
&v1, const
DtVector
&v2)
DtVecDotProd is deprecated, use v1.dotProd(v2)
Member
DtVecDump
(const char *str, const
DtVector
&v)
DtVecDump, use DtPrintAttribute, or the ostream operator for
DtVector
.
Member
DtVecNormalize
(const
DtVector
&v,
DtVector
&result)
DtVecNormalize is deprecated, use v.normalize();
Member
DtVecSub
(const
DtVector
&v1, const
DtVector
&v2,
DtVector
&result)
DtVecSub is deprecated, use operator- or
DtVector::operator-=
instead
Class
DtWStringHashKey
This class has been deprecated, see DtHashList
Group
Socket Macros
This class is replaced by
DtInetSocket
as of VR-Link 3.13
Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)