0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

sequence

Posted at
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>test.log</title>
    <script type="module">
        import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs';
        mermaid.initialize({ startOnLoad: true });
    </script>
</head>
<body>
    <div class="mermaid">
        sequenceDiagram
            participant T1 as XXX制御
            participant S1 as shm_req
            participant S2 as shm_res
            autonumber
            T1->>S1: 111.111: A=0,B=1,C=0
            Note right of T1: counter = 0<br>aaa = 0<br>ccc=0
            S2->>T1: 111.222: value = 0
    </div>
</body>
</html>
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?