Classes | |
| class | cNEDValue |
| Value used during evaluating NED expressions. More... | |
Typedefs | |
| typedef void(* | CoroutineFnp )(void *) |
| typedef void(* | PostTDFunc )(cTransientDetection *, void *) |
| typedef void(* | PostADFunc )(cAccuracyDetection *, void *) |
| typedef int(* | cKSplit::CritFunc )(const cKSplit &, cKSplit::Grid &, int, double *) |
| typedef double(* | cKSplit::DivFunc )(const cKSplit &, cKSplit::Grid &, double, double *) |
| typedef double(* | MathFuncNoArg )() |
| typedef double(* | MathFunc1Arg )(double) |
| typedef double(* | MathFunc2Args )(double, double) |
| typedef double(* | MathFunc3Args )(double, double, double) |
| typedef double(* | MathFunc4Args )(double, double, double, double) |
| typedef void(* | VoidDelFunc )(void *) |
| typedef void *(* | VoidDupFunc )(void *) |
Variables | |
| NAMESPACE_BEGIN typedef cNEDValue(* | NEDFunction )(cComponent *context, cNEDValue argv[], int argc) |
| NAMESPACE_BEGIN typedef double(* | MathFunc )(...) |
| NAMESPACE_BEGIN typedef void(* | RecordFunc )(void *, simtime_t, double, double) |
| NAMESPACE_BEGIN typedef int(* | CompareFunc )(cObject *a, cObject *b) |
| typedef void(* CoroutineFnp)(void *) |
Prototype for functions that can be used with cCoroutine objects as coroutine bodies.
typedef int(* cKSplit::CritFunc)(const cKSplit &, cKSplit::Grid &, int, double *) [inherited] |
Prototype for cell split criterion functions used by cKSplit objects.
typedef double(* cKSplit::DivFunc)(const cKSplit &, cKSplit::Grid &, double, double *) [inherited] |
Prototype for cell division criterion functions used by cKSplit objects.
| typedef double(* MathFunc1Arg)(double) |
Prototype for mathematical functions taking one argument.
| typedef double(* MathFunc2Args)(double, double) |
Prototype for mathematical functions taking two arguments.
| typedef double(* MathFunc3Args)(double, double, double) |
Prototype for mathematical functions taking three arguments.
| typedef double(* MathFunc4Args)(double, double, double, double) |
Prototype for mathematical functions taking four arguments.
| typedef double(* MathFuncNoArg)() |
Prototype for mathematical functions taking no arguments.
| typedef void(* PostADFunc)(cAccuracyDetection *, void *) |
Prototype for callback functions used by a cAccuracyDetection object.
| typedef void(* PostTDFunc)(cTransientDetection *, void *) |
Prototype for callback functions used by a cTransientDetection object.
| typedef void(* VoidDelFunc)(void *) |
Prototype for functions that are called by some objects (cMsgPar, cLinkedList) to free up user-defined data structures.
| typedef void*(* VoidDupFunc)(void *) |
Prototype for functions that are called by some objects (cMsgPar, cLinkedList) to duplicate user-defined data structures.
| NAMESPACE_BEGIN typedef int(* CompareFunc)(cObject *a, cObject *b) |
Type for comparison functions for cObject.
Return value should be:
| NAMESPACE_BEGIN typedef double(* MathFunc)(...) |
| NAMESPACE_BEGIN typedef cNEDValue(* NEDFunction)(cComponent *context, cNEDValue argv[], int argc) |
| NAMESPACE_BEGIN typedef void(* RecordFunc)(void *, simtime_t, double, double) |
Prototype for callback functions that are used to notify graphical user interfaces when values are recorded to an output vector (see cOutVector).
1.5.5