00001 /**************************************************************************** 00002 (c) 2004 by Basler Vision Technologies 00003 (c) 2005 STEMMER IMAGING 00004 00005 // License: This file is published under the license of the EMVA GenICam Standard Group. 00006 // A text file describing the legal terms is included in your installation as 'GenICam_license.pdf'. 00007 // If for some reason you are missing this file please contact the EMVA or visit the website 00008 // (http://www.genicam.org) for a full copy. 00009 // 00010 // THIS SOFTWARE IS PROVIDED BY THE EMVA GENICAM STANDARD GROUP "AS IS" 00011 // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 00012 // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 00013 // PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE EMVA GENICAM STANDARD GROUP 00014 // OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 00015 // EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 00016 // PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 00017 // OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 00018 // WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 00019 // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 00020 // POSSIBILITY OF SUCH DAMAGE. 00021 00022 00023 ****************************************************************************/ 00024 00028 00029 #ifndef GENICAM_FWD_H 00030 #define GENICAM_FWD_H 00031 00032 #ifdef _WIN32 00033 # include <objbase.h> // interface 00034 #else 00035 # define interface struct 00036 #endif 00037 #include <Base/GCNamespace.h> 00038 #include <GenApi/GenApiNamespace.h> 00039 00040 // GCBase 00041 namespace GENICAM_NAMESPACE 00042 { 00043 class gcstring; 00044 class gcstring_vector; 00045 } 00046 00047 // GenApi 00048 namespace GENAPI_NAMESPACE 00049 { 00050 interface IBase; 00051 interface IBoolean; 00052 interface ICategory; 00053 interface IChunkPort; 00054 interface ICommand; 00055 interface IDeviceInfo; 00056 interface IEnumEntry; 00057 interface IEnumeration; 00058 interface IFloat; 00059 interface IInteger; 00060 interface INode; 00061 interface INodeMap; 00062 interface IPort; 00063 interface IPortConstruct; 00064 interface IPortRecorder; 00065 interface IPortReplay; 00066 interface IPortWriteList; 00067 interface IRegister; 00068 interface ISelector; 00069 interface IString; 00070 interface IUserData; 00071 interface IValue; 00072 00073 class CLock; 00074 } 00075 00076 #endif // GENICAM_FWD_H