Revision 6c5df8c1 doc/classdiagrams/osal.uml

View differences:

doc/classdiagrams/osal.uml
201 201
    + {method} urtThreadExit (void) : void
202 202
      'Terminates a specified thread.
203 203
    + {method} urtThreadTerminate (thread : urt_osThread_t*, sig : urt_osThreadTerminateSignal_t) : void
204
      'Retrieves whether the calling thread has been requested to terminate.
205
    + {method} urtThreadShouldTerminate (void) : bool
204 206
      'Waits until the specified thread terminates.
205 207
    + {method} urtThreadJoin (thread : urt_osThread_t*) : void
206 208
      'Retrieves the execution state of the specified thread.
......
272 274
  /' Not a class/type but a set of output-related functions. '/
273 275
  $function("urt_streams") {
274 276
      'Prints a formatted string to the standard output stream (stdout).
275
    + {method} urtPrintf(fmt : char*, ... ) : int
277
    + {method} urtPrintf (fmt : char*, ... ) : int
276 278
      'Prints a formatted string to the standard error stream (stderr).
277
    + {method} urtErrPrintf(fmt : char*, ... ) : int
279
    + {method} urtErrPrintf (fmt : char*, ... ) : int
278 280
  }
279 281
}
280 282

  
......
283 285
  /' Just a function for debugging. '/
284 286
  $function("urt_debug") {
285 287
      'Checks the condition in debug mode.
286
    + {method} urtDebugAssert(condition : bool) : void
288
    + {method} urtDebugAssert (condition : bool) : void
287 289
  }
288 290
}
289 291

  

Also available in: Unified diff