#include <iostream>
#include "SynchCout.h"
#include "EventSystem.h"
#include "TAO.h"
#include "DecisionMaking.h"
Go to the source code of this file.
Classes | |
class | AllocFirstReady |
class | NextSelectFirst |
Defines | |
#define | CALL_REMOTE(NAME, CALLS, EVENTS) boost::bind(&callTask, #NAME, CALLS, EVENTS) |
#define | X(...) __VA_ARGS__ |
#define | X(...) __VAR_ARGS__ |
Functions | |
void | callTask (std::string task_address, const CallContext &call_ctx, EventQueue &queue) |
int | main () |
int | main1 () |
TAO (TEST2) | |
TAO (TEST3) | |
TAO (TEST1) | |
void | TAO_EVENTS_GENERATOR () |
void | TAO_TEST () |
Variables | |
EventQueue | mainEventQueue |
#define CALL_REMOTE | ( | NAME, | |
CALLS, | |||
EVENTS | |||
) | boost::bind(&callTask, #NAME, CALLS, EVENTS) |
Definition at line 19 of file TAOExample.cpp.
#define X | ( | ... | ) | __VA_ARGS__ |
Definition at line 78 of file TAOExample.cpp.
#define X | ( | ... | ) | __VAR_ARGS__ |
Definition at line 78 of file TAOExample.cpp.
void callTask | ( | std::string | task_address, |
const CallContext & | call_ctx, | ||
EventQueue & | queue | ||
) |
Definition at line 23 of file TAOExample.cpp.
int main | ( | ) |
Definition at line 189 of file TAOExample.cpp.
int main1 | ( | ) |
Definition at line 197 of file TAOExample.cpp.
TAO | ( | TEST2 | ) |
Definition at line 80 of file TAOExample.cpp.
TAO | ( | TEST3 | ) |
Definition at line 103 of file TAOExample.cpp.
TAO | ( | TEST1 | ) |
Definition at line 125 of file TAOExample.cpp.
void TAO_EVENTS_GENERATOR | ( | ) |
Definition at line 176 of file TAOExample.cpp.
void TAO_TEST | ( | ) |
Definition at line 171 of file TAOExample.cpp.
Definition at line 17 of file TAOExample.cpp.