sy_wrappers.hpp File Reference

Implements a set of co-simulation wrappers in the SY MoC. More...

#include <functional>
#include <tuple>
#include <iostream>
#include "mi_gdb.h"
#include <stdio.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <unistd.h>
#include <errno.h>
#include "abst_ext.hpp"
#include "sy_process.hpp"
Include dependency graph for sy_wrappers.hpp:

Go to the source code of this file.

Classes

class  ForSyDe::SY::gdbwrap< T0, T1 >
 Process constructor for a GDB wrapper with one input and one output. More...
 
class  ForSyDe::SY::pipewrap< T0, T1 >
 Process constructor for a pipe wrapper with one input and one output. More...
 
class  ForSyDe::SY::pipewrap2< T0, T1, T2 >
 Process constructor for a pipe wrapper with one input and one output. More...
 

Namespaces

 ForSyDe
 The namespace for ForSyDe.
 
 ForSyDe::SY
 The namespace for synchronous MoC.
 

Functions

template<class T0 , template< class > class OIf, class T1 , template< class > class I1If>
gdbwrap< T0, T1 > * ForSyDe::SY::make_gdbwrap (const std::string &pName, const std::string &exec_name, OIf< T0 > &outS, I1If< T1 > &inp1S)
 Helper function to construct a gdbwrap process. More...
 
template<class T0 , template< class > class OIf, class T1 , template< class > class I1If>
pipewrap< T0, T1 > * ForSyDe::SY::make_pipewrap (const std::string &pName, const int &offset, const std::string &path_name, OIf< T0 > &outS, I1If< T1 > &inp1S)
 Helper function to construct a pipewrap process. More...
 
template<class T0 , template< class > class OIf, class T1 , template< class > class I1If, class T2 , template< class > class I2If>
pipewrap2< T0, T1, T2 > * ForSyDe::SY::make_pipewrap2 (const std::string &pName, const int &offset, const std::string &path_name, OIf< T0 > &outS, I1If< T1 > &inp1S, I2If< T2 > &inp2S)
 Helper function to construct a pipewrap process. More...
 

Detailed Description

Implements a set of co-simulation wrappers in the SY MoC.

This file includes a set of co-simulation wrappers for integration of freign models into the synchronous model of computation of ForSyDe.