![]() |
Telelogic TAU (steve huntington) | ![]() |
Topic Title: TAU StateChartDiagrams Topic Summary: How do I represent logical bitwise operations in TAU state chart diagrams Created On: 24-Nov-2004 02:04 Status: Read Only |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() Answer: How would I represent the following code in a TAU statechartdiagram? unsigned int command = 0x3; if (command & 0x1) { // Do something } if (command & 0x10) { // Do something else } | |
![]() |
|
How would I represent the following code in a TAU statechartdiagram?
unsigned int command = 0x3; if (command & 0x1) { // Do something } if (command & 0x10) { // Do something else } |
|
![]() |
|
![]() |
|
I fyou are using the C++ code generator, you can easily use inline code
[[ your code above ]] |
|
![]() |
Telelogic TAU
» TAU/Developer
»
TAU StateChartDiagrams
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.