Utilities.h
Go to the documentation of this file.
00001 //-----------------------------------------------------------------------------
00002 //  (c) 2005 by Basler Vision Technologies
00003 //  Section: Vision Components
00004 //  Project: GenICam
00005 //  Author:  Fritz Dierks
00006 //  $Header$
00007 //-----------------------------------------------------------------------------
00013 #ifndef _LOG4CPP_UTILITIES_H
00014 #define _LOG4CPP_UTILITIES_H
00015 
00016 #include <string>
00017 #if defined (_MSC_VER)
00018 #include <Windows.h>
00019 #endif
00020 
00021 #if defined(UNDER_RTSS)
00022 #include "RTSSUtilities.h"
00023 #endif // defined(UNDER_RTSS)
00024 #include <log4cpp/Portability.hh>
00025 
00026 LOG4CPP_NS_BEGIN
00027 
00028 // replaces entries of type $(VARIABLE) by the corresponding environment variable's content
00029 bool ReplaceEnvironmentVariables(std::string &Buffer);
00030 
00031 LOG4CPP_NS_END
00032 
00033 #endif // _LOG4CPP_UTILITIES_H


rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Thu Jun 6 2019 18:42:47