Global¶
- group Global_route
route globals
lorem
Macros¶
- group Macros_route_h
Variables¶
- group Variables_route_h
API’s¶
- group Apis_route_h
Getters¶
- group Getters_route_h
Functions
-
CosmOS_GenericVoidType route_getRoutesFunc(CosmOS_RoutesConfigurationType *route, BitWidthType callId)¶
Get route func pointer.
- Parameters
route – [in] configuration pointer
BitWidthType – [in] callId
- Returns
CosmOS_GenericVoidType
-
BitWidthType *route_getRoutesIdToFunc(CosmOS_RoutesConfigurationType *route)¶
Get route routeIdToFunc pointer.
- Parameters
route – [in] configuration pointer
- Returns
BitWidthType *
-
BitWidthType route_getRoutesFuncId(CosmOS_RoutesConfigurationType *route, BitWidthType callId)¶
Get route function id.
- Parameters
route – [in] configuration pointer
BitWidthType – [in] callId
- Returns
BitWidthType
-
BitWidthType *route_getRoutesIdToEntity(CosmOS_RoutesConfigurationType *route)¶
Get route routeIdToEntity pointer.
- Parameters
route – [in] configuration pointer
- Returns
BitWidthType *
-
BitWidthType route_getRoutesEntityId(CosmOS_RoutesConfigurationType *route, BitWidthType callId)¶
Get route entity id.
- Parameters
route – [in] configuration pointer
BitWidthType – [in] callId
- Returns
BitWidthType
-
CosmOS_GenericVoidType route_getRoutesFunc(CosmOS_RoutesConfigurationType *route, BitWidthType callId)¶
Setters¶
- group Setters_route_h
General¶
- group General_route_h