Whitebeam Template Reference Documentation

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Whitebeam Template Reference Documentation

System Template

get()

Syntax

countIterator = rb.counter.get()

Parameters

The 'get' method takes no parameters

Results

The 'get' method returns an iterator of structure:

Type/Value Range/Length Description
struct count see definition An iterator of the semaphore descriptions.

Remarks

rb.semaphore.get

This method returns an iterator that will return all currently owned (locked) semaphore for the clientID/instance that makes the call.

Note this method takes no parameters. The method returns all semaphores locked for this client/instance

The intended use of this method is primarily for debugging semaphore locking problems within an application. Note that by using this method a debug script can unlock any semaphore.

Whitebeam release 1.3.36
(loadtime : 110ms)