blob: 39306b990ceb203b5788971e90ed7e38196da047 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2019 fortiss GmbH
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Jose Cabral - initial implementation and rework communication infrastructure
*******************************************************************************/
#include <opcua_local_handler.h>
extern "C" {
${FORTE_OPCUA_NODESETS_INCLUDE}
}
bool COPC_UA_Local_Handler::initializeNodesets(UA_Server &paUaServer){
${FORTE_OPCUA_NODESETS_CODE}
return true;
}