Skip to content

Commit

Permalink
Removed service sequences from QE
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzO02 committed Jun 26, 2024
1 parent 78118dd commit 824b95e
Showing 1 changed file with 0 additions and 65 deletions.
65 changes: 0 additions & 65 deletions data/typelibrary/io-1.0.0/typelib/QE.fbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,69 +39,4 @@
<VarDeclaration Name="STATUS" Type="STRING" Comment="Service Status"/>
</OutputVars>
</InterfaceList>
<Service RightInterface="RESOURCE" LeftInterface="APPLICATION" Comment="Output service interface function block for event output data">
<ServiceSequence Name="normal_establishment" Comment="">
<ServiceTransaction>
<InputPrimitive Interface="APPLICATION" Event="INIT+" Parameters="PARAMS"/>
<OutputPrimitive Interface="APPLICATION" Event="INITO+" Parameters="PARAMS"/>
</ServiceTransaction>
</ServiceSequence>
<ServiceSequence Name="unsuccessful_establishment" Comment="">
<ServiceTransaction>
<InputPrimitive Interface="APPLICATION" Event="INIT+" Parameters="PARAMS"/>
<OutputPrimitive Interface="APPLICATION" Event="INITO-" Parameters="STATUS"/>
</ServiceTransaction>
</ServiceSequence>
<ServiceSequence Name="request_confirm" Comment="">
<ServiceTransaction>
<InputPrimitive Interface="APPLICATION" Event="REQ+" Parameters="SD"/>
<OutputPrimitive Interface="APPLICATION" Event="CNF+" Parameters="RD"/>
</ServiceTransaction>
</ServiceSequence>
<ServiceSequence Name="request_inhibited" Comment="">
<ServiceTransaction>
<InputPrimitive Interface="APPLICATION" Event="REQ-" Parameters="SD"/>
<OutputPrimitive Interface="APPLICATION" Event="CNF-" Parameters="STATUS"/>
</ServiceTransaction>
</ServiceSequence>
<ServiceSequence Name="request_error" Comment="">
<ServiceTransaction>
<InputPrimitive Interface="APPLICATION" Event="REQ+" Parameters="SD"/>
<OutputPrimitive Interface="APPLICATION" Event="CNF-" Parameters="STATUS"/>
</ServiceTransaction>
</ServiceSequence>
<ServiceSequence Name="indication_response" Comment="">
<ServiceTransaction>
<InputPrimitive Interface="RESOURCE" Event="indicate" Parameters="RD"/>
<OutputPrimitive Interface="APPLICATION" Event="IND+" Parameters="RD"/>
</ServiceTransaction>
<ServiceTransaction>
<InputPrimitive Interface="APPLICATION" Event="RSP" Parameters="QI,SD"/>
<OutputPrimitive Interface="RESOURCE" Event="response" Parameters="QI,SD"/>
</ServiceTransaction>
</ServiceSequence>
<ServiceSequence Name="indication_inhibited" Comment="">
<ServiceTransaction>
<InputPrimitive Interface="RESOURCE" Event="indicate" Parameters="RD,QI=FALSE"/>
<OutputPrimitive Interface="RESOURCE" Event="inhibited"/>
</ServiceTransaction>
</ServiceSequence>
<ServiceSequence Name="error_indication" Comment="">
<ServiceTransaction>
<InputPrimitive Interface="RESOURCE" Event="error" Parameters="STATUS"/>
<OutputPrimitive Interface="APPLICATION" Event="IND-" Parameters="STATUS"/>
</ServiceTransaction>
</ServiceSequence>
<ServiceSequence Name="application_initiated_termination" Comment="">
<ServiceTransaction>
<InputPrimitive Interface="APPLICATION" Event="INIT-"/>
<OutputPrimitive Interface="APPLICATION" Event="INITO-" Parameters="STATUS"/>
</ServiceTransaction>
</ServiceSequence>
<ServiceSequence Name="resource_initiated_termination" Comment="">
<ServiceTransaction>
<OutputPrimitive Interface="APPLICATION" Event="INITO-" Parameters="STATUS"/>
</ServiceTransaction>
</ServiceSequence>
</Service>
</FBType>

0 comments on commit 824b95e

Please sign in to comment.