=================================================================== Modification le : Wed Feb 13 11:37:26 MET 2002 Par : gregoire =================================================================== Update of /users/outil/alliance/cvsroot/alliance/sources/mbk In directory beny:/local/beny2/greg/alliance/sources/mbk Modified Files: rcn200.h Log Message: Quelques macros pratiques. =================================================================== Index: rcn200.h =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/mbk/rcn200.h,v retrieving revision 1.8 retrieving revision 1.9 diff -r1.8 -r1.9 103a104,111 > > /* Macro to get the other signal of a ctc */ > #define RCN_CTCGETOTHERSIG( c, s ) ( (c)->SIG1==(s) ? (c)->SIG2 : (c)->SIG1 ) > /* Macro to get the other node of a ctc */ > #define RCN_CTCGETOTHERNODE( c, s ) ( (c)->SIG1==(s) ? (c)->NODE2 : (c)->NODE1 ) > /* Macro to get the node of the signal of the ctc */ > #define RCN_CTCGETTHENODE( c, s ) ( (c)->SIG1==(s) ? (c)->NODE1 : (c)->NODE2 ) >