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/ISimpleViewStream.h $ 00016 // 00018 00019 00020 00021 #ifndef __MX_ISIMPLEVIEWSTREAM_H__ 00022 #define __MX_ISIMPLEVIEWSTREAM_H__ 00023 00024 00025 00026 #define MX_ISIMPLEVIEWSTREAM_ID "ISimpleViewStream" 00027 00028 00029 00030 #include "IStream.h" 00031 #include "ISupportsAsyncStreaming.h" 00032 00033 00034 00035 namespace mx { 00036 00038 00041 class ISimpleViewStream : public virtual IStream, 00042 public virtual ISupportsAsyncStreaming { 00043 00044 // add stuff needed to interface with simple view component 00045 00046 }; 00047 }; 00048 00049 00050 00051 #endif // __MX_ISIMPLEVIEWSTREAM_H__