Skip to content
Extraits de code Groupes Projets
Valider 8a8e03e3 rédigé par Eliah Rebstock's avatar Eliah Rebstock
Parcourir les fichiers

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
......@@ -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
{
......
......@@ -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 {
......
......@@ -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_);
......
#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 */
......
  • Maintainer

    Je pense que je vais retourner faire du Java...

0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter