PLCnext API Documentation 25.0.2.69
Axio.h
1/******************************************************************************
2 *
3// Copyright Phoenix Contact GmbH & Co. KG
4 *
5 *****************************************************************************/
6#ifndef __ARPPLCAXIO_H__
7#define __ARPPLCAXIO_H__
8
9/*************************************************************************/
10/* INCLUDES */
11/*************************************************************************/
12#include "Arp/Plc/AnsiC/ArpPlc.h"
13
14/*************************************************************************/
15/* GLOBAL FUNCTION DECLARATIONS (EXTERNAL) */
16/*************************************************************************/
17#ifdef __cplusplus
18extern "C"
19{
20#endif /*__cplusplus*/
21
22extern ARP_C_SYMBOL_EXPORT bool ArpPlcAxio_ReadFromAxioToGds(unsigned long timeout);
23extern ARP_C_SYMBOL_EXPORT bool ArpPlcAxio_WriteFromGdsToAxio(unsigned long timeout);
24
25#ifdef __cplusplus
26} /*extern "C"*/
27#endif /*__cplusplus*/
28
29#endif /*__ARPPLCAXIO_H__*/