darwin之角色管理

2021-08-13 07:58:08 字數 638 閱讀 2015

在rtspsession中,建立 qtss_roleparams    froleparams變數,該變數(聯合體)用來賦值模組的角色引數.

在rtspsession中,使用聯合體中froleparams.rtsprequestparams來設定rtsp角色引數

呼叫模組方法: 

模組的角色:

enum

;typedef uint32 qtss_role;

模組的引數:引數採用聯合體,所有需要引數的地方只需要建立qtss_roleparams物件即可.

typedef union

qtss_roleparams, *qtss_roleparamptr;

typedef struct 

qtss_standardrtsp_params;

許可權管理 角色管理

下面示圖為角色管理介面。在資料表 role 中,最少需要兩個字段 roleid 和 rolename project中所有角色在此介面進行管理。下面為表 role 結構,直接拷貝在sql server2008查詢分析器執行 et ansi nulls ongo setquoted identifie...

許可權管理 角色管理

下面示圖為角色管理介面。在資料表 role 中,最少需要兩個字段 roleid 和 rolename project中所有角色在此介面進行管理。下面為表 role 結構,直接拷貝在sql server2008查詢分析器執行 et ansi nulls ongo setquoted identifie...

oracle角色管理

建立角色 create role jsx admin identified by admin create role jsx query identified by query 為角色授權 grant create session to jsx admin grant insert,update,d...