TECS

TECS (TOPPERS Embedded Component System) is one of the component technologies for computer embedded systems.
The purposes of TECS are as below.
# To decrease the complexity and difficulty of embedded software
# To increase the productivity
# To realize for a distributed framework embedded systems
It is possible to estimate the memory consumption of an entire application because TECS adapts a static configuration.
The static configuration means that both the configuration of component behaviors and interconnections between components are static. Furthermore, TECS supports optimization of the interface code generated by an interface generator. Therefore, it is easy to reuse components because component granularity is small compared with existing component systems.
 
< Prev   Next >