mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
iec61850: fix include paths
This commit is contained in:
parent
be1a39b03b
commit
bdcdb37bb3
5 changed files with 11 additions and 13 deletions
|
@ -35,8 +35,8 @@
|
|||
#include <libiec61850/goose_receiver.h>
|
||||
#include <libiec61850/sv_subscriber.h>
|
||||
|
||||
#include "node.h"
|
||||
#include "list.h"
|
||||
#include <villas/node.h>
|
||||
#include <villas/list.h>
|
||||
|
||||
enum iec61850_type {
|
||||
/* According to IEC 61850-7-2 */
|
||||
|
|
|
@ -34,12 +34,11 @@
|
|||
#include <libiec61850/sv_publisher.h>
|
||||
#include <libiec61850/sv_subscriber.h>
|
||||
|
||||
#include "queue_signalled.h"
|
||||
#include "pool.h"
|
||||
#include "node.h"
|
||||
#include "list.h"
|
||||
|
||||
#include "nodes/iec61850.h"
|
||||
#include <villas/queue_signalled.h>
|
||||
#include <villas/pool.h>
|
||||
#include <villas/node.h>
|
||||
#include <villas/list.h>
|
||||
#include <villas/nodes/iec61850.h>
|
||||
|
||||
struct iec61850_sv {
|
||||
char *interface;
|
||||
|
|
|
@ -259,7 +259,6 @@ int rtnl_netem_set_delay_distribution_data(struct rtnl_qdisc *qdisc, short *data
|
|||
return 0;
|
||||
}
|
||||
|
||||
|
||||
/** Customized version of rtnl_netem_set_delay_distribution() of libnl */
|
||||
int tc_netem_set_delay_distribution(struct rtnl_qdisc *qdisc, json_t *json)
|
||||
{
|
||||
|
|
|
@ -27,8 +27,8 @@
|
|||
#include <unistd.h>
|
||||
#include <netinet/ether.h>
|
||||
|
||||
#include "nodes/iec61850_sv.h"
|
||||
#include "plugin.h"
|
||||
#include "villas/nodes/iec61850_sv.h"
|
||||
#include "villas/plugin.h"
|
||||
|
||||
#define CONFIG_SV_DEFAULT_APPID 0x4000
|
||||
#define CONFIG_SV_DEFAULT_DST_ADDRESS CONFIG_GOOSE_DEFAULT_DST_ADDRESS
|
||||
|
|
|
@ -29,8 +29,8 @@
|
|||
#include <unistd.h>
|
||||
#include <netinet/ether.h>
|
||||
|
||||
#include "nodes/iec61850_sv.h"
|
||||
#include "plugin.h"
|
||||
#include "villas/nodes/iec61850_sv.h"
|
||||
#include "villas/plugin.h"
|
||||
|
||||
#define CONFIG_SV_DEFAULT_APPID 0x4000
|
||||
#define CONFIG_SV_DEFAULT_DST_ADDRESS CONFIG_GOOSE_DEFAULT_DST_ADDRESS
|
||||
|
|
Loading…
Add table
Reference in a new issue