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

videomux_usr.h

Go to the documentation of this file.
00001 #ifndef VIDEOMUX_USR_H
00002 #define VIDEOMUX_USR_H
00003 
00004 #include "yapi.h"
00005 #include "vya.h"
00006 #include "videomux_args.h"
00007         
00008 class VideoMuxUsr: public Process
00009 {
00010 public:
00011         // constructors
00012         VideoMuxUsr
00013         (
00014                 const Id&                                     n,
00015                 Out<videomux_args_t>&   arguments,
00016     char*                 filename
00017         );
00018         
00019         // type member function
00020         const char* type() const {return "VideoMuxUsr";}
00021         
00022         // main member function
00023         void main();
00024 
00025 private:
00026         OutPort<videomux_args_t>        argumentsP;
00027   
00028   char* cfg_filename;
00029 };
00030 
00031 #endif  // VIDEOMUX_USR_H

Generated on Wed Feb 15 14:52:44 2006 for videomux by doxygen 1.3.2