MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / GetAppWholeName

Method GetAppWholeName

src/plugin/bus/src/AFCBusModule.cpp:209–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209const std::string AFCBusModule::GetAppWholeName(const int bus_id)
210{
211 AFBusAddr addr(bus_id);
212 std::string name = GetAppName(ARK_APP_TYPE(addr.app_type));
213 return (name + "-" + addr.ToString());
214}
215
216int AFCBusModule::CombineBusID(const ARK_APP_TYPE app_type, const uint8_t inst_id)
217{

Callers 2

RegisterToConsulMethod · 0.80
DeregisterFromConsulMethod · 0.80

Calls 2

ARK_APP_TYPEEnum · 0.85
ToStringMethod · 0.45

Tested by

no test coverage detected