Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
diglog
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Wiki externe
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Extraits de code
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Déploiement
Releases
Registre de conteneurs
Registre de modèles
Opération
Environnements
Surveillance
Incidents
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse CI/CD
Données d'analyse du dépôt
Expériences du modèle
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté GitLab
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
Etienne BRATEAU
diglog
Validations
8a8e03e3
Valider
8a8e03e3
rédigé
Il y a 6 ans
par
Eliah Rebstock
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
Try moving stuff around
parent
8bd6180a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Pipeline
#1539
en échec
Il y a 6 ans
Étape : build
Modifications
4
Pipelines
1
Afficher les modifications d'espaces
En ligne
Côte à côte
Affichage de
4 fichiers modifiés
include/logdef.h
+2
-21
2 ajouts, 21 suppressions
include/logdef.h
include/logstructs.h
+5
-0
5 ajouts, 0 suppression
include/logstructs.h
include/tool.h
+6
-0
6 ajouts, 0 suppression
include/tool.h
include/wire.h
+3
-0
3 ajouts, 0 suppression
include/wire.h
avec
16 ajouts
et
21 suppressions
include/logdef.h
+
2
−
21
Voir le fichier @
8a8e03e3
...
...
@@ -225,8 +225,6 @@ typedef struct log_pinposrec {
short
x
,
y
;
}
log_pinposrec
;
typedef
struct
log_nrec
log_nrec
;
/* Node */
typedef
struct
log_sigrec
{
char
*
name
;
unsigned
f
:
1
,
keep
:
1
,
f5
:
1
,
f4
:
1
,
f3
:
1
,
f2
:
1
,
f1
:
1
,
f0
:
1
;
...
...
@@ -261,24 +259,7 @@ typedef struct log_colorrec {
popupsel
,
redword
,
blueword
,
vlsicut
;
}
log_colorrec
;
typedef
struct
log_tool
{
char
name
[
17
];
void
(
*
proc
)
(
struct
log_action_t
*
act
);
char
*
fname
,
*
comment
;
char
*
shortname
;
unsigned
ready
:
1
,
simulator
:
1
,
keep
:
1
,
nostatus
:
1
,
tstepflag
:
1
;
uchar
simtype
;
double
nexttstep
;
strlist_t
*
nlbl
,
*
hlbl
;
short
nnumattrs
,
hnumattrs
;
log_kattrrec
*
nattr
,
*
hattr
;
na_long
info
;
struct
log_tool
*
next
;
long
netstamp
;
/* Changes to circuit network */
double
deltatime
;
}
log_tool
;
typedef
enum
enum
log_actionkinds
{
act_init
,
act_endinit
,
...
...
@@ -332,7 +313,7 @@ typedef enum
act_gennode
,
act_genkind
,
act_gengate
}
log_actionkinds
;
}
typedef
struct
log_hooks_t
{
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
include/logstructs.h
+
5
−
0
Voir le fichier @
8a8e03e3
...
...
@@ -2,6 +2,11 @@
#include
"settings.h"
#include
"logdef.h"
#include
"wire.h"
#include
"tool.h"
#include
"gate.h"
#include
"page.h"
#include
"box.h"
/** ??? */
typedef
struct
descrec
{
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
include/tool.h
+
6
−
0
Voir le fichier @
8a8e03e3
...
...
@@ -2,6 +2,9 @@
#include
"logdef.h"
typedef
struct
log_action_t
log_action_t
;
typedef
struct
log_kattrrec
log_kattrrec
;
typedef
struct
log_tool
{
char
name
[
17
];
void
(
*
proc
)
(
log_action_t
*
act
);
...
...
@@ -19,6 +22,9 @@ typedef struct log_tool {
double
deltatime
;
}
log_tool
;
typedef
struct
log_grec
log_grec
;
typedef
struct
log_nrec
log_nrec
;
typedef
struct
log_krec
log_krec
;
void
newtool
(
log_tool
**
t
,
char
*
name
);
log_tool
*
findtool
(
char
*
name_
);
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
include/wire.h
+
3
−
0
Voir le fichier @
8a8e03e3
#pragma once
#include
"logdef.h"
#include
"node.h"
typedef
struct
log_nrec
log_nrec
;
typedef
struct
log_hwrec
{
short
x1
,
x2
,
y
;
/* Position of wire */
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
Eliah REBSTOCK
@rebstock2015
·
Il y a 6 ans
Maintainer
Je pense que je vais retourner faire du Java...
Je pense que je vais retourner faire du Java...
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter