![]() |
The AHA Model
Revision: 17463
Reference implementation 04 (HEDG02_04)
|
Perception of the ambient illumination. This is a very simple perception component, singular and static. More...
Public Member Functions | |
| procedure, public | init => percept_light_create_init |
Make en empty light perception component. See the_neurobio::percept_light_create_init(). More... | |
| procedure, public | get_current => percept_light_get_current |
Get the current perception of the illumination. See the_neurobio::percept_light_get_current(). More... | |
| procedure, public | set_current => percept_light_set_current |
Set the current light level into the perception component. See the_neurobio::percept_light_set_current(). More... | |
| procedure, public | destroy => percept_light_destroy_deallocate |
Destroy / deallocate light perception component. See the_neurobio::percept_light_destroy_deallocate(). More... | |
Public Attributes | |
| real(srp) | illumination |
Perception of the ambient illumination. This is a very simple perception component, singular and static.
Definition at line 400 of file m_neuro.f90.
| procedure, public the_neurobio::percept_light::init |
Make en empty light perception component. See the_neurobio::percept_light_create_init().
Definition at line 405 of file m_neuro.f90.
| procedure, public the_neurobio::percept_light::get_current |
Get the current perception of the illumination. See the_neurobio::percept_light_get_current().
Definition at line 408 of file m_neuro.f90.
| procedure, public the_neurobio::percept_light::set_current |
Set the current light level into the perception component. See the_neurobio::percept_light_set_current().
Definition at line 411 of file m_neuro.f90.
| procedure, public the_neurobio::percept_light::destroy |
Destroy / deallocate light perception component. See the_neurobio::percept_light_destroy_deallocate().
Definition at line 414 of file m_neuro.f90.
| real(srp) the_neurobio::percept_light::illumination |
Definition at line 401 of file m_neuro.f90.