#include "utap/signalflow.h"
#include "utap/common.h"
#include <list>
#include <iostream>
#include <string>
#include <iterator>
#include <algorithm>
#include <functional>
#include <assert.h>
Defines | |
#define | BADSTYLE "style=filled,fillcolor=\"#FF8080\"" |
#define | IUTSTYLE "style=filled,fillcolor=\"#B8C0FF\"" |
#define | ENVSTYLE "style=filled,fillcolor=\"#C8FFC8\"" |
#define | MEDSTYLE "style=filled,fillcolor=\"#A0A0A0\"" |
Functions | |
char * | get_token (istream &in) |
Variables | |
static const char * | noChan = "-" |
#define BADSTYLE "style=filled,fillcolor=\"#FF8080\"" |
#define ENVSTYLE "style=filled,fillcolor=\"#C8FFC8\"" |
#define IUTSTYLE "style=filled,fillcolor=\"#B8C0FF\"" |
#define MEDSTYLE "style=filled,fillcolor=\"#A0A0A0\"" |
char* get_token | ( | istream & | in | ) |
const char* noChan = "-" [static] |