Logo
UNICENS V2.1.0-3491
User Manual and API Reference

Referred types used by Routing service functions. More...

Data Structures

struct  Ucs_Rm_Node_t
 Configuration structure of a Node. More...
 
struct  Ucs_Rm_EndPoint_t
 Configuration structure of a Connection EndPoint. More...
 
struct  Ucs_Rm_Route_t
 Configuration structure of a Route. More...
 

Enumerations

enum  Ucs_Rm_EndPointType_t {
  UCS_RM_EP_SOURCE = 0x00U,
  UCS_RM_EP_SINK = 0x01U
}
 This enumerator specifies the type of an EndPoint object. More...
 
enum  Ucs_Rm_RouteInfos_t {
  UCS_RM_ROUTE_INFOS_BUILT = 0x00U,
  UCS_RM_ROUTE_INFOS_DESTROYED = 0x01U,
  UCS_RM_ROUTE_INFOS_SUSPENDED = 0x02U,
  UCS_RM_ROUTE_INFOS_PROCESS_STOP = 0x03U
}
 This enumerator specifies the possible route information returned via User callback function of Ucs_Rm_Start(). More...
 

Detailed Description

Referred types used by Routing service functions.