POETSII / Orchestrator

The Orchestrator is the configuration and run-time management system for POETS platforms.
1 stars 1 forks source link

Fix Supervisor build warnings #84

Closed heliosfa closed 5 years ago

heliosfa commented 5 years ago

This merge addresses #18 by adding a pointer to a "handler" to supInputPin that is called in its destructor. This handler gracefully tearsdown the properties and state of a supervisor's input pin. P_builder auto-generates this handler (and adds the appropriate references to it) for each pin.

This has been tested on Fielding with a 40x40 plate for build warnings (there are none) and clean-exiting (it does).