| 87 | *****************************************************************************/ |
| 88 | |
| 89 | ITopicHandler** TopicHandlers::getList(uint8_t& count) |
| 90 | { |
| 91 | count = UTIL_ARRAY_NUM(gList); |
| 92 | |
| 93 | return gList; |
| 94 | } |
| 95 | |
| 96 | /****************************************************************************** |
| 97 | * Local Functions |
nothing calls this directly
no outgoing calls
no test coverage detected