Skip to content

Commit

Permalink
pv: notes about dynamic parameters for xavp to var funtions
Browse files Browse the repository at this point in the history
(cherry picked from commit e9a132a)
  • Loading branch information
miconda committed Aug 30, 2017
1 parent 83e529c commit 698d92d
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions src/modules/pv/doc/pv_admin.xml
Expand Up @@ -400,10 +400,16 @@ pv_xavp_print();
<function moreinfo="none">pv_var_to_xavp(varname, xname)</function>
</title>
<para>
Copy script variables values to a xavp.
Copy the script variable value into an xavp.
</para>
<para>
First parameter can be '*' in order to copy all script variables. Second parameter is the name of the destination xavp. If xavp already exists it will be reset first.
First parameter can be '*' in order to copy all script variables.
Second parameter is the name of the destination xavp.
If xavp already exists it will be reset first.
</para>
<para>
Both parameters can contain variables that are evaluated at
runtime.
</para>
<para>
Function can be used from ANY_ROUTE.
Expand Down Expand Up @@ -431,7 +437,11 @@ $xavp("ok[0]=>foo") now is "foo indeed"
<function moreinfo="none">pv_xavp_to_var(xname)</function>
</title>
<para>
Copy xavp values to vars. Reverse of pv_var_to_xavp().
Copy xavp values into vars. Reverse of pv_var_to_xavp().
</para>
<para>
Both parameters can contain variables that are evaluated at
runtime.
</para>
<para>
Function can be used from ANY_ROUTE.
Expand Down

0 comments on commit 698d92d

Please sign in to comment.