CCAFFEINE
0.8.8
|
Public Member Functions | |
virtual void | connectionActivity (classic::gov::cca::ConnectionEvent *evt) |
bool | updateParameterPort (ConfigurableParameterPort *dpp) |
void | setServices (classic::gov::cca::Services *cc) |
virtual void | setString (const char *s) |
Public Attributes | |
classic::gov::cca::Services * | core |
Private Member Functions | |
void | setupParameters (ConfigurableParameterFactory *cpf) |
Private Attributes | |
classic::gov::cca::JPrintfPort * | pfp |
ConfigurableParameterPort * | pp |
StringParameter * | prefix |
BoolParameter * | commie |
BoolParameter * | utest |
DoubleParameter * | dtest |
StringParameter * | anything |
bool | utestdone |
bool | alreadyRemoved |
classic::gov::cca::ConnectionEventService * | eSvc |
virtual void RevalidateTest::connectionActivity | ( | classic::gov::cca::ConnectionEvent * | evt | ) | [virtual] |
Implements ConnectionEventListener for the ConnectionEventService. If either of the StringConsumer Ports are connected the configure port will disappear.
bool RevalidateTest::updateParameterPort | ( | ConfigurableParameterPort * | cpp | ) | [virtual] |
Register a listener.
Implements ParameterGetListener.
bool RevalidateTest::alreadyRemoved [private] |
True if configure port is already removed.
classic::gov::cca::ConnectionEventService* RevalidateTest::eSvc [private] |
The ConnectionEventService that we get from the framework.