Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

TestCasePUSEventRepository_1.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // TestCasePUSEventRepository_1.h 00005 // 00006 // Version 1.0 00007 // Date 11.01.04 00008 // Author A. Pasetti (P&P Software) 00009 00010 #ifndef TestCasePUSEventRepository_1H 00011 #define TestCasePUSEventRepository_1H 00012 00013 #include "../Utilities/TestCasePUSFull.h" 00014 #include "../GeneralInclude/ForwardDeclarations.h" 00015 #include "../GeneralInclude/BasicTypes.h" 00016 00064 class TestCasePUSEventRepository_1 : public TestCasePUSFull { 00065 00066 public : 00071 TestCasePUSEventRepository_1(void); 00072 00076 virtual void runTestCase(void); 00077 00093 bool checkTmPacket(DC_PUSEventRepository* pEvtRep, TD_TelemetrySubType tmSubType, 00094 TD_TelecommandId tcId, TD_ObsTime tt, TD_CheckCode errCode); 00095 00105 bool checkNoTmPacket(DC_PUSEventRepository* pEvtRep); 00106 }; 00107 00108 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved