/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

  1. namespace RTE.Communicator;
  2. import e.types;
  3. import Communicator;
  4. import RTE;
  5. import RTE.Types;
  6. init(){
  7. Communicator::init();
  8. }
  9. refresh(){
  10. Communicator::refresh();
  11. }
  12. timeChanged(Time time){
  13. Communicator::timeChanged(time);
  14. }
  15. //outport
  16. dataReceived(uint8 d){
  17. RTE::Communicator_dataReceived(d);
  18. }