mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
16 lines
No EOL
320 B
C
16 lines
No EOL
320 B
C
/** Compiled-in settings
|
|
*
|
|
* @author Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
|
|
* @copyright 2014, Institute for Automation of Complex Power Systems, EONERC
|
|
* @file
|
|
*/
|
|
|
|
#ifndef _CONFIG_H_
|
|
#define _CONFIG_H_
|
|
|
|
#define PROGNAME "S2SS-OPAL-UDP"
|
|
#define VERSION "0.5"
|
|
|
|
#define MAX_VALUES 64
|
|
|
|
#endif /* _CONFIG_H_ */ |