nesC

from Wikipedia, the free encyclopedia

nesC is an extension of the C programming language that was specially created for TinyOS .

A component-based concept is used. Components are function-oriented building blocks, the basic idea they correspond to finite automatons. This means that they have states, state transitions and can carry out actions.

Within nesC, components communicate with each other via interfaces. Interfaces make it possible to use component functions of other components, in accordance with the analogy of the finite automaton to trigger state transitions. Interfaces specify events and / or commands.

Web links