/fishlamp.timer/RTE/RTE.Communicator.e
Specman e | 23 lines | 17 code | 5 blank | 1 comment | 0 complexity | 1b208173aa255ccca13f19c59fd41f84 MD5 | raw file
1namespace RTE.Communicator; 2 3import e.types; 4import Communicator; 5import RTE; 6import RTE.Types; 7 8init(){ 9 Communicator::init(); 10} 11 12refresh(){ 13 Communicator::refresh(); 14} 15 16timeChanged(Time time){ 17 Communicator::timeChanged(time); 18} 19 20//outport 21dataReceived(uint8 d){ 22 RTE::Communicator_dataReceived(d); 23}