Main Page | Namespace List | Compound List | File List | Compound Members | File Members

pfspd_env.h

Go to the documentation of this file.
00001 /*--------------------------------------------------------------------
00002  *
00003  * (C) Copyright Koninklijke Philips Electronics NV 2006. 
00004  * All rights reserved. This software is licensed under the terms of
00005  * version 2.1 of the GNU Lesser General Public License as published 
00006  * by the Free Software Foundation. For licensing and warranty
00007  * information, see the file COPYING in the main directory.
00008  *
00009  *------------------------------------------------------------------*/
00010 
00011 #ifndef PFSPD_ENV_H
00012 #define PFSPD_ENV_H
00013 
00014 #include "yapi.h"
00015 #include "vya.h"
00016 #include "pfspdfe.h"
00017 #include "pfspdbe.h"
00018 #include "pfspd_args.h"
00019 
00020 class pfspdEnv : public Process
00021 {
00022 public:
00023     // constructor
00024     pfspdEnv(
00025       const Id&         n,
00026       In<pfspd_args_t>& pfspdArgumentsF,
00027       Out<VYAfileName>& fileNameF,
00028       Out<pT_header>&   outSeqInfoF
00029     );
00030 
00031     // type member function
00032     const char* type() const { return "pfspdEnv"; }
00033 
00034     // main member function
00035     void main();
00036 
00037 private:
00038     InPort<pfspd_args_t>    pfspdArgumentsP;
00039     OutPort<VYAfileName>    fileNameP;
00040     OutPort<pT_header>      outSeqInfoP;
00041 };
00042 
00043 #endif

Generated on Wed Feb 15 14:52:43 2006 for pfspdfebe by doxygen 1.3.2