functionObjects::systemCall: Updated documentation
This commit is contained in:
@ -40,7 +40,7 @@ Description
|
|||||||
systemCall1
|
systemCall1
|
||||||
{
|
{
|
||||||
type systemCall;
|
type systemCall;
|
||||||
libs ("libsystemCall.so");
|
libs ("libutilityFunctionObjects.so");
|
||||||
...
|
...
|
||||||
executeCalls
|
executeCalls
|
||||||
(
|
(
|
||||||
@ -61,11 +61,11 @@ Description
|
|||||||
|
|
||||||
Usage
|
Usage
|
||||||
\table
|
\table
|
||||||
Property | Description | Required | Default value
|
Property | Description | Required | Default value
|
||||||
type | type name: systemCall | yes |
|
type | type name: systemCall | yes |
|
||||||
executeCalls | list of calls on execute | yes |
|
executeCalls | list of calls on execute | yes |
|
||||||
writeCalls | list of calls on write | yes |
|
writeCalls | list of calls on write | yes |
|
||||||
endCalls | list of calls on end | yes |
|
endCalls | list of calls on end | yes |
|
||||||
\endtable
|
\endtable
|
||||||
|
|
||||||
Note
|
Note
|
||||||
|
|||||||
Reference in New Issue
Block a user