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

DSDP TM Notes 2005x11x28

Revision as of 12:47, 28 November 2005 by Moberhuber (Talk | contribs) (Discussions regarding TM Design)

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