Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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 TM Notes 2005x11x28"

(Attendants)
(Discussions regarding TM Design)
Line 46: Line 46:
 
* Connector Meeting in Salzburg - Notes
 
* Connector Meeting in Salzburg - Notes
 
* Draft API - Pierre-Alexandre
 
* Draft API - Pierre-Alexandre
 +
* Draft API - Martin O. (as presented at the CDT conference)
 +
interface ITargetUI {
 +
  ITargetSelectWidget makeTargetSelectWidget(Composite parentControl);
 +
  ITargetConnectionReference showTargetSelectDialog();
 +
}
 +
 +
interface ITargetService {
 +
  ITargetConnection getConnectionData(ITargetConnectionReference ref);
 +
  void connect(ITargetConnection tc, IProgressMonitor progress);
 +
  ITargetAction getAvailableActions(ITargetConnection tc);
 +
}
 +
 +
interface ITargetModelFactory {
 +
  ITargetConnectionReference makeTargetConnectionReference(String rep);
 +
}
  
 
== Next Steps ==
 
== Next Steps ==
 
* Next Meeting on Monday, [[December 19, 2005]] at 9am PST
 
* Next Meeting on Monday, [[December 19, 2005]] at 9am PST

Revision as of 12:47, 28 November 2005

Meeting Title: Conference Call on Target Management
Date & Time: Monday November 28, 2005 at 9am PST
Primary Dial-in: +1 (866) 278-2164
Alternate Dial-In: +1 (630) 424-7895
Passcode: 5585626#

Invited Attendants

  • Martin Oberhuber, Wind River
  • David Dykstal, IBM
  • Pierre-Alexandre Masse, MontaVista
  • Doug Schaefer, QNX
  • Victor Palau, Symbian
  • Neil Taylor, Symbian

Meeting Notes

Action Items open from last meeting

  • DavidD:
    • Approach ssh / team people
    • RSE Docs, Sample, Release
  • MartinO:
    • Launch Actions - Initial Design
    • Contact Greg Watson (LANL, PTP)
  • George Clark:
    • Approach ARM regarding Register file definitions
  • Everyone:
    • Scenarios for YOUR most important TM use-case
    • Bring schema / example for Register Files & Boardfiles

Recent News

Discussions regarding TM Design

  • Connector Meeting in Salzburg - Notes
  • Draft API - Pierre-Alexandre
  • Draft API - Martin O. (as presented at the CDT conference)
interface ITargetUI {
  ITargetSelectWidget makeTargetSelectWidget(Composite parentControl);
  ITargetConnectionReference showTargetSelectDialog();
}
interface ITargetService {
  ITargetConnection getConnectionData(ITargetConnectionReference ref);
  void connect(ITargetConnection tc, IProgressMonitor progress);
  ITargetAction getAvailableActions(ITargetConnection tc);
}
interface ITargetModelFactory {
  ITargetConnectionReference makeTargetConnectionReference(String rep);
}

Next Steps

Back to the top