Go to the source code of this file.
Macros |
| #define | DtALMOST(x, y, e) (((x)<=((y)+(e))) && ((x)>=((y)-(e)))) |
Functions |
| template<typename StateRepType , typename PublisherType , typename ReflectedObjType > |
| void | makVrfVrlinkExtToolkit::registerExtendedAttributeClasses (DtExerciseConn *exConn) |
| | Registers the necessary state rep creators and variable record factory to support extended attributes for the specified publisher and reflected object type in DIS.
|
Macro Definition Documentation
| #define DtALMOST |
( |
|
x, |
|
|
|
y, |
|
|
|
e |
|
) |
| (((x)<=((y)+(e))) && ((x)>=((y)-(e)))) |