CORDET Framework - C2 Implementation
|
Files | |
file | CrDemoMaster/CrDaClientSocket.c [code] |
Implementation of interface to control the client socket. | |
file | CrDemoMaster/CrDaClientSocket.h [code] |
Interface for the client socket used in the CORDET Demo. | |
file | CrDemoMaster/CrDaConstants.h [code] |
Header file to define constants and types for the CORDET Demo. | |
file | CrDemoMaster/CrDaOutCmpTempViolation.c [code] |
Implementation of the command to set the temperature limit. | |
file | CrDemoMaster/CrDaOutCmpTempViolation.h [code] |
OutComponent encapsulating a report generated by a Slave Application when a temperature violation has been detected. | |
file | CrDemoMaster/CrDaServerSocket.c [code] |
Implementation of interface to server socket. | |
file | CrDemoMaster/CrDaServerSocket.h [code] |
Interface for the server socket used in the CORDET Demo. | |
file | CrDemoMaster/CrDaTempMonitor.c [code] |
Implementation of temperature monitoring module. | |
file | CrDemoMaster/CrDaTempMonitor.h [code] |
Temperature monitoring logic in the slave applications. | |
file | CrMaConstants.h [code] |
Header file to define constants and types for the Master Application of the CORDET Demo. | |
file | CrMaInRepTempViolation.c [code] |
Implementation of the Temperature Limit Violation InReport. | |
file | CrMaInRepTempViolation.h [code] |
Temperature Violation InReport. | |
file | CrMaMain.c [code] |
Main program for the Master Application of the CORDET Demo. | |
file | CrMaOutCmpEnableDisable.c [code] |
Implementation of the command to enable/disable temperature monitoring. | |
file | CrMaOutCmpEnableDisable.h [code] |
OutComponent encapsulating a command to enable or disable temperature monitoring in a Slave Application. | |
file | CrMaOutCmpSetTempLimit.c [code] |
Implementation of the command to set the temperature limit. | |
file | CrMaOutCmpSetTempLimit.h [code] |
OutComponent encapsulating a command to set the temperature limit in a Slave Application. | |