CORDET Framework - C2 Implementation
|
Declaration of Interfaces not implemented at Framework Level. More...
Files | |
file | CrFwAppResetProc.h |
Interface to the Application Reset Procedure. | |
file | CrFwAppShutdownProc.h |
Interface to the Application Shutdown Procedure. | |
file | CrFwAppStartUpProc.h |
Interface to the Application Start-Up Procedure. | |
file | CrFwRepErr.h |
Interface for reporting an error detected by a framework component. | |
file | CrFwRepInCmdOutcome.h |
Interface for reporting the outcome of the processing of an InCommand. | |
file | CrFwTime.h |
Interface through which framework components access the current time. | |
file | CrFwPckt.h |
Interface for creating and accessing a report or command packet. | |
Declaration of Interfaces not implemented at Framework Level.
These interfaces represent Adaptation Points which must be closed by the application developer when he instantiates the framework. The application developers must therefore provide implementations for all these interfaces as part of the instantiation process. Default implementations are provided with the Test Suite.