/* * Copyright (C) 2020 iopsys Software Solutions AB * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 2.1 * as published by the Free Software Foundation * * Author: Amin Ben Ramdhane */ #ifndef __SOFTWAREMODULES_H #define __SOFTWAREMODULES_H #include extern DMOBJ tSoftwareModulesObj[]; extern DMLEAF tSoftwareModulesParams[]; extern DMLEAF tSoftwareModulesExecEnvParams[]; extern DMLEAF tSoftwareModulesDeploymentUnitParams[]; extern DMOBJ tSoftwareModulesExecutionUnitObj[]; extern DMLEAF tSoftwareModulesExecutionUnitParams[]; #endif //__SOFTWAREMODULES_H