PLCnext API Documentation 23.6.0.37
Axio.h
1/******************************************************************************
2 *
3 * Copyright PHOENIX CONTACT Electronics GmbH
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
22
36extern ARP_C_SYMBOL_EXPORT bool ArpPlcAxio_ReadFromAxioToGds(unsigned long timeout);
37
38
52extern ARP_C_SYMBOL_EXPORT bool ArpPlcAxio_WriteFromGdsToAxio(unsigned long timeout);
53
54
55#ifdef __cplusplus
56} /*extern "C"*/
57#endif /*__cplusplus*/
58
59#endif /*__ARPPLCAXIO_H__*/