Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetInterface mbed-rtos
RTnoProfile.h
00001 #ifndef RTNO_PROFILE_HEADER_INCLUDED 00002 #define RTNO_PROFILE_HEADER_INCLUDED 00003 00004 #include <stdint.h> 00005 #include "RTno.h" 00006 00007 #include "InPort.h" 00008 #include "OutPort.h" 00009 00010 00011 void RTnoProfile_init(); 00012 int RTnoProfile_addInPort(PortBase* port); 00013 int RTnoProfile_addOutPort(PortBase* port); 00014 00015 PortBase* RTnoProfile_getInPort(const char* name, uint8_t nameLen); 00016 PortBase* RTnoProfile_getOutPort(const char* name, uint8_t nameLen); 00017 PortBase* RTnoProfile_getInPortByIndex(const uint8_t i); 00018 PortBase* RTnoProfile_getOutPortByIndex(const uint8_t i); 00019 00020 int RTnoProfile_getNumInPort(); 00021 int RTnoProfile_getNumOutPort(); 00022 00023 #endif 00024
Generated on Fri Jul 22 2022 21:22:49 by
1.7.2