Commit 29e6e8b2 authored by pwrp's avatar pwrp

Powerlink new stall action logic

parent ba690633
......@@ -39,23 +39,30 @@
#define rt_io_m_epl_h
typedef struct {
short init;
short timeoutStatus;
int prevState;
int input_area_size;
int output_area_size;
void *input_area;
void *output_area;
void *tmp_area;
struct timespec tpe, tps;
struct timespec tpe, tps, boot;
short inputResetEnabled;
} io_sLocalEpl_MN;
typedef struct {
int prevState;
short timeoutStatus;
int byte_ordering;
int float_representation;
struct timespec tpe, tps;
} io_sLocalEpl_CN;
typedef struct {
int prevState;
short timeoutStatus;
int byte_ordering;
int float_representation;
struct timespec tpe, tps;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment