My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
logic_1.defs.h
Go to the documentation of this file.
1 /*
2  * logic_1.defs.h - device definition header
3  *
4  * This is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published by
6  * the Free Software Foundation; either version 2, or (at your option)
7  * any later version.
8  *
9  */
10 
11 #ifndef __logic_1_DEFS_H__
12 #define __logic_1_DEFS_H__
13 
14 // required properties
15 PROP_REQ [] = {
16  { "LEVEL", PROP_REAL, { 1, PROP_NO_STR }, PROP_NO_RANGE },
17  PROP_NO_PROP };
18 
19 // optional properties
20 PROP_OPT [] = {
21  { "Temp", PROP_REAL, { 26.85, PROP_NO_STR }, PROP_MIN_VAL (K) },
22  PROP_NO_PROP };
23 
24 // device definition
25 struct define_t logic_1::cirdef =
26  { "logic_1",
28 
29 #endif /* __logic_1_DEFS_H__ */