- rearranged goose_receiver.h and sv_subscriber.h files to avoid type redefinitions

pull/143/head
Michael Zillgith 8 years ago
parent 260d97ae23
commit 1b4675841b

@ -30,15 +30,14 @@ extern "C" {
#include <stdbool.h>
typedef struct sEthernetSocket* EthernetSocket;
#include "hal_ethernet.h"
#include "goose_subscriber.h"
/**
* \addtogroup goose_api_group
*/
/**@{*/
typedef struct sGooseSubscriber* GooseSubscriber;
typedef struct sGooseReceiver* GooseReceiver;
/**

@ -26,13 +26,12 @@
#include "libiec61850_common_api.h"
#include "iec61850_common.h"
#include "hal_ethernet.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct sEthernetSocket* EthernetSocket;
/**
* \defgroup sv_subscriber_api_group IEC 61850 Sampled Values (SV) subscriber API
*

Loading…
Cancel
Save