UA ANSI C Server Professional  1.4.2.297
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
custom_provider_helper.h
/******************************************************************************
**
** Copyright (C) 2011-2014 Unified Automation GmbH. All Rights Reserved.
** Web: http://www.unifiedautomation.com
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
** Project: OPC Ansi C OPC Server Examples
**
******************************************************************************/
#ifndef _CUSTOM_PROVIDER_HELPER_H_
#define _CUSTOM_PROVIDER_HELPER_H_ 1
#include <uaserver_config.h>
#include <uaserver_providers.h>
OPCUA_BEGIN_EXTERN_C
/*============================================================================
* Global Provider data
*===========================================================================*/
extern UaServer_Provider *g_pCustomProvider;
extern UaServer_pProviderInterface *g_pCustomProviderInterface;
extern OpcUa_UInt16 g_uCustomProvider_NamespaceIndex;
OPCUA_END_EXTERN_C
#endif /* _CUSTOM_PROVIDER_HELPER_H_ */