nns.c  1.0.1
Nanowire Network simulator
datasheet.h
Go to the documentation of this file.
1 
11 #ifndef DATASHEET_H
12 #define DATASHEET_H
13 
15 typedef struct
16 {
19  double length_mean;
20  double length_std_dev;
26 } datasheet;
27 
35 int dscmp(const void* e1, const void* e2);
36 
37 #endif /* DATASHEET_H */
int dscmp(const void *e1, const void *e2)
Compare two datasheets according to the number of nanowires, the size of their package and their crea...
Definition: datasheet.c:3
Defines the static characteristics of the device.
Definition: datasheet.h:16
int package_size
Definition: datasheet.h:22
double length_mean
Average length of the nano-wires in µm.
Definition: datasheet.h:19
int wires_count
Definition: datasheet.h:17
int generation_seed
Definition: datasheet.h:24
double length_std_dev
Definition: datasheet.h:20