My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ha1b.defs.h
Go to the documentation of this file.
1 /*
2  * ha1b.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 __ha1b_DEFS_H__
12 #define __ha1b_DEFS_H__
13 
14 // required properties
15 PROP_REQ [] = {
16  { "TR", PROP_REAL, { 6, PROP_NO_STR }, PROP_RNGII (1.0, 20.0) },
17  { "Delay", PROP_REAL, { 1e-9, PROP_NO_STR }, PROP_MIN_VAL (0) },
18  PROP_NO_PROP };
19 
20 // optional properties
21 PROP_OPT [] = {
22  { "Temp", PROP_REAL, { 26.85, PROP_NO_STR }, PROP_MIN_VAL (K) },
23  PROP_NO_PROP };
24 
25 // device definition
26 struct define_t ha1b::cirdef =
27  { "ha1b",
29 
30 #endif /* __ha1b_DEFS_H__ */