IStream.h

00001 //           ///          //                                  C++ Cross Platform
00002 //          /////        ////
00003 //         /// XXX     XXX ///            ///////////   /////////     ///   ///
00004 //        ///    XXX XXX    ///         ///             ///    ///   ///  ///
00005 //       ///       XXX       ///         /////////     ///      //  //////
00006 //      ///      XXX XXX      ///               ///   ///    ///   ///  ///
00007 //     ////    XXX     XXX    ////    ////////////  //////////    ///   ///
00008 //    ////                     ////
00009 //   ////  M  O  B  O  T  I  X  ////////////////////////////////////////////////
00010 //  //// Security Vision Systems //////////////////////////////////////////////
00011 //
00012 //  $Author: khe_admin $
00013 //  $LastChangedBy: khe_admin $
00014 //  $LastChangedDate: 2007-05-29 15:10:15 +0200 (Tue, 29 May 2007) $
00015 //  $HeadURL: http://svn.mobotix.net/svn/mxsdk/src/shared/trunk/interfaces/IStream.h $
00016 //
00017 //  ////
00018 
00019 
00020 
00029 #ifndef __MX_ISTREAM_H__
00030 #define __MX_ISTREAM_H__
00031 
00032 
00033 
00034 // globale Includes
00035 #include <mx_types.h>
00036 #include <mx_error_codes.h>
00037 // Basis Interfaces
00038 #include "IInterface.h"
00039 
00040 // mxm includes
00041 #include <mxm/core/mxm_smart.h>
00042 #include <mxm/core/mxmStringList.h>
00043 
00044 #define MX_ISTREAM_ID "IStream"
00045 
00046 
00047 
00048 namespace mx {
00049 
00051 
00056    class IStream : public virtual IInterface {
00057    
00058      public:
00061 
00065       virtual mxm::smart<mxmStringList> enumerateInterfaces() = 0;
00066        
00067        
00070 
00076       virtual mx::EErrorCode connect() = 0;
00079 
00085       virtual void disconnect() = 0;
00086    };
00087 };
00088 
00089  
00090 
00091 #endif  // __MX_ISIMPLESTREAM_H__

Generated on Fri Jun 29 17:21:04 2007 for MxPEG SDK by  doxygen 1.4.6