libutap
|
#include "utap/signalflow.h"
#include "utap/common.h"
#include <iostream>
#include <sstream>
#include <string>
#include <iterator>
#include <algorithm>
#include <functional>
#include <assert.h>
Macros | |
#define | BADSTYLE "style=filled,fillcolor=\"#FF8080\"" |
#define | IUTSTYLE "style=filled,fillcolor=\"#B8C0FF\"" |
#define | ENVSTYLE "style=filled,fillcolor=\"#C8FFC8\"" |
#define | MEDSTYLE "style=filled,fillcolor=\"#C0C0C0\"" |
Functions | |
char * | get_token (istream &in) |
void | set_remove (SignalFlow::strs_t &from, const SignalFlow::strs_t &what) |
Variables | |
static const char * | noChan = "-" |
#define BADSTYLE "style=filled,fillcolor=\"#FF8080\"" |
Referenced by UTAP::Partitioner::printForDot().
#define ENVSTYLE "style=filled,fillcolor=\"#C8FFC8\"" |
Referenced by UTAP::Partitioner::printForDot().
#define IUTSTYLE "style=filled,fillcolor=\"#B8C0FF\"" |
Referenced by UTAP::Partitioner::printForDot().
#define MEDSTYLE "style=filled,fillcolor=\"#C0C0C0\"" |
Referenced by UTAP::Partitioner::printForDot().
char* get_token | ( | istream & | in | ) |
|
inline |
Referenced by UTAP::Partitioner::printForDot().
|
static |
Referenced by UTAP::SignalFlow::visitProcess().