Go to the source code of this file.
Classes | |
class | DummyClass |
class | DummyMsg |
Functions | |
int | main (int argc, char **argv) |
TEST (TestSubscriber, testStaticCallback) | |
TEST (TestSubscriber, testMemberCallback) | |
Variables | |
unsigned char | buffer [1] |
bool | callbackCalled |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 63 of file subscriber_test.cpp.
TEST | ( | TestSubscriber | , |
testStaticCallback | |||
) |
Definition at line 43 of file subscriber_test.cpp.
TEST | ( | TestSubscriber | , |
testMemberCallback | |||
) |
Definition at line 52 of file subscriber_test.cpp.
unsigned char buffer[1] |
Definition at line 6 of file subscriber_test.cpp.
bool callbackCalled |
Definition at line 5 of file subscriber_test.cpp.