eRPC Generator (erpcgen)  Rev. 1.12.0
NXP Semiconductors
erpcgen::UniqueIdChecker Class Reference

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...
 

Detailed Description

Add ids to interfaces and functions.

Member Typedef Documentation

typedef std::pair<int, std::string> erpcgen::UniqueIdChecker::idAndName_t

Pair id of function/interface with name.

Member Function Documentation

void UniqueIdChecker::makeIdsUnique ( InterfaceDefinition def)

This function will set unique id numbers for functions and interfaces.

Parameters
[in]defInterface definition variable.

The documentation for this class was generated from the following files: