Jump to content

SomCheckId: Difference between revisions

From EDM2
Line 27: Line 27:


===Methods===
===Methods===
*somRegisterId
* [[somRegisterId]]
*somFromString
* [[somFromString]]
*somStringFromId
* [[somStringFromId]]
*comCompareIds
* [[somCompareIds]]
*somTotalRegIds
* [[somTotalRegIds]]
*somSetExpectedIds
* [[somSetExpectedIds]]
*somUniqueKey
* [[somUniqueKey]]
*[[somBeginPersistentIds]]
* [[somBeginPersistentIds]]
*somEndPersistentIds
* [[somEndPersistentIds]]


[[Category:SOM Kernel]]
[[Category:SOM Kernel]]

Revision as of 22:50, 10 October 2017

This function registers a som ID.

Syntax

somId    id;
somId    rc;

rc = somCheckId(id);

Parameters

id (somId)
The somId to be registered.


Return Code

rc (somId)
The registered somId.


Remarks

This function registers a SOM ID and converts it into an internal representation. The input SOM ID is returned. If the ID is already registered, this function has no effect.

Example Code

See function somBeginPersistentIds().

Related

Data Structures

  • somId (sombtype.h)

Methods