FAUST compiler  0.9.9.6b8
sigorderrules.hh
Go to the documentation of this file.
1 #ifndef __SIGORDER__
2 #define __SIGORDER__
3 
4 #include "signals.hh"
5 
6 int getSigOrder(Tree sig);
7 
8 #endif
9 
A CTree = (Node x [CTree]) is a Node associated with a list of subtrees called branches.
Definition: tree.hh:109
int getSigOrder(Tree sig)
retrieve the order annotation (between 0 and 3) of a signal.