| EventStudio 2.5 Sequence diagram based system design and modeling | |
00001 00002 class Message 00003 { 00004 public: 00005 enum Type 00006 { 00007 FAULT_TRIGGER, 00008 SWITCHOVER, 00009 DIAGNOSTICS_PASSED, 00010 DIAGNOSTICS_FAILED, 00011 OPERATOR_INSERVICE 00012 }; 00013 00014 Type GetType() const 00015 { 00016 return message_Type; 00017 } 00018 private: 00019 Type message_Type; 00020 00021 }; 00022 enum 00023 { 00024 LOSS_OF_REDUNDANCY 00025 };
1.3.4 | |
| Copyright © 2000-2005 EventHelix.com Inc. All Rights Reserved. |