#include <ThingsTSelector2.h>
Definition at line 23 of file ThingsTSelector2.h.
tfwliteselectortest::ThingsTSelector2::ThingsTSelector2 |
( |
| ) |
|
|
inline |
tfwliteselectortest::ThingsTSelector2::ThingsTSelector2 |
( |
ThingsTSelector2 const & |
| ) |
|
|
private |
void ThingsTSelector2::begin |
( |
TList *& |
in | ) |
|
|
virtual |
Called each time the 'client' begins processing (remote 'slaves' do not see this message)
- Parameters
-
in | an assignable pointer to a list of objects you want passed to 'preProcessing'. This list is used to communicate with remote slaves. NOTE: you are responsible for deleting this TList and its content once you are done with it. |
Implements TFWLiteSelectorBasic.
Definition at line 75 of file ThingsTSelector2.cc.
void ThingsTSelector2::terminate |
( |
TList & |
out | ) |
|
|
virtual |