| EventStudio 2.5 Sequence diagram based system design and modeling | |
#include <Terminal_Manager.h> The class defines a message handler. All terminal related attributes are stored in this class.
Definition at line 23 of file Terminal_Manager.h.
Public Member Functions | |
| Terminal (int terminal_Id, int type) | |
| Construct a terminal object. | |
| void | Handle_Message (const Terminal_Message *pMsg) |
| Message handler for all terminal related messages. | |
| int | Get_Terminal_Id () const |
| Obtain the terminal id. | |
| ||||||||||||
Construct a terminal object.
|
|
Message handler for all terminal related messages.
|
|
Obtain the terminal id.
|
1.3.4 | |
| Copyright © 2000-2005 EventHelix.com Inc. All Rights Reserved. |