Welcome, Guest. Please login or register.

Author Topic: Unified Driver Interface  (Read 3717 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16867
  • Country: gb
  • Thanked: 4 times
    • Show all replies
Re: Unified Driver Interface
« on: December 10, 2003, 10:57:08 PM »
@whabang

Well, I have often thought about that. Some nice open polymorphic interface for devices of all kinds would be ideal as the wrapper. Given OS's can then implement the interface in whatever way suits them best.

Mind you, any such suggestions I have ever made about creating wrapper systems for each (amiga) OS has usually been shot down in flames by people lecturing "it cant be done, you should simply do it our way..."
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16867
  • Country: gb
  • Thanked: 4 times
    • Show all replies
Re: Unified Driver Interface
« Reply #1 on: December 10, 2003, 11:05:42 PM »
Youd need a well defined heirarchy for such a system. Devices by their very nature suit OOP design very well.

I wouldn't hold your breath though :-(
int p; // A