Logo
UNICENS V2.3.0-4567
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_DC_EndPoint_t
 Configuration structure of a default created EndPoint. More...
 
struct  Ucs_Rm_Atd_t
 Configuration structure to enable and setup the ATD module. More...
 
struct  Ucs_Rm_StaticConnection_t
 Configuration structure to enable the route for proxy channel use. 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,
  UCS_RM_EP_DC_SOURCE = 0x02U,
  UCS_RM_EP_DC_SINK = 0x03U
}
 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,
  UCS_RM_ROUTE_INFOS_ATD_UPDATE = 0x04U,
  UCS_RM_ROUTE_INFOS_ATD_ERROR = 0x05U
}
 This enumerator specifies the possible route information. More...
 

Detailed Description

Referred types used by Routing service functions.