libutap
|
#include <system.h>
Public Attributes | |
std::string | instanceName |
std::vector< expression_t > | param |
std::list< expression_t > | inputs |
std::list< expression_t > | outputs |
std::list< expression_t > | csp |
std::list<expression_t> UTAP::iodecl_t::csp |
Referenced by UTAP::SystemBuilder::declIO(), UTAP::SystemBuilder::exprSync(), and UTAP::TypeChecker::visitIODecl().
std::list<expression_t> UTAP::iodecl_t::inputs |
Referenced by UTAP::SystemBuilder::declIO(), UTAP::SystemBuilder::exprSync(), and UTAP::TypeChecker::visitIODecl().
std::string UTAP::iodecl_t::instanceName |
Referenced by UTAP::SystemBuilder::declIO().
std::list<expression_t> UTAP::iodecl_t::outputs |
Referenced by UTAP::SystemBuilder::declIO(), UTAP::SystemBuilder::exprSync(), and UTAP::TypeChecker::visitIODecl().
std::vector<expression_t> UTAP::iodecl_t::param |
Referenced by UTAP::SystemBuilder::declIO(), and UTAP::TypeChecker::visitIODecl().