boxes.cpp File Reference
Implementation of block diagram expressions. Boxes are created using five main connection operations : sequential (:), parallel (,), split (<:), merge (:>), and recursive (~).
More...
#include <stdio.h>
#include <string.h>
#include "boxes.hh"
#include "ppbox.hh"
#include "prim2.hh"
Go to the source code of this file.
Detailed Description
Implementation of block diagram expressions. Boxes are created using five main connection operations : sequential (:), parallel (,), split (<:), merge (:>), and recursive (~).
- Author:
- Yann Orlarey
- Version:
- 1.0
- Date:
- 2003
Definition in file boxes.cpp.