/fishlamp.timer/RTE/RTE.Communicator.e
http://github.com/gbalage/fishlamptimer · Specman e · 23 lines · 17 code · 5 blank · 1 comment · 0 complexity · 1b208173aa255ccca13f19c59fd41f84 MD5 · raw file
- namespace RTE.Communicator;
-
- import e.types;
- import Communicator;
- import RTE;
- import RTE.Types;
-
- init(){
- Communicator::init();
- }
-
- refresh(){
- Communicator::refresh();
- }
-
- timeChanged(Time time){
- Communicator::timeChanged(time);
- }
-
- //outport
- dataReceived(uint8 d){
- RTE::Communicator_dataReceived(d);
- }