home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.pdx.edu / 2014.02.ftp.ee.pdx.edu.tar / ftp.ee.pdx.edu / oss / cvs-2004 / cantalope / handlePortTraffic.java,v < prev    next >
Text File  |  2003-07-14  |  694b  |  59 lines

  1. head     1.1;
  2. branch   1.1.1;
  3. access   ;
  4. symbols  Initial:1.1.1.1 CANtalope:1.1.1;
  5. locks    ; strict;
  6. comment  @# @;
  7.  
  8.  
  9. 1.1
  10. date     2003.07.14.20.41.53;  author larryl;  state Exp;
  11. branches 1.1.1.1;
  12. next     ;
  13.  
  14. 1.1.1.1
  15. date     2003.07.14.20.41.53;  author larryl;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24.  
  25. 1.1
  26. log
  27. @Initial revision
  28. @
  29. text
  30. @/**
  31.  *    handlePortTraffic.java 
  32.  * This class handles traffic by both sending and
  33.  * recieving messages on the can bus
  34.  *
  35.  * 
  36.  */
  37.  
  38. public class handlePortTraffic{
  39.  
  40.     public void send(){
  41.         System.out.println( "sending a message" );
  42.     }
  43.  
  44.     public void recieve(){
  45.         System.out.println( "recieving a message" );
  46.     }
  47.  
  48.  
  49. }
  50. @
  51.  
  52.  
  53. 1.1.1.1
  54. log
  55. @cantalope
  56. @
  57. text
  58. @@
  59.