Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
7f170853
Commit
7f170853
authored
Jun 03, 2020
by
Claes
Committed by
Esteban Blanc
Dec 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc changes
parent
23672a06
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
166 additions
and
6 deletions
+166
-6
src/doc/man/en_us/man_dg.dat
src/doc/man/en_us/man_dg.dat
+34
-1
src/doc/man/en_us/man_opg.dat
src/doc/man/en_us/man_opg.dat
+34
-1
src/doc/man/en_us/man_qcom.odt
src/doc/man/en_us/man_qcom.odt
+0
-0
src/doc/man/en_us/man_qcom.pdf
src/doc/man/en_us/man_qcom.pdf
+0
-0
src/doc/man/sv_se/man_dg.dat
src/doc/man/sv_se/man_dg.dat
+34
-1
src/doc/man/sv_se/man_opg.dat
src/doc/man/sv_se/man_opg.dat
+34
-1
src/doc/prm/src/doxygen.c
src/doc/prm/src/doxygen.c
+30
-2
No files found.
src/doc/man/en_us/man_dg.dat
View file @
7f170853
...
...
@@ -10156,6 +10156,7 @@ PlcConnect() <LINK> plcconnect()
exit() <LINK> exit()
system() <LINK> system()
time() <LINK> time()
tzset() <LINK> tzset()
verify() <LINK> verify()
<h2>Miscellaneous functions
...
...
@@ -10182,6 +10183,7 @@ SetIoDeviceData() <LINK> setiodevicedata()
GetVersion() <LINK> getversion()
get_pwr_config() <LINK> get_pwr_config()
get_node_name() <LINK> get_node_name()
getmsg() <LINK> getmsg()
EVEN() <LINK> EVEN()
ODD() <LINK> ODD()
...
...
@@ -10965,7 +10967,7 @@ int <t><t>Length of string.
</TOPIC>
<TOPIC> strstr() <style> function
str
ch
r()
str
st
r()
int strstr( string str, string substr)
...
...
@@ -11045,6 +11047,7 @@ System functions
exit <t>Exit script. <link> exit()
system <t>Execute shell command. <link> system()
time <t>Get system time. <link> time()
tzset <t>Set time zone. <link> tzset()
verify <t>Print executed lines. <link> verify()
</TOPIC>
...
...
@@ -11103,6 +11106,20 @@ Returns the current time in string format.
<c> t = time();
</TOPIC>
<TOPIC> tzset() <style> function
tzset()
string tzset( string timezone)
<b>Description
Set time zone.
<b>Example
<c> tzset("Europe/Stockholm");
</TOPIC>
<TOPIC> verify() <style> function
verify()
...
...
@@ -11849,6 +11866,7 @@ SetIoDeviceData() <t>Set data in IO configuration. <LINK> setiodevicedata()
GetVersion() <t>Get ProviewR version. <LINK> getversion()
get_pwr_config() <t>Get configuration values. <LINK> get_pwr_config()
get_node_name() <t>Get node name. <LINK> get_node_name()
getmsg() <t>Get status text. <LINK> getmsg()
EVEN() <t>Check if value is even. <LINK> EVEN()
ODD() <t>Check if value is odd. <LINK> ODD()
</TOPIC>
...
...
@@ -12333,6 +12351,21 @@ Returns the host name.
<c> name = get_node_name();
</TOPIC>
<TOPIC> getmsg() <style> function
getmsg()
string getmsg(int status)
<b>Description
Get the corresponding text for a status variable.
Returns the text.
<b>Example
<c> msg = getmsg(sts);
</TOPIC>
<TOPIC> EVEN() <style> function
EVEN()
...
...
src/doc/man/en_us/man_opg.dat
View file @
7f170853
...
...
@@ -2838,6 +2838,7 @@ GetRootList() <LINK> getrootlist()
exit() <LINK> exit()
system() <LINK> system()
time() <LINK> time()
tzset() <LINK> tzset()
verify() <LINK> verify()
<h2>Miscellaneous functions
...
...
@@ -2849,6 +2850,7 @@ GetCurrentText() <LINK> getcurrenttext()
GetCurrentObject() <LINK> getcurrentobject()
get_pwr_config() <LINK> get_pwr_config()
get_node_name() <LINK> get_node_name()
getmsg() <LINK> getmsg()
EVEN() <LINK> EVEN()
ODD() <LINK> ODD()
get_language() <LINK> get_language()
...
...
@@ -3638,7 +3640,7 @@ int <t><t>Length of string.
</TOPIC>
<TOPIC> strstr() <style> function
str
ch
r()
str
st
r()
int strstr( string str, string substr)
...
...
@@ -3718,6 +3720,7 @@ System functions
exit <t>Exit script. <link> exit()
system <t>Execute shell command. <link> system()
time <t>Get system time. <link> time()
tzset <t>Set time zone. <link> tzset()
verify <t>Print executed lines. <link> verify()
</TOPIC>
...
...
@@ -3776,6 +3779,20 @@ Returns the current time in string format.
<c> t = time();
</TOPIC>
<TOPIC> tzset() <style> function
tzset()
string tzset( string timezone)
<b>Description
Set time zone.
<b>Example
<c> tzset("Europe/Stockholm");
</TOPIC>
<TOPIC> verify() <style> function
verify()
...
...
@@ -4074,6 +4091,7 @@ GetCurrentText() <t>Get selected text. <LINK> getcurrenttext()
GetCurrentObject() <t>Get selected object. <LINK> getcurrentobject()
get_pwr_config() <t>Get configuration values <LINK> get_pwr_config()
get_node_name() <t>Get node name <LINK> get_node_name()
getmsg() <t>Get status text. <LINK> getmsg()
EVEN() <t>Check if value is even. <LINK> EVEN()
ODD() <t>Check if value is odd. <LINK> ODD()
get_language() <t>Get the current language <LINK> get_language()
...
...
@@ -4228,6 +4246,21 @@ Returns the host name.
<c> name = get_node_name();
</TOPIC>
<TOPIC> getmsg() <style> function
getmsg()
string getmsg(int status)
<b>Description
Get the corresponding text for a status variable.
Returns the text.
<b>Example
<c> msg = getmsg(sts);
</TOPIC>
<TOPIC> EVEN() <style> function
EVEN()
...
...
src/doc/man/en_us/man_qcom.odt
View file @
7f170853
No preview for this file type
src/doc/man/en_us/man_qcom.pdf
View file @
7f170853
No preview for this file type
src/doc/man/sv_se/man_dg.dat
View file @
7f170853
...
...
@@ -10023,6 +10023,7 @@ PlcConnect() <LINK> plcconnect()
exit() <LINK> exit()
system() <LINK> system()
time() <LINK> time()
tzset() <LINK> tzset()
verify() <LINK> verify()
<h2>Diverse funktioner
...
...
@@ -10049,6 +10050,7 @@ SetIoDeviceData() <LINK> setiodevicedata()
GetVersion() <LINK> getversion()
get_pwr_config() <LINK> get_pwr_config()
get_node_name() <LINK> get_node_name()
getmsg() <LINK> getmsg()
EVEN() <LINK> EVEN()
ODD() <LINK> ODD()
...
...
@@ -10824,7 +10826,7 @@ int <t><t>Str
</TOPIC>
<TOPIC> strstr() <style> function
str
ch
r()
str
st
r()
int strstr( string str, string substr)
...
...
@@ -10904,6 +10906,7 @@ System funktioner
exit <t>Avsluta scriptet. <link> exit()
system <t>Exekvera ett shell kommando. <link> system()
time <t>Hämta systemtiden. <link> time()
tzset <t>Sätt tidszon. <link> tzset()
verify <t>Skriv ut exekverade rader. <link> verify()
</TOPIC>
...
...
@@ -10962,6 +10965,20 @@ Returnerar nuvarande tid i str
<c> t = time();
</TOPIC>
<TOPIC> tzset() <style> function
tzset()
string tzset( string timezone)
<b>Beskrivning
Sätt tidszon.
<b>Exempel
<c> tzset("Europe/Stockholm");
</TOPIC>
<TOPIC> verify() <style> function
verify()
...
...
@@ -11710,6 +11727,7 @@ SetIoDeviceData() <LINK> setiodevicedata()
GetVersion() <LINK> getversion()
get_pwr_config() <LINK> get_pwr_config()
get_node_name() <LINK> get_node_name()
getmsg() <LINK> getmsg()
EVEN() <LINK> EVEN()
ODD() <LINK> ODD()
</TOPIC>
...
...
@@ -12194,6 +12212,21 @@ Returnerar nodnamnet.
<c> name = get_node_name();
</TOPIC>
<TOPIC> getmsg() <style> function
getmsg()
string getmsg(int status)
<b>Beskrivning
Hämta texten för ett status värde.
Returnerar texten.
<b>Exempel
<c> msg = getmsg(sts);
</TOPIC>
<TOPIC> EVEN() <style> function
EVEN()
...
...
src/doc/man/sv_se/man_opg.dat
View file @
7f170853
...
...
@@ -2612,6 +2612,7 @@ GetRootList() <LINK> getrootlist()
exit() <LINK> exit()
system() <LINK> system()
time() <LINK> time()
tzset() <LINK> tzset()
verify() <LINK> verify()
<h2>Diverse funktioner
...
...
@@ -2623,6 +2624,7 @@ GetCurrentText() <LINK> getcurrenttext()
GetCurrentObject() <LINK> getcurrentobject()
get_pwr_config() <LINK> get_pwr_config()
get_node_name() <LINK> get_node_name()
getmsg() <LINK> getmsg()
EVEN() <LINK> EVEN()
ODD() <LINK> ODD()
get_language() <LINK> get_language()
...
...
@@ -3402,7 +3404,7 @@ int <t><t>Str
</TOPIC>
<TOPIC> strstr() <style> function
str
ch
r()
str
st
r()
int strstr( string str, string substr)
...
...
@@ -3482,6 +3484,7 @@ System funktioner
exit <t>Avsluta scriptet. <link> exit()
system <t>Exekvera ett shell kommando. <link> system()
time <t>Hämta systemtiden. <link> time()
tzset <t>Sätt tidszon. <link> tzset()
verify <t>Skriv ut exekverade rader. <link> verify()
</TOPIC>
...
...
@@ -3540,6 +3543,20 @@ Returnerar nuvarande tid i str
<c> t = time();
</TOPIC>
<TOPIC> tzset() <style> function
tzset()
string tzset( string timezone)
<b>Beskrivning
Sätt tidszon.
<b>Exempel
<c> tzset("Europe/Stockholm");
</TOPIC>
<TOPIC> verify() <style> function
verify()
...
...
@@ -3838,6 +3855,7 @@ GetCurrentText() <t>H
GetCurrentObject() <t>Hämta utvalt objekt. <LINK> getcurrentobject()
get_pwr_config() <t>Hämta konfigurations-värden <LINK> get_pwr_config()
get_node_name() <t>Hämta nodnamn <LINK> get_node_name()
getmsg() <t>Hämta text för status. <LINK> getmsg()
EVEN() <t>Testa om ett värde är jämnt. <LINK> EVEN()
ODD() <t>Testa om ett värde är udda. <LINK> ODD()
get_language() <t>Hämta nuvarande språk <LINK> get_language()
...
...
@@ -3993,6 +4011,21 @@ Returnerar nodnamnet.
<c> name = get_node_name();
</TOPIC>
<TOPIC> getmsg() <style> function
getmsg()
string getmsg(int status)
<b>Beskrivning
Hämta texten för ett status värde.
Returnerar texten.
<b>Exempel
<c> msg = getmsg(sts);
</TOPIC>
<TOPIC> EVEN() <style> function
EVEN()
...
...
src/doc/prm/src/doxygen.c
View file @
7f170853
...
...
@@ -99,7 +99,7 @@ subscriptions etc.
<td>Get the object identity of the next object in the list of
objects of a certain class.</td></tr>
<tr><td>gdh_GetPreviousObject()</td>
<td>Get the object identity of the previous ob
u
ect in the list
<td>Get the object identity of the previous ob
j
ect in the list
of objects of a certain class.</td></tr>
<tr><td>gdh_GetClassListAttrRef()</td>
<td>Get the attribute reference of the first object in the list
...
...
@@ -260,7 +260,7 @@ subscriptions etc.
<h3>Object alarm status</h3><h4> </h4>
<table border="1" cellspacing="0">
<tr><td>gdh_GetAlarmInfo()</td>
<td>Get the alarm status for a certai
o
n object.</td></tr>
<td>Get the alarm status for a certain object.</td></tr>
<tr><td>gdh_SetAlarmLevel()</td>
<td>This routine sets the alarm level for a certain object.</td></tr>
<tr><td>gdh_SetAlarmBlockLevel()</td>
...
...
@@ -280,6 +280,34 @@ subscriptions etc.
<td>Change the data of an object or attribute.</td></tr>
</table>
<h3>Threadsafe functions for times and strings</h3><h4> </h4>
<table border="1" cellspacing="0">
<tr><td>gdh_GetTimeDL()</td>
<td>Fetch a direct linked absolute time value.</td></tr>
<tr><td>gdh_SetTimeDL()</td>
<td>Store a direct linked absolute time value.</td></tr>
<tr><td>gdh_GetDeltaTimeDL()</td>
<td>Fetch a direct linked delta time value.</td></tr>
<tr><td>gdh_SetDeltaTimeDL()</td>
<td>Store a direct linked delta time value.</td></tr>
<tr><td>gdh_GetStrDL()</td>
<td>Fetch a direct linked string value.</td></tr>
<tr><td>gdh_SetStrDL()</td>
<td>Store a direct linked string value.</td></tr>
<tr><td>gdh_GetObjectInfoTime()</td>
<td>Fetch an absolute time value from an attribute.</td></tr>
<tr><td>gdh_SetObjectInfoTime()</td>
<td>Store a absolute time value from an attribute.</td></tr>
<tr><td>gdh_GetObjectInfoDeltaTime()</td>
<td>Fetch a delta time value from an attribute.</td></tr>
<tr><td>gdh_SetObjectInfoDeltaTime()</td>
<td>Store a delta time value from an attribute.</td></tr>
<tr><td>gdh_GetObjectInfoStr()</td>
<td>Fetch a string value from an attribute.</td></tr>
<tr><td>gdh_SetObjectInfoStr()</td>
<td>Store a string value from an attribute.</td></tr>
</table>
<h3>Translating between different object representations</h3><h4> </h4>
<table border="1" cellspacing="0">
<tr><td>gdh_ObjidToName()</td>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment