|
nns.c
1.0.1
Nanowire Network simulator
|
Defines the structure and comparison function for a device's datasheet. More...
Go to the source code of this file.
Classes | |
| struct | datasheet |
| Defines the static characteristics of the device. More... | |
Functions | |
| int | dscmp (const void *e1, const void *e2) |
| Compare two datasheets according to the number of nanowires, the size of their package and their creation seed. More... | |
Defines the structure and comparison function for a device's datasheet.
This file contains the definition of the datasheet struct, which summarizes static characteristics of the nanowire network. Additionally, it provides a method for the comparison of datasheets.
| int dscmp | ( | const void * | e1, |
| const void * | e2 | ||
| ) |
Compare two datasheets according to the number of nanowires, the size of their package and their creation seed.
| [in] | e1 | Pointer to the first element to compare. |
| [in] | e2 | Pointer to the second element to compare. |