EventHelix.com: CASE Tools; Real-time and Embedded System Design; Object Oriented Design EventStudio 2.0: System Engineering CASE ToolEventStudio 2.5
Sequence diagram based system design and modeling
Home   What's New   EventStudio 2.5   Real-time Mantra   Thought Projects   Contact Us
Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

Terminal Class Reference

#include <Terminal_Manager.h>

List of all members.


Detailed Description

Terminal class represents a terminal in the real world.

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.


Constructor & Destructor Documentation

Terminal::Terminal int terminal_Id,
int type
 

Construct a terminal object.

Parameters:
terminal_Id Id assigned to this terminal.
type Type of this terminal.


Member Function Documentation

void Terminal::Handle_Message const Terminal_Message * pMsg  ) 
 

Message handler for all terminal related messages.

Parameters:
pMsg Pointer to the terminal specific message.

int Terminal::Get_Terminal_Id  ) const
 

Obtain the terminal id.

Return values:
int Terminal Id assigned to this terminal.


The documentation for this class was generated from the following file:
Generated on Sun Feb 13 21:30:37 2005 for Object Oriented Design Examples by doxygen 1.3.4
 Home   What's New   EventStudio 2.5   Real-time Mantra   Thought Projects   Contact Us
Copyright © 2000-2005 EventHelix.com Inc. All Rights Reserved.