Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "DSDP/TML/Device"

< DSDP‎ | TML
(Initial version - 0.1)
Line 5: Line 5:
  
 
== Initial version - 0.1 ==
 
== Initial version - 0.1 ==
 +
Committer: Fabio Fantato
 +
Owner: Fabio Fantato
 +
Members: Daniel Franco and Mauren Brenner
 +
 +
=== Overview ===
 +
* Framework to provide connection among device and emulator with Eclipse IDE
  
 
=== Features ===
 
=== Features ===
* New wizard for creation of device instances(bug:206669)
+
* Extension points to support Devices, Services, ServiceDefinitions and States.
* Device Instance View to control device instances(bug:206669)
+
* New wizard for creation of device instances.
* Extensions points to create device plugins(bug:206669)
+
* Device View and Instance View to control device instances and device plugins.
* Device and Service definitions(bug:206669)
+
* State machine mechanism to support devices and emulators.
 +
* Properties mechanism for plugins and each instance.
  
 
=== Related Bugs ===
 
=== Related Bugs ===
Line 17: Line 24:
  
 
=== Status ===
 
=== Status ===
* '''2007/Dec/12:''' Initial code committed in CVS Repository
+
* '''2007/Dec/12:''' Initial code committed in CVS Repository.
 +
* All features were partially implemented in the initial contribution.
 +
* '''2008/Mar/10''' Update code to demo in EclipseCon2008.
  
 
=== Documentation ===
 
=== Documentation ===

Revision as of 11:26, 7 April 2008

Device Framework

Committer: Fabio Fantato
Owner: Otavio Ferranti
Members:

Initial version - 0.1

Committer: Fabio Fantato Owner: Fabio Fantato Members: Daniel Franco and Mauren Brenner

Overview

  • Framework to provide connection among device and emulator with Eclipse IDE

Features

  • Extension points to support Devices, Services, ServiceDefinitions and States.
  • New wizard for creation of device instances.
  • Device View and Instance View to control device instances and device plugins.
  • State machine mechanism to support devices and emulators.
  • Properties mechanism for plugins and each instance.

Related Bugs

Initial implementation of a generic Device Framework to support emulators and devices

Status

  • 2007/Dec/12: Initial code committed in CVS Repository.
  • All features were partially implemented in the initial contribution.
  • 2008/Mar/10 Update code to demo in EclipseCon2008.

Documentation

Source Code

  • CVS Repository

Back to the top