Translations:Bluetooth/10/es: Difference between revisions

From ARIS
Jump to navigation Jump to search
Merce (talk | contribs)
Created page with "==Estados== <div style="float:right; margin: 0px 0px 0px 0px"> <graphviz border='frame' format='svg' caption='ARIS Bluetooth states'> digraph StatesDiagram { node [shape=rectangle style=rounded fontsize="9pt"]; edge [fontsize="7pt"]; //----- Main graph // Nodes Begin [label="" shape="circle" style=filled fillcolor=black fixedsize=true width=0.2 height=0.2]; Waiting [label="Waiting"]; TransferingWorklist [label="Transfering Worklist"]; ReceivingI..."
 
Alberto (talk | contribs)
Replaced content with "==Estados=="
Tag: Replaced
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Estados==
==Estados==
<div style="float:right; margin: 0px 0px 0px 0px">
<graphviz border='frame' format='svg' caption='ARIS Bluetooth states'>
digraph StatesDiagram {
  node [shape=rectangle style=rounded fontsize="9pt"];
  edge [fontsize="7pt"];
  //----- Main graph
    // Nodes
    Begin [label="" shape="circle" style=filled fillcolor=black fixedsize=true width=0.2 height=0.2];
    Waiting [label="Waiting"];
    TransferingWorklist [label="Transfering Worklist"];
    ReceivingImages [label="Receiving Images"];
    ExecutingModel [label="Executing Model"];
    End [label="" shape="doublecircle" style=filled fillcolor="black" fixedsize=true width=0.2 height=0.2];
    // Edges
    Begin -> Waiting [label="Enable Bluetooth"]; // [constraint=false];
    Waiting -> TransferingWorklist  [label="Mobile request"];
    TransferingWorklist -> Waiting; //  [constraint=false];
    Waiting -> ReceivingImages  [label="Mobile request"];
    ReceivingImages -> Waiting; //  [constraint=false];
    ReceivingImages -> ExecutingModel  [label="Last image of a test"];
    ExecutingModel -> ReceivingImages; //  [constraint=false];
    Waiting -> End [label="Disable Bluetooth"]; // [constraint=false];

Latest revision as of 14:48, 2 February 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Bluetooth)
==States==

Estados