mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
added header
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@145 8ec27952-4edc-4aab-86aa-e87bb2611832
This commit is contained in:
parent
5195925f3b
commit
fee6978139
1 changed files with 7 additions and 12 deletions
|
@ -1,21 +1,16 @@
|
|||
/*-------------------------------------------------------------------
|
||||
* OPAL-RT Technologies inc
|
||||
*
|
||||
* Copyright (C) 2003. All rights reserved.
|
||||
*
|
||||
* File name = AsyncIP.c
|
||||
* Last modified by = Mathieu Dubé-Dallaire
|
||||
/** AsyncIP
|
||||
*
|
||||
* Code example of an asynchronous program. This program is started
|
||||
* by the asynchronous controller and demonstrates how to send and
|
||||
* receive data to and from the asynchronous icons and a UDP or TCP
|
||||
* port.
|
||||
*
|
||||
* Feel free to use this as a starting point for your own asynchronous
|
||||
* application. You should normally only have to modify the sections
|
||||
* marked with: ****** Format to specific protocol here. ******.
|
||||
*
|
||||
*-----------------------------------------------------------------*/
|
||||
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
|
||||
* @author Mathieu Dubé-Dallaire
|
||||
* @copyright 2014, Institute for Automation of Complex Power Systems, EONERC
|
||||
* @copyright 2003, OPAL-RT Technologies inc
|
||||
* @file
|
||||
*/
|
||||
|
||||
#define PROGNAME "AsyncIP"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue