Changes between Version 9 and Version 10 of Component/Iss2Api
- Timestamp:
- Mar 22, 2012, 1:47:47 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Iss2Api
v9 v10 229 229 which want to display the state of an ISS at a certain event. 230 230 231 === void set_debug_mask() and the m_debug_mask variable === 232 233 set_debug_mask() is a public method for enabling processor-specific 234 debug messages. 0 always mean "all debug messages are disabled", other 235 values a processor-specific. 236 Processor implementations may access the m_debug_mask member to conditionally 237 enable debug messages. 238 231 239 == Implementation notes == 232 240