00001 #ifndef __OPPFTEST_H__
00002 #define __OPPFTEST_H__
00003
00017 class OPPFTest : public virtual classic::gov::cca::Component, public virtual classic::gov::cca::GoPort {
00018
00019 private:
00020
00021 classic::gov::cca::Services *myCore;
00022 classic::gov::cca::StringConsumerPort *out;
00023 classic::gov::cca::JPrintfPort *pfp;
00024 ::ccafeopq::ports::ParameterPortFactory *ppf;
00025 int numtests;
00026
00027 std::vector< ::ccafeopq::TypeMap_shared > pplist;
00028
00029 public:
00030
00031 OPPFTest();
00032 virtual ~OPPFTest();
00033 virtual void setServices(classic::gov::cca::Services *cc);
00035 virtual int go();
00036
00037 };
00038
00039
00040 #endif //__OPPFTEST_H__