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

Add ids to interfaces and functions. More...

#include <UniqueIdChecker.h>

Public Types

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

Public Member Functions

void makeIdsUnique (erpcgen::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 ( erpcgen::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: