Ignore:
Timestamp:
04/30/12 14:42:59 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Most of the remaining messages are implemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/config.py

    r133 r134  
    114114               else const.MESSAGELEVEL_NONE
    115115
     116    def isMessageTypeFS(self, messageType):
     117        """Determine if the given message type is displayed in the
     118        simulator."""
     119        level = self.getMessageTypeLevel(messageType)
     120        return level==const.MESSAGELEVEL_FS or \
     121               level==const.MESSAGELEVEL_BOTH
     122       
    116123    def setMessageTypeLevel(self, messageType, level):
    117124        """Set the level of the given message type."""
Note: See TracChangeset for help on using the changeset viewer.