Fitxer original(fitxer SVG, nominalment 512 × 144 píxels, mida del fitxer: 8 Ko)

Descripció a Commons

Resum

Descripció This simple diagram made with Graphviz shows a callback function, including the application main program, a software library function and the callback function.
Data
Font Treball propi
Autor TuukkaH
SVG genesis
InfoField
 
El codi font d'aquest SVG és vàlid.
 
Aquesta imatge vectorial ha estat creada amb Graphviz
 
 This file uses embedded text that can be easily translated using a text editor.
Codi font
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"]
}

Llicència

Public domain Jo, el titular del copyright d'aquesta obra, l'allibero al domini públic. Això s'aplica a tot el món.
En alguns països això pot no ser legalment possible, en tal cas:
Jo faig concessió a tothom del dret d'usar aquesta obra per a qualsevol propòsit, sense cap condició llevat d'aquelles requerides per la llei.

Llegendes

Afegeix una explicació d'una línia del que representa aquest fitxer

Elements representats en aquest fitxer

representa l'entitat

144 píxel

512 píxel

Historial del fitxer

Cliqueu una data/hora per veure el fitxer tal com era aleshores.

Data/horaMiniaturaDimensionsUsuari/aComentari
actual02:31, 29 nov 2018Miniatura per a la versió del 02:31, 29 nov 2018512 × 144 (8 Ko)Gherson2New arrow to show how the callback function is specified.
01:49, 12 feb 2018Miniatura per a la versió del 01:49, 12 feb 2018512 × 144 (2 Ko)Pat HawksTransparent background
01:45, 12 feb 2018Miniatura per a la versió del 01:45, 12 feb 2018512 × 144 (2 Ko)Pat HawksEliminate SVG errors
17:31, 21 abr 2012Miniatura per a la versió del 17:31, 21 abr 2012625 × 233 (5 Ko)Dirk Hünnigertext alignment
21:23, 20 abr 2006Miniatura per a la versió del 21:23, 20 abr 2006625 × 233 (2 Ko)TuukkaH{{Information| |Description=I made with Graphviz this simple diagram of a callback function, including the application main program, a software library function and the callback function. |Source=Own work. |Date=2006-04-20 |Author=User:TuukkaH |Permi

Les 2 pàgines següents utilitzen aquest fitxer:

Ús global del fitxer

Utilització d'aquest fitxer en altres wikis:

Metadades