source: trunk/IPs/systemC/hierarchy_memory/tty/xtty.h @ 2

Last change on this file since 2 was 2, checked in by kane, 17 years ago

Import Morpheo

File size: 332 bytes
Line 
1#ifndef XTTY_H
2#define XTTY_H
3
4#include <sys/types.h>
5using namespace std;
6
7namespace hierarchy_memory {
8namespace tty              {
9
10  typedef struct canal {int CanalPipe[2];} canal ;
11
12  class xtty_t
13  {
14  public : FILE * log_file;
15  public : pid_t  pid;
16  public : int    pipe_output;
17  };
18
19};}; //end namespace
20#endif //!XTTY_H
Note: See TracBrowser for help on using the repository browser.