#include <const.h>
Inheritance diagram for const_real:


Public Member Functions | |
| const_real (void) | |
| void | set_real (float f) |
| const_real | |
| const float | get_real (void) |
| const uint | get_cn_kind (void) |
| shared virtual functions | |
Private Attributes | |
| float | real_val |
|
|
Definition at line 240 of file const.h. References real_val.
00240 { real_val = 0.0; }
|
|
|
shared virtual functions
Reimplemented from vhdl_const. Definition at line 249 of file const.h.
00249 { return cn_real; }
|
|
|
Reimplemented from vhdl_const. Definition at line 245 of file const.h. References real_val.
00246 {
00247 return real_val;
00248 }
|
|
|
const_real
Reimplemented from vhdl_const. Definition at line 241 of file const.h. References real_val.
00242 {
00243 real_val = f;
00244 }
|
|
|
Definition at line 237 of file const.h. Referenced by const_real(), get_real(), and set_real(). |
1.3.3