-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdsaApplProcSyncFcn.xml
More file actions
55 lines (52 loc) · 2.2 KB
/
dsaApplProcSyncFcn.xml
File metadata and controls
55 lines (52 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="utf-8"?>
<CustomFunctionType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="3.1" xmlns="urn:dSPACE:CustomFunctionTypeSchema">
<Systemidentification>
<SystemType Name="SCALEXIO"/>
</Systemidentification>
<Classifications>
<Classification Name="Application Process Sync" />
</Classifications>
<CustomFunctionBlock Name="Application Process Sync" Version="1" DistributorInformation="dSPACE GmbH">
<PhysicalLayerInterfaces>
<PhysicalLayerInterface Name="Physical Interface" Id="Layer1" >
<Features />
</PhysicalLayerInterface>
</PhysicalLayerInterfaces>
<ModelInterface>
<Functions>
<Function Name="Trigger" Id="Fcn1" IsMultipleTriggerable="true">
<DataPort Name="Send Trigger" Id="Fcn1_SendTrigger" Direction="In" DataType="UInt32" DefaultValue="0" Unit="" Width="1"/>
</Function>
</Functions>
<EventPorts>
<EventPort Name="Event Port" Id="event0" EventIdentifier="0" EventType="SW" />
</EventPorts>
<Parameters>
<Parameter DataType="UInt32" DefaultValue="100" Name="Key" Id="param1" Description="Key to identify the message queue"/>
</Parameters>
</ModelInterface>
<CModule Name="dsaApplProcSyncFcn">
<CFunction-Global Name="dsaApplProcSyncFcn_Create">
<Caller AccessPoint="Creation"/>
</CFunction-Global>
<CFunction-Global Name="dsaApplProcSyncFcn_Init">
<Caller AccessPoint="Init"/>
</CFunction-Global>
<CFunction-Global Name="dsaApplProcSyncFcn_Stop">
<Caller AccessPoint="Stop"/>
</CFunction-Global>
<CFunction-Global Name="dsaApplProcSyncFcn_Unload">
<Caller AccessPoint="Unload"/>
</CFunction-Global>
<CFunction-Global Name="dsaApplProcSyncFcn_Terminate">
<Caller AccessPoint="Terminate"/>
</CFunction-Global>
<CFunction-DataPort Name="dsaApplProcSyncFcnTrigger">
<Caller DataPortId="Fcn1_SendTrigger"/>
</CFunction-DataPort>
</CModule>
<MakeConfiguration>
<Artefact Name="dsinterruptdrv" Type="Library" />
</MakeConfiguration>
</CustomFunctionBlock>
</CustomFunctionType>