FAUST compiler  0.9.9.6b8
Functions
cableSchema.cpp File Reference
#include "cableSchema.h"
#include <assert.h>
#include <iostream>
Include dependency graph for cableSchema.cpp:

Go to the source code of this file.

Functions

schemamakeCableSchema (unsigned int n)
 Build n cables in parallel.

Function Documentation

schema* makeCableSchema ( unsigned int  n)

Build n cables in parallel.

Definition at line 32 of file cableSchema.cpp.

Referenced by generateInsideSchema(), and makeSeqSchema().

{
    assert(n>0);
    return new cableSchema(n);
}

Here is the caller graph for this function: