eRPC Generator (erpcgen)
Rev. 1.12.0
NXP Semiconductors
|
Add ids to interfaces and functions. More...
#include <UniqueIdChecker.hpp>
Public Types | |
typedef std::pair< int, std::string > | idAndName_t |
Public Member Functions | |
void | makeIdsUnique (InterfaceDefinition &def) |
This function will set unique id numbers for functions and interfaces. More... | |
Add ids to interfaces and functions.
typedef std::pair<int, std::string> erpcgen::UniqueIdChecker::idAndName_t |
Pair id of function/interface with name.
void UniqueIdChecker::makeIdsUnique | ( | InterfaceDefinition & | def | ) |
This function will set unique id numbers for functions and interfaces.
[in] | def | Interface definition variable. |