MOOSE - Multiscale Object Oriented Simulation Environment
|
Public Member Functions | |
void | handleS0 () |
void | handleS1 (const Eref &e, string s) |
void | handleS2 (const Eref &e, int i1, int i2) |
void | process (const Eref &e, ProcPtr p) |
Test () | |
Static Public Member Functions | |
static const Cinfo * | initCinfo () |
Public Attributes | |
int | i1_ |
int | i2_ |
int | numAcks_ |
string | s_ |
Static Public Attributes | |
static Finfo * | sharedVec [6] |
Definition at line 987 of file testAsync.cpp.
|
inline |
Definition at line 990 of file testAsync.cpp.
|
inline |
Definition at line 997 of file testAsync.cpp.
References numAcks_.
Referenced by testSharedMsg().
|
inline |
Definition at line 1001 of file testAsync.cpp.
References s0, s_, and SrcFinfo0::send().
Referenced by testSharedMsg().
|
inline |
Definition at line 1006 of file testAsync.cpp.
References i1_, i2_, s0, and SrcFinfo0::send().
Referenced by testSharedMsg().
|
inlinestatic |
Definition at line 1014 of file testAsync.cpp.
References sharedVec.
Referenced by testMsgSrcDestFields(), and testSharedMsg().
Definition at line 994 of file testAsync.cpp.
int Test::i1_ |
Definition at line 1035 of file testAsync.cpp.
Referenced by handleS2(), and testSharedMsg().
int Test::i2_ |
Definition at line 1036 of file testAsync.cpp.
Referenced by handleS2(), and testSharedMsg().
int Test::numAcks_ |
Definition at line 1037 of file testAsync.cpp.
Referenced by handleS0(), and testSharedMsg().
string Test::s_ |
Definition at line 1034 of file testAsync.cpp.
Referenced by handleS1(), and testSharedMsg().
|
static |
Definition at line 1012 of file testAsync.cpp.
Referenced by initCinfo().