libutap  0.93
Uppaal Timed Automata Parser
system.cpp File Reference
#include "utap/builder.h"
#include "utap/system.h"
#include "utap/statement.h"
#include "libparser.h"
#include <stack>
#include <algorithm>
#include <cstdio>
#include <cstring>
#include <climits>
#include <cassert>
#include <sstream>
Include dependency graph for system.cpp:

Go to the source code of this file.

Functions

static deque< int > messages_nr (deque< message_t > messages)
 
static deque< int > conditions_nr (deque< condition_t > conditions)
 
static deque< int > updates_nr (deque< update_t > updates)
 
static void visit (SystemVisitor &visitor, frame_t frame)
 

Variables

static const char *const unsupported = "Internal error: Feature not supported in this mode."
 
static const char *const invalid_type = "$Invalid_type"
 

Function Documentation

◆ conditions_nr()

static deque<int> conditions_nr ( deque< condition_t conditions)
static

Definition at line 427 of file system.cpp.

Referenced by UTAP::template_t::getSimregions().

Here is the caller graph for this function:

◆ messages_nr()

static deque<int> messages_nr ( deque< message_t messages)
static

Definition at line 415 of file system.cpp.

Referenced by UTAP::template_t::getSimregions().

Here is the caller graph for this function:

◆ updates_nr()

static deque<int> updates_nr ( deque< update_t updates)
static

Definition at line 439 of file system.cpp.

Referenced by UTAP::template_t::getSimregions().

Here is the caller graph for this function:

◆ visit()

Variable Documentation

◆ invalid_type

const char* const invalid_type = "$Invalid_type"
static

Definition at line 53 of file system.cpp.

◆ unsupported

const char* const unsupported = "Internal error: Feature not supported in this mode."
static

Definition at line 52 of file system.cpp.