File:Callback-notitle.svg

From testwiki
Jump to navigation Jump to search
Original file (SVG file, nominally 512 × 144 pixels, file size: 11 KB)
Render this image in .

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

Summary

Description This simple diagram made with Graphviz shows a callback function, including the application main program, a software library function and the callback function.
Date
Source Own work
Author TuukkaH
SVG development
InfoField
 The SVG code is valid.
 This chart was created with Graphviz.
  This file uses embedded text that can be easily translated using a text editor.
Source code
InfoField

Command line code

<callback.dot dot -Tsvg ┃ sed -e 's/<title>.*<\/title>//' >callback-notitle.svg

Data

Graphiz code
digraph Pipeline {
        rankdir=LR
        labeljust="l"
        style=filled
        color=lightgrey
        node [style=filled,fillcolor=white,color=white]
        subgraph clusterApplication {
                label="Application program"
                program [label="Main program",shape=rect]
                callback [label="Callback function"]
# invisible content to match layout with intention:
                edge [style=invis]
                node [style=invis,label="",width=0.01,height=0.01]
                program -> libpad
                libpad -> callback
        }

        subgraph clusterLibrary {
                margin="5,5"
                label="Software library"
                labelloc=b
                node [color=blue,fontcolor=blue]
                function [label="Library function"]
        }

        program -> function [label="calls"]
        function -> callback [label="calls"]
}

Licensing

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

20 April 2006

image/svg+xml

144 pixel

512 pixel

11,212 byte

3588c2fc81c481e317317083990e8310ecfed57e

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current01:30, 3 October 2024Thumbnail for version as of 01:30, 3 October 2024512 × 144 (11 KB)wikimediacommons>Dr. GreywolfFile uploaded using svgtranslate tool (https://svgtranslate.toolforge.org/). Added translation for yue.

The following page uses this file: