home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / windows / intervie / 3198 < prev    next >
Encoding:
Text File  |  1992-11-16  |  2.2 KB  |  56 lines

  1. Newsgroups: comp.windows.interviews
  2. Path: sparky!uunet!vuse.vanderbilt.edu!ejmrs
  3. From: ejmrs@vuse.vanderbilt.edu (Eric J. Manders)
  4. Subject: real-time graphics and IV
  5. Message-ID: <BxtJy6.3z6@vuse.vanderbilt.edu>
  6. Originator: ejmrs@edith
  7. Sender: news@vuse.vanderbilt.edu
  8. Nntp-Posting-Host: edith
  9. Organization: Vanderbilt University School of Engineering, Nashville, TN, USA
  10. Date: Mon, 16 Nov 1992 17:15:40 GMT
  11. Lines: 43
  12.  
  13. I am considering using interviews for buiding the GUI for a project I
  14. am working on. My experience with interviews is solely from reading
  15. this newsgroup to see what goes on and having read some papers on IV.
  16. I have just finished reading the 'Tale of Two Toolkits' paper by
  17. Bashir and Sternlicht.
  18.  
  19. The project I am working on deals with signal monitoring. The whole
  20. system is supposed to work in real-time (soft), therefore speed in
  21. graphics is an issue. In the present application the signals
  22. do not exceed frequencies of a few hundred hertz and most signals
  23. will be an order of magnitude slower than that. Assume a sparc10
  24. platform.
  25.  
  26. One of the things that I would like to try is to have a programmed
  27. reconfiguration of the display to draw the attention of the user to
  28. significant events in the signals when they occur (amongst other
  29. things, I am trying to address the problem of information overload for
  30. the user).
  31.  
  32. The monitoring/processing part and the GUI will be separate UNIX
  33. processes using message passing for control and having a shared memory
  34. segment for data. The programming of the system so far has been done
  35. in C++.
  36.  
  37. As I see it the advantages of using IV for me are:
  38. 1) continuation of the OO support of C++ throughout the development
  39. of the GUI
  40. 2) high level concepts in IV will hopefully help me in developing the
  41. reconfiguation capability.
  42.  
  43. My main concern though is whether those same high level concepts that
  44. make interviews a nice development tool get in the way of achieving
  45. fast graphics. The Bashir/Sternlicht paper notes a performance
  46. disadvantage of IV compared to Xt in event handling. 
  47.  
  48. I would appreciate some comments, ideas or past experiences related to
  49. this, and opinions as to what extent IV is suited for developing a GUI in a
  50. real-time application.
  51.  
  52. Thanks,
  53.  
  54. -- Eric.
  55.  
  56.