<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Basic:DriverObject:Functions</title><link>https://sourceforge.net/p/sfence/wiki/Basic%253ADriverObject%253AFunctions/</link><description>Recent changes to Basic:DriverObject:Functions</description><atom:link href="https://sourceforge.net/p/sfence/wiki/Basic:DriverObject:Functions/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 13 Mar 2013 15:37:18 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sfence/wiki/Basic:DriverObject:Functions/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Basic:DriverObject:Functions modified by SFENCE</title><link>https://sourceforge.net/p/sfence/wiki/Basic%253ADriverObject%253AFunctions/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -5,48 +5,48 @@

   Functions  | Use
   ------------- | -------------
-  [GetFunctions_Extension](Basic%3AObject%3AFunction%3AGetFunctions_Extension) | return actual set driver functions
-  [GetID_Extension](Basic%3AObject%3AFunction%3AGetID_Extension) | return id of actual set extension
-  [GetName_Extension](Basic%3AObject%3AFunction%3AGetName_Extension) | return name of actual set extension
-  [GetIDs_Extensions](Basic%3AObject%3AFunction%3AGetIDs_Extensions) | return an array with IDs of extensions which are available
-  [GetIDs_ExtensionsUse](Basic%3AObject%3AFunction%3AGetIDs_ExtensionsUse) | return an array with IDs of extensions which are available
-  [GetNames_Extensions](Basic%3AObject%3AFunction%3AGetNames_Extensions) | return an array with names of extensions which are available
-  [GetNames_ExtensionsUse](Basic%3AObject%3AFunction%3AGetNames_ExtensionsUse) | return an array with names of extensions which are available
-  [SetFunctions_Extension](Basic%3AObject%3AFunction%3ASetFunctions_Extension) | set driver functions for object
-  [SetID_Extension](Basic%3AObject%3AFunction%3ASetID_Extension) | set object driver functions by use extension ID
-  [SetName_Extension](Basic%3AObject%3AFunction%3ASetName_Extension) | set object driver functions by use extension name
+  [GetFunctions_Extension](Basic%3ADriverObject%3AFunction%3AGetFunctions_Extension) | return actual set driver functions
+  [GetID_Extension](Basic%3ADriverObject%3AFunction%3AGetID_Extension) | return id of actual set extension
+  [GetName_Extension](Basic%3ADriverObject%3AFunction%3AGetName_Extension) | return name of actual set extension
+  [GetIDs_Extensions](Basic%3ADriverObject%3AFunction%3AGetIDs_Extensions) | return an array with IDs of extensions which are available
+  [GetIDs_ExtensionsUse](Basic%3ADriverObject%3AFunction%3AGetIDs_ExtensionsUse) | return an array with IDs of extensions which are available
+  [GetNames_Extensions](Basic%3ADriverObject%3AFunction%3AGetNames_Extensions) | return an array with names of extensions which are available
+  [GetNames_ExtensionsUse](Basic%3ADriverObject%3AFunction%3AGetNames_ExtensionsUse) | return an array with names of extensions which are available
+  [SetFunctions_Extension](Basic%3ADriverObject%3AFunction%3ASetFunctions_Extension) | set driver functions for object
+  [SetID_Extension](Basic%3ADriverObject%3AFunction%3ASetID_Extension) | set object driver functions by use extension ID
+  [SetName_Extension](Basic%3ADriverObject%3AFunction%3ASetName_Extension) | set object driver functions by use extension name
   |
-  [Get](Basic%3AObject%3AFunction%3AGet) |
-  [Set](Basic%3AObject%3AFunction%3ASet) |
-  [Function](Basic%3AObject%3AFunction%3A) | call a special object function
-  [GetNames_Functions](Basic%3AObject%3AFunction%3AGetNames_Functions) | return an array with names of available functions
-  [GetNames_FunctionsUse](Basic%3AObject%3AFunction%3AGetNames_FunctionsUse) | return an array with names of available functions
-  [Get_GlobalID](Basic%3AObject%3AFunction%3AGet_GlobalID) | fill sGlobalID struct.
+  [Get](Basic%3ADriverObject%3AFunction%3AGet) |
+  [Set](Basic%3ADriverObject%3AFunction%3ASet) |
+  [Function](Basic%3ADriverObject%3AFunction%3A) | call a special object function
+  [GetNames_Functions](Basic%3ADriverObject%3AFunction%3AGetNames_Functions) | return an array with names of available functions
+  [GetNames_FunctionsUse](Basic%3ADriverObject%3AFunction%3AGetNames_FunctionsUse) | return an array with names of available functions
+  [Get_GlobalID](Basic%3ADriverObject%3AFunction%3AGet_GlobalID) | fill sGlobalID struct.
   |
-  [Clear](Basic%3AObject%3AFunction%3AClear) | clear object
-  [Compare](Basic%3AObject%3AFunction%3ACompare) | compare object with another object of same type
-  [Copy](Basic%3AObject%3AFunction%3ACopy) | copy object to object
-  [CopyUse](Basic%3AObject%3AFunction%3ACopyUse) | copy object with use ConstructUse instead of Construct if it is necessary
+  [Clear](Basic%3ADriverObject%3AFunction%3AClear) | clear object
+  [Compare](Basic%3ADriverObject%3AFunction%3ACompare) | compare object with another object of same type
+  [Copy](Basic%3ADriverObject%3AFunction%3ACopy) | copy object to object
+  [CopyUse](Basic%3ADriverObject%3AFunction%3ACopyUse) | copy object with use ConstructUse instead of Construct if it is necessary
   |
-  [Get_Parameter](Basic%3AObject%3AFunction%3AGet_Parameter) | return parameter of object
-  [Set_Parameter](Basic%3AObject%3AFunction%3ASet_Parameter) | set parameter of object
-  [GetNames_Parameters](Basic%3AObject%3AFunction%3AGetNames_Parameters) | return an array of available parameters names
-  [GetNames_ParametersUse](Basic%3AObject%3AFunction%3AGetNames_ParametersUse) | return an array of available parameters names
-  [GetIDs_Parameters](Basic%3AObject%3AFunction%3AGetIDs_Parameters) | return an array of available parameters IDs
-  [GetIDs_ParametersUse](Basic%3AObject%3AFunction%3AGetIDs_ParametersUse) | return an array of available parameters IDs
+  [Get_Parameter](Basic%3ADriverObject%3AFunction%3AGet_Parameter) | return parameter of object
+  [Set_Parameter](Basic%3ADriverObject%3AFunction%3ASet_Parameter) | set parameter of object
+  [GetNames_Parameters](Basic%3ADriverObject%3AFunction%3AGetNames_Parameters) | return an array of available parameters names
+  [GetNames_ParametersUse](Basic%3ADriverObject%3AFunction%3AGetNames_ParametersUse) | return an array of available parameters names
+  [GetIDs_Parameters](Basic%3ADriverObject%3AFunction%3AGetIDs_Parameters) | return an array of available parameters IDs
+  [GetIDs_ParametersUse](Basic%3ADriverObject%3AFunction%3AGetIDs_ParametersUse) | return an array of available parameters IDs
   |
-  [Add_Object](Basic%3AObject%3AFunction%3AAdd_Object) | add object to object
-  [Set_Object](Basic%3AObject%3AFunction%3ASet_Object) | set object by ID
-  [Get_Object](Basic%3AObject%3AFunction%3AGet_Object) | get object by ID
-  [Remove_Object](Basic%3AObject%3AFunction%3ARemove_Object) | remove object by ID
-  [GetIDs_Objects](Basic%3AObject%3AFunction%3AGetIDs_Objects) | return an array of available objects of object
-  [GetIDs_ObjectsUse](Basic%3AObject%3AFunction%3AGetIDs_ObjectsUse) | return an array of available objects of object
+  [Add_Object](Basic%3ADriverObject%3AFunction%3AAdd_Object) | add object to object
+  [Set_Object](Basic%3ADriverObject%3AFunction%3ASet_Object) | set object by ID
+  [Get_Object](Basic%3ADriverObject%3AFunction%3AGet_Object) | get object by ID
+  [Remove_Object](Basic%3ADriverObject%3AFunction%3ARemove_Object) | remove object by ID
+  [GetIDs_Objects](Basic%3ADriverObject%3AFunction%3AGetIDs_Objects) | return an array of available objects of object
+  [GetIDs_ObjectsUse](Basic%3ADriverObject%3AFunction%3AGetIDs_ObjectsUse) | return an array of available objects of object
   |
-  [Get_ObjectParameter](Basic%3AObject%3AFunction%3AGet_ObjectParameter) | return parameter of objects object
-  [Set_ObjectParameter](Basic%3AObject%3AFunction%3ASet_ObjectParameter) | set parameter of objects object
-  [GetNames_ObjectParameters](Basic%3AObject%3AFunction%3AGetNames_ObjectParameters) |
-  [GetNames_ObjectParametersUse](Basic%3AObject%3AFunction%3AGetNames_ObjectParametersUse) |
-  [GetIDs_ObjectParameters](Basic%3AObject%3AFunction%3AGetIDs_ObjectParameters) |
-  [GetIDs_ObjectParametersUse](Basic%3AObject%3AFunction%3AGetIDs_ObjectParametersUse) |
+  [Get_ObjectParameter](Basic%3ADriverObject%3AFunction%3AGet_ObjectParameter) | return parameter of objects object
+  [Set_ObjectParameter](Basic%3ADriverObject%3AFunction%3ASet_ObjectParameter) | set parameter of objects object
+  [GetNames_ObjectParameters](Basic%3ADriverObject%3AFunction%3AGetNames_ObjectParameters) |
+  [GetNames_ObjectParametersUse](Basic%3ADriverObject%3AFunction%3AGetNames_ObjectParametersUse) |
+  [GetIDs_ObjectParameters](Basic%3ADriverObject%3AFunction%3AGetIDs_ObjectParameters) |
+  [GetIDs_ObjectParametersUse](Basic%3ADriverObject%3AFunction%3AGetIDs_ObjectParametersUse) |
   |
-  [Get_Supported](Basic%3AObject%3AFunction%3AGet_Supported) | fill sSupported struct with information of supported functions
+  [Get_Supported](Basic%3ADriverObject%3AFunction%3AGet_Supported) | fill sSupported struct with information of supported functions
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SFENCE</dc:creator><pubDate>Wed, 13 Mar 2013 15:37:18 -0000</pubDate><guid>https://sourceforge.net2d47307f03230df04e459222c9c9bc9273701237</guid></item><item><title>WikiPage Basic:DriverObject:Functions modified by SFENCE</title><link>https://sourceforge.net/p/sfence/wiki/Basic%253ADriverObject%253AFunctions/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,7 +1,7 @@
 Basic driver object functions
 ========================

-  Basic driver object has [basic object functions](Basic%3ADriverObject%3AFunctions) and functions which follows.
+  Basic driver object has [basic object functions](Basic%3AObject%3AFunctions) and functions which follows.

   Functions  | Use
   ------------- | -------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SFENCE</dc:creator><pubDate>Wed, 13 Mar 2013 15:35:17 -0000</pubDate><guid>https://sourceforge.net277a4dbf0339481bad56948d974ae38002e02b46</guid></item><item><title>WikiPage Basic:DriverObject:Functions modified by SFENCE</title><link>https://sourceforge.net/p/sfence/wiki/Basic%253ADriverObject%253AFunctions/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,22 +1,10 @@
-Basic object functions
+Basic driver object functions
 ========================

-Functions  | Use
+  Basic driver object has [basic object functions](Basic%3ADriverObject%3AFunctions) and functions which follows.
+
+  Functions  | Use
   ------------- | -------------
-  [Construct](Basic%3AObject%3AFunction%3AConstruct)  | create object
-  [ConstructUse](Basic%3AObject%3AFunction%3AConstructUse) | create object and call Start_Use and Destruct on it
-  [Destruct](Basic%3AObject%3AFunction%3ADestruct)  | 
-  |
-  [Start_Use](Basic%3AObject%3AFunction%3AStart_Use)  |
-  [Stop_Use](Basic%3AObject%3AFunction%3AStop_Use) |
-  |
-  [Lock](Basic%3AObject%3AFunction%3ALock) | lock object, only one thread can have lock object at the moment
-  [Unlock](Basic%3AObject%3AFunction%3AUnlock) | unlock object
-  |
-  [Get_Pack](Basic%3AObject%3AFunction%3AGet_Pack) | return sPack_Pack object which was used for construct this object
-  [Get_WorkPack](Basic%3AObject%3AFunction%3AGet_WorkPack) | return sPack_Pack object which is designated for use with local work
-  [Set_WorkPack](Basic%3AObject%3AFunction%3ASet_WorkPack) | change sPack_Pack object which is designated for use with local work
-  |
   [GetFunctions_Extension](Basic%3AObject%3AFunction%3AGetFunctions_Extension) | return actual set driver functions
   [GetID_Extension](Basic%3AObject%3AFunction%3AGetID_Extension) | return id of actual set extension
   [GetName_Extension](Basic%3AObject%3AFunction%3AGetName_Extension) | return name of actual set extension
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SFENCE</dc:creator><pubDate>Wed, 13 Mar 2013 15:34:50 -0000</pubDate><guid>https://sourceforge.net593d23d4243152fe19af1a493128f0545a6c22fb</guid></item><item><title>WikiPage Basic:DriverObject:Functions modified by SFENCE</title><link>https://sourceforge.net/p/sfence/wiki/Basic%253ADriverObject%253AFunctions/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SFENCE</dc:creator><pubDate>Wed, 13 Mar 2013 15:29:36 -0000</pubDate><guid>https://sourceforge.net654cc7042a761d7dd5021cc94d7bd1f324d7503e</guid></item><item><title>WikiPage Basic:Object:Functions modified by SFENCE</title><link>https://sourceforge.net/p/sfence/wiki/Basic%253AObject%253AFunctions/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -3,60 +3,62 @@

 Functions  | Use
   ------------- | -------------
-  Construct  | create object
-  ConstructUse | create object and call Start_Use and Destruct on it
-  Destruct  | 
+  [Construct](Basic%3AObject%3AFunction%3AConstruct)  | create object
+  [ConstructUse](Basic%3AObject%3AFunction%3AConstructUse) | create object and call Start_Use and Destruct on it
+  [Destruct](Basic%3AObject%3AFunction%3ADestruct)  | 
   |
-  Start_Use  |
-  Stop_Use |
+  [Start_Use](Basic%3AObject%3AFunction%3AStart_Use)  |
+  [Stop_Use](Basic%3AObject%3AFunction%3AStop_Use) |
   |
-  Lock | lock object, only one thread can have lock object at the moment
-  Unlock | unlock object
+  [Lock](Basic%3AObject%3AFunction%3ALock) | lock object, only one thread can have lock object at the moment
+  [Unlock](Basic%3AObject%3AFunction%3AUnlock) | unlock object
   |
-  Get_Pack | return sPack_Pack object which was used for construct this object
-  Get_WorkPack | return sPack_Pack object which is designated for use with local work
-  Set_WorkPack | change sPack_Pack object which is designated for use with local work
+  [Get_Pack](Basic%3AObject%3AFunction%3AGet_Pack) | return sPack_Pack object which was used for construct this object
+  [Get_WorkPack](Basic%3AObject%3AFunction%3AGet_WorkPack) | return sPack_Pack object which is designated for use with local work
+  [Set_WorkPack](Basic%3AObject%3AFunction%3ASet_WorkPack) | change sPack_Pack object which is designated for use with local work
   |
-  GetFunctions_Extension | return actual set driver functions
-  GetID_Extension | return id of actual set extension
-  GetName_Extension | return name of actual set extension
-  GetIDs_Extensions | return an array with IDs of extensions which are available
-  GetIDs_ExtensionsUse | return an array with IDs of extensions which are available
-  GetNames_Extensions | return an array with names of extensions which are available
-  GetNames_ExtensionsUse | return an array with names of extensions which are available
-  SetFunctions_Extension | set driver functions for object
-  SetID_Extension | set object driver functions by use extension ID
-  SetName_Extension | set object driver functions by use extension name
+  [GetFunctions_Extension](Basic%3AObject%3AFunction%3AGetFunctions_Extension) | return actual set driver functions
+  [GetID_Extension](Basic%3AObject%3AFunction%3AGetID_Extension) | return id of actual set extension
+  [GetName_Extension](Basic%3AObject%3AFunction%3AGetName_Extension) | return name of actual set extension
+  [GetIDs_Extensions](Basic%3AObject%3AFunction%3AGetIDs_Extensions) | return an array with IDs of extensions which are available
+  [GetIDs_ExtensionsUse](Basic%3AObject%3AFunction%3AGetIDs_ExtensionsUse) | return an array with IDs of extensions which are available
+  [GetNames_Extensions](Basic%3AObject%3AFunction%3AGetNames_Extensions) | return an array with names of extensions which are available
+  [GetNames_ExtensionsUse](Basic%3AObject%3AFunction%3AGetNames_ExtensionsUse) | return an array with names of extensions which are available
+  [SetFunctions_Extension](Basic%3AObject%3AFunction%3ASetFunctions_Extension) | set driver functions for object
+  [SetID_Extension](Basic%3AObject%3AFunction%3ASetID_Extension) | set object driver functions by use extension ID
+  [SetName_Extension](Basic%3AObject%3AFunction%3ASetName_Extension) | set object driver functions by use extension name
   |
-  Get |
-  Set |
-  Function | call a special object function
-  GetNames_Functions | return an array with names of available functions
-  Get_GlobalID | fill sGlobalID struct.
+  [Get](Basic%3AObject%3AFunction%3AGet) |
+  [Set](Basic%3AObject%3AFunction%3ASet) |
+  [Function](Basic%3AObject%3AFunction%3A) | call a special object function
+  [GetNames_Functions](Basic%3AObject%3AFunction%3AGetNames_Functions) | return an array with names of available functions
+  [GetNames_FunctionsUse](Basic%3AObject%3AFunction%3AGetNames_FunctionsUse) | return an array with names of available functions
+  [Get_GlobalID](Basic%3AObject%3AFunction%3AGet_GlobalID) | fill sGlobalID struct.
   |
-  Clear | clear object
-  Compare | compare object with another object of same type
-  Copy | copy object to object
-  CopyUse | copy object with use ConstructUse instead of Construct if it is necessary
+  [Clear](Basic%3AObject%3AFunction%3AClear) | clear object
+  [Compare](Basic%3AObject%3AFunction%3ACompare) | compare object with another object of same type
+  [Copy](Basic%3AObject%3AFunction%3ACopy) | copy object to object
+  [CopyUse](Basic%3AObject%3AFunction%3ACopyUse) | copy object with use ConstructUse instead of Construct if it is necessary
   |
-  Get_Parameter | return parameter of object
-  Set_Parameter | set parameter of object
-  GetNames_Parameters | return an array of available parameters names
-  GetNames_ParametersUse | return an array of available parameters names
-  GetIDs_Parameters | return an array of available parameters IDs
-  GetIDs_ParametersUse | return an array of available parameters IDs
+  [Get_Parameter](Basic%3AObject%3AFunction%3AGet_Parameter) | return parameter of object
+  [Set_Parameter](Basic%3AObject%3AFunction%3ASet_Parameter) | set parameter of object
+  [GetNames_Parameters](Basic%3AObject%3AFunction%3AGetNames_Parameters) | return an array of available parameters names
+  [GetNames_ParametersUse](Basic%3AObject%3AFunction%3AGetNames_ParametersUse) | return an array of available parameters names
+  [GetIDs_Parameters](Basic%3AObject%3AFunction%3AGetIDs_Parameters) | return an array of available parameters IDs
+  [GetIDs_ParametersUse](Basic%3AObject%3AFunction%3AGetIDs_ParametersUse) | return an array of available parameters IDs
   |
-  Add_Object | add object to object
-  Set_Object | set object by ID
-  Get_Object | get object by ID
-  Remove_Object | remove object by ID
-  GetIDs_Objects | return an array of available objects of object
+  [Add_Object](Basic%3AObject%3AFunction%3AAdd_Object) | add object to object
+  [Set_Object](Basic%3AObject%3AFunction%3ASet_Object) | set object by ID
+  [Get_Object](Basic%3AObject%3AFunction%3AGet_Object) | get object by ID
+  [Remove_Object](Basic%3AObject%3AFunction%3ARemove_Object) | remove object by ID
+  [GetIDs_Objects](Basic%3AObject%3AFunction%3AGetIDs_Objects) | return an array of available objects of object
+  [GetIDs_ObjectsUse](Basic%3AObject%3AFunction%3AGetIDs_ObjectsUse) | return an array of available objects of object
   |
-  Get_ObjectParameter | return parameter of objects object
-  Set_ObjectParameter | set parameter of objects object
-  GetNames_ObjectParameters |
-  GetNames_ObjectParametersUse |
-  GetIDs_ObjectParameters |
-  GetIDs_ObjectParametersUse |
+  [Get_ObjectParameter](Basic%3AObject%3AFunction%3AGet_ObjectParameter) | return parameter of objects object
+  [Set_ObjectParameter](Basic%3AObject%3AFunction%3ASet_ObjectParameter) | set parameter of objects object
+  [GetNames_ObjectParameters](Basic%3AObject%3AFunction%3AGetNames_ObjectParameters) |
+  [GetNames_ObjectParametersUse](Basic%3AObject%3AFunction%3AGetNames_ObjectParametersUse) |
+  [GetIDs_ObjectParameters](Basic%3AObject%3AFunction%3AGetIDs_ObjectParameters) |
+  [GetIDs_ObjectParametersUse](Basic%3AObject%3AFunction%3AGetIDs_ObjectParametersUse) |
   |
-  Get_Supported | fill sSupported struct with information of supported functions
+  [Get_Supported](Basic%3AObject%3AFunction%3AGet_Supported) | fill sSupported struct with information of supported functions
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SFENCE</dc:creator><pubDate>Wed, 13 Mar 2013 08:03:47 -0000</pubDate><guid>https://sourceforge.net5421db81261f876d81f444495d500333d8ce54cb</guid></item><item><title>WikiPage Basic:Object:Functions modified by SFENCE</title><link>https://sourceforge.net/p/sfence/wiki/Basic%253AObject%253AFunctions/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,57 +1,62 @@
 Basic object functions
+========================

 Functions  | Use
   ------------- | -------------
-  Construct  | 
-  ConstructUse
+  Construct  | create object
+  ConstructUse | create object and call Start_Use and Destruct on it
   Destruct  | 
   |
   Start_Use  |
   Stop_Use |
   |
-  Lock |
-  Unlock |
+  Lock | lock object, only one thread can have lock object at the moment
+  Unlock | unlock object
   |
-  Get_Pack |
-  Get_WorkPack |
-  Set_WorkPack |
+  Get_Pack | return sPack_Pack object which was used for construct this object
+  Get_WorkPack | return sPack_Pack object which is designated for use with local work
+  Set_WorkPack | change sPack_Pack object which is designated for use with local work
   |
-  GetFunctions_Extension |
-  GetID_Extension |
-  GetName_Extension |
-  GetIDs_Extensions |
-  GetIDs_ExtensionsUse |
-  GetNames_Extensions |
-  GetNames_ExtensionsUse |
-  SetFunctions_Extension |
-  SetID_Extension |
-  SetName_Extension |
+  GetFunctions_Extension | return actual set driver functions
+  GetID_Extension | return id of actual set extension
+  GetName_Extension | return name of actual set extension
+  GetIDs_Extensions | return an array with IDs of extensions which are available
+  GetIDs_ExtensionsUse | return an array with IDs of extensions which are available
+  GetNames_Extensions | return an array with names of extensions which are available
+  GetNames_ExtensionsUse | return an array with names of extensions which are available
+  SetFunctions_Extension | set driver functions for object
+  SetID_Extension | set object driver functions by use extension ID
+  SetName_Extension | set object driver functions by use extension name
   |
   Get |
   Set |
-  Function |
-  GetNames_Functions |
-  Get_GlobalID |
+  Function | call a special object function
+  GetNames_Functions | return an array with names of available functions
+  Get_GlobalID | fill sGlobalID struct.
   |
-  Clear |
-  Compare |
-  Copy |
-  Use |
+  Clear | clear object
+  Compare | compare object with another object of same type
+  Copy | copy object to object
+  CopyUse | copy object with use ConstructUse instead of Construct if it is necessary
   |
-  Get_Parameter |
-  Set_Parameter |
-  GetNames_Parameters |
-  GetIDs_Parameters |
+  Get_Parameter | return parameter of object
+  Set_Parameter | set parameter of object
+  GetNames_Parameters | return an array of available parameters names
+  GetNames_ParametersUse | return an array of available parameters names
+  GetIDs_Parameters | return an array of available parameters IDs
+  GetIDs_ParametersUse | return an array of available parameters IDs
   |
-  Add_Object
-  Set_Object
-  Get_Object
-  Remove_Object
-  GetIDs_Objects
+  Add_Object | add object to object
+  Set_Object | set object by ID
+  Get_Object | get object by ID
+  Remove_Object | remove object by ID
+  GetIDs_Objects | return an array of available objects of object
   |
-  Get_ObjectParameter |
-  Set_ObjectParameter |
+  Get_ObjectParameter | return parameter of objects object
+  Set_ObjectParameter | set parameter of objects object
   GetNames_ObjectParameters |
+  GetNames_ObjectParametersUse |
   GetIDs_ObjectParameters |
+  GetIDs_ObjectParametersUse |
   |
-  Get_Supported
+  Get_Supported | fill sSupported struct with information of supported functions
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SFENCE</dc:creator><pubDate>Thu, 28 Feb 2013 12:24:04 -0000</pubDate><guid>https://sourceforge.net000b84ee0ac3d53ca4ecd5d8bd2f2227c8779655</guid></item><item><title>WikiPage Basic:Object:Functions modified by SFENCE</title><link>https://sourceforge.net/p/sfence/wiki/Basic%253AObject%253AFunctions/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Basic object functions&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Functions&lt;/th&gt;
&lt;th&gt;Use&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Construct&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ConstructUse&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Destruct&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Start_Use&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Stop_Use&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Lock&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Unlock&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Get_Pack&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Get_WorkPack&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Set_WorkPack&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GetFunctions_Extension&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GetID_Extension&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GetName_Extension&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GetIDs_Extensions&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GetIDs_ExtensionsUse&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GetNames_Extensions&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GetNames_ExtensionsUse&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;SetFunctions_Extension&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;SetID_Extension&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;SetName_Extension&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Get&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Set&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Function&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GetNames_Functions&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Get_GlobalID&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Clear&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Compare&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Copy&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Use&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Get_Parameter&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Set_Parameter&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GetNames_Parameters&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GetIDs_Parameters&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Add_Object&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Set_Object&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Get_Object&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Remove_Object&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GetIDs_Objects&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Get_ObjectParameter&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Set_ObjectParameter&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GetNames_ObjectParameters&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;GetIDs_ObjectParameters&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Get_Supported&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SFENCE</dc:creator><pubDate>Thu, 28 Feb 2013 12:09:13 -0000</pubDate><guid>https://sourceforge.net4efc482d2a5a34035e5913c34a82b44daf2599e3</guid></item></channel></rss>