summaryrefslogtreecommitdiff
path: root/cp/vstate_fsm/src/sta_connectionData.h
diff options
context:
space:
mode:
Diffstat (limited to 'cp/vstate_fsm/src/sta_connectionData.h')
-rw-r--r--cp/vstate_fsm/src/sta_connectionData.h74
1 files changed, 0 insertions, 74 deletions
diff --git a/cp/vstate_fsm/src/sta_connectionData.h b/cp/vstate_fsm/src/sta_connectionData.h
deleted file mode 100644
index c63f060d45..0000000000
--- a/cp/vstate_fsm/src/sta_connectionData.h
+++ /dev/null
@@ -1,74 +0,0 @@
-/*
- * Id: sta_connectionData.h
- *
- * Function: VS System Header File.
- *
- * Generated: Fri Feb 15 11:49:29 2008
- *
- * Coder 5, 4, 0, 1273
- *
- * This is an automatically generated file. It will be overwritten by the Coder.
- *
- * DO NOT EDIT THE FILE!
- */
-
-
-#ifndef __STA_CONNECTIONDATA_H
-#define __STA_CONNECTIONDATA_H
-
-
-/*
- * Number of Identifiers.
- */
-#define VS_NOF_ACTION_EXPRESSIONS 0X000 /* 0 */
-#define VS_NOF_ACTION_FUNCTIONS 0X000 /* 0 */
-#define VS_NOF_EVENT_GROUPS 0X000 /* 0 */
-#define VS_NOF_EVENTS 0X005 /* 5 */
-#define VS_NOF_EXTERNAL_VARIABLES 0X000 /* 0 */
-#define VS_NOF_GUARD_EXPRESSIONS 0X000 /* 0 */
-#define VS_NOF_INSTANCES 0X012 /* 18 */
-#define VS_NOF_INTERNAL_VARIABLES 0X000 /* 0 */
-#define VS_NOF_SIGNALS 0X000 /* 0 */
-#define VS_NOF_STATE_MACHINES 0X001 /* 1 */
-#define VS_NOF_STATES 0X003 /* 3 */
-
-
-/*
- * Include SEM Library Header File.
- */
-#include "SEMLibE.h"
-
-
-#if (VS_CODER_GUID != 0X01188aba8)
-#error The generated file does not match the SEMTypes.h header file.
-#endif
-
-
-/*
- * Include Global Events Header File.
- */
-#include "cesar_cp_PEvent.h"
-
-
-/*
- * Conditional Compilation Definitions.
- */
-#define SEM_DEDUCT_FUNC 0
-#define SEM_DEDUCT_WITH_VA_LIST 0
-
-
-/*
- * Event Identifier Definitions.
- */
-#define CLOSE_CONNECTION 0X001 /* 1 */
-#define CONNECTION_REQUEST_ACCEPTED 0X002 /* 2 */
-#define CONNECTION_REQUEST_REFUSED 0X003 /* 3 */
-#define NEW_CONNECTION 0X004 /* 4 */
-
-
-/*
- * There are no VS System constants, so this section is intentionally empty!
- */
-
-
-#endif