-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Began using this model to test tasking/threading. Looking at the
mutexing code. Added some OAL to include transient sets, which use the dynamic containers (containoids). #1
- Loading branch information
Cortland Starrett
authored and
Cortland Starrett
committed
Dec 6, 2012
1 parent
5a3cc1c
commit 9ffda0b
Showing
21 changed files
with
2,403 additions
and
27 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
VandMC_testing/ttt/.externalToolBuilders/Model Compiler.launch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
Wed Dec 5 23:18:50 2012 | ||
xtumlmc_build -home C:/MentorGraphics/BridgePoint/eclipse_extensions/BridgePoint/eclipse/plugins/com.mentor.nucleus.bp.mc.c.source_3.6.3/ -l3s -e -d code_generation -O ../../src/ | ||
Upgrading translation workspace: code_generation | ||
NOTE: Domain code 0 allocated for this import. | ||
NOTE: The domain code you have entered has already been used/allocated, but will allow this import to proceed normally. | ||
m.system.arc: 27: INFO: EnableTasking( POSIX, , 4 ) | ||
q.mc_metamodel.populate.arc: 362: INFO: Marked configuration package system found. | ||
m.domain.arc: 97: INFO: Function test marked as initialization function. | ||
m.domain.arc: 173: INFO: Enabling state transition tracing for component(s) *. | ||
m.domain.arc: 200: INFO: Action statement tracing enabled for component c1. | ||
m.domain.arc: 200: INFO: Action statement tracing enabled for component c2. | ||
m.domain.arc: 200: INFO: Action statement tracing enabled for component c3. | ||
m.domain.arc: 213: INFO: Enabling detection of empty handles for component(s) *. | ||
sys.arc: 151: INFO: System level marking complete. | ||
q.domain.analyze.arc: 23: INFO: Analyzing model and making optimizations.... | ||
q.domain.analyze.arc: 48: INFO: Nonself queue is needed. | ||
q.domain.analyze.arc: 51: INFO: Attributes read is 5. | ||
q.domain.analyze.arc: 52: INFO: Attributes written is 5. | ||
q.domain.analyze.arc: 54: INFO: 2 attributes got optimized out. | ||
q.oal.translate.arc: 106: INFO: translating values | ||
q.oal.translate.arc: 110: INFO: translating control statements | ||
q.oal.translate.arc: 112: INFO: translating other statements | ||
q.oal.translate.arc: 114: INFO: done translating statements | ||
q.domain.bridges.arc: 29: INFO: File '_ch/ARCH_bridge.h' CREATED. | ||
q.domain.bridges.arc: 35: INFO: File '_ch/ARCH_bridge.c' CREATED. | ||
q.domain.bridges.arc: 29: INFO: File '_ch/LOG_bridge.h' CREATED. | ||
q.domain.bridges.arc: 35: INFO: File '_ch/LOG_bridge.c' CREATED. | ||
q.classes.arc: 31: INFO: File '_ch/c1_PING_class.h' CREATED. | ||
q.classes.arc: 36: INFO: File '_ch/c1_PING_class.c' CREATED. | ||
q.classes.arc: 31: INFO: File '_ch/c1_PONG_class.h' CREATED. | ||
q.classes.arc: 36: INFO: File '_ch/c1_PONG_class.c' CREATED. | ||
q.classes.arc: 31: INFO: File '_ch/c2_TAC_A_class.h' CREATED. | ||
q.classes.arc: 36: INFO: File '_ch/c2_TAC_A_class.c' CREATED. | ||
q.classes.arc: 31: INFO: File '_ch/c3_TOE_A_class.h' CREATED. | ||
q.classes.arc: 36: INFO: File '_ch/c3_TOE_A_class.c' CREATED. | ||
q.components.arc: 38: INFO: File '_ch/c1.h' CREATED. | ||
q.components.arc: 92: INFO: File '_ch/c1_classes.h' CREATED. | ||
q.components.arc: 99: INFO: File '_ch/c1.c' CREATED. | ||
q.components.arc: 38: INFO: File '_ch/c2.h' CREATED. | ||
q.components.arc: 92: INFO: File '_ch/c2_classes.h' CREATED. | ||
q.components.arc: 99: INFO: File '_ch/c2.c' CREATED. | ||
q.components.arc: 38: INFO: File '_ch/c3.h' CREATED. | ||
q.components.arc: 92: INFO: File '_ch/c3_classes.h' CREATED. | ||
q.components.arc: 99: INFO: File '_ch/c3.c' CREATED. | ||
sys.arc: 251: INFO: File '_ch/ttt_sys_main.c' CREATED. | ||
sys.arc: 289: INFO: File '_ch/sys_thread.c' CREATED. | ||
sys.arc: 312: INFO: File '_ch/sys_xtuml.h' CREATED. | ||
sys.arc: 319: INFO: File '_ch/sys_xtuml.c' CREATED. | ||
sys.arc: 352: INFO: File '_ch/ttt_sys_types.h' CREATED. | ||
sys.arc: 358: INFO: File '_ch/sys_user_co.h' CREATED. | ||
sys.arc: 364: INFO: File '_ch/sys_user_co.c' CREATED. | ||
sys.arc: 370: INFO: File '_ch/TIM_bridge.h' CREATED. | ||
sys.arc: 376: INFO: File '_ch/TIM_bridge.c' CREATED. | ||
Code generation complete. | ||
Wed Dec 5 23:18:53 2012 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.