1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
VILLASnode/clients/opal/models/send_receive/include/interface.h

13 lines
317 B
C

/** OPAL Interface setup
*
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
* @copyright 2014, Institute for Automation of Complex Power Systems, EONERC
* @file
*/
#ifndef _INTERFACE_H_
#define _INTERFACE_H_
int if_setup(const char *op, const char *iface, const char *addr);
#endif /* _INTERFACE_H_ */