Changes between Version 9 and Version 10 of Component/Iss2Api


Ignore:
Timestamp:
Mar 22, 2012, 1:47:47 PM (13 years ago)
Author:
bouyer
Comment:

document m_debug_mask and set_debug_mask()

Legend:

Unmodified
Added
Removed
Modified
  • Component/Iss2Api

    v9 v10  
    229229which want to display the state of an ISS at a certain event.
    230230
     231=== void set_debug_mask() and the m_debug_mask variable ===
     232
     233set_debug_mask() is a public method for enabling processor-specific
     234debug messages. 0 always mean "all debug messages are disabled", other
     235values a processor-specific.
     236Processor implementations may access the m_debug_mask member to conditionally
     237enable debug messages.
     238
    231239== Implementation notes ==
    232240