/[smarc]/smarc/src/vmachine/circuit.h
ViewVC logotype

Diff of /smarc/src/vmachine/circuit.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by misto, Sat Dec 28 16:28:11 2002 UTC revision 1.6 by misto, Thu Jan 2 17:43:54 2003 UTC
# Line 41  class circuit { Line 41  class circuit {
41                  bit_word get_in( int n );                  bit_word get_in( int n );
42                  void set_out_all( bit_word val );                  void set_out_all( bit_word val );
43                  void set_out( int n, bit_word val );                  void set_out( int n, bit_word val );
44                  void link( int n, circuit c, int m );                  void link( int n,  circuit &c, int m );
45                  int num_in( void ) {return nin;}                  int num_in( void ) {return nin;}
46                  int num_out( void ) {return nout;}                  int num_out( void ) {return nout;}
47  };  };

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26