|
|
@ -1,7 +1,7 @@
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* mms_common_internal.h
|
|
|
|
* mms_common_internal.h
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Copyright 2013-2019 Michael Zillgith
|
|
|
|
* Copyright 2013-2024 Michael Zillgith
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* This file is part of libIEC61850.
|
|
|
|
* This file is part of libIEC61850.
|
|
|
|
*
|
|
|
|
*
|
|
|
@ -34,6 +34,8 @@
|
|
|
|
#define DEFAULT_MAX_SERV_OUTSTANDING_CALLED 5
|
|
|
|
#define DEFAULT_MAX_SERV_OUTSTANDING_CALLED 5
|
|
|
|
#define DEFAULT_DATA_STRUCTURE_NESTING_LEVEL 10
|
|
|
|
#define DEFAULT_DATA_STRUCTURE_NESTING_LEVEL 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
typedef struct sMmsOutstandingCall* MmsOutstandingCall;
|
|
|
|
|
|
|
|
|
|
|
|
#if (MMS_FILE_SERVICE == 1)
|
|
|
|
#if (MMS_FILE_SERVICE == 1)
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef CONFIG_MMS_MAX_NUMBER_OF_OPEN_FILES_PER_CONNECTION
|
|
|
|
#ifndef CONFIG_MMS_MAX_NUMBER_OF_OPEN_FILES_PER_CONNECTION
|
|
|
@ -42,8 +44,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
#include "hal_filesystem.h"
|
|
|
|
#include "hal_filesystem.h"
|
|
|
|
|
|
|
|
|
|
|
|
typedef struct sMmsOutstandingCall* MmsOutstandingCall;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
typedef struct {
|
|
|
|
typedef struct {
|
|
|
|
int32_t frsmId;
|
|
|
|
int32_t frsmId;
|
|
|
|
uint32_t readPosition;
|
|
|
|
uint32_t readPosition;
|
|
|
|