公告板
版本库
filestore
活动
搜索
登录
hicSDK
/
nvrServer
C++版本的nvr Server
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
move ipc
wangzhengquan
2020-06-16
794acdd7e45b2305f25fdddc6fd43e7648216807
[hicSDK/nvrServer.git]
/
device
/
include
/
netdisk_factory.h
1
2
3
4
5
6
7
8
9
#ifndef __NETDISK_FACTORY_H__
#define __NETDISK_FACTORY_H__
#include "netdisk.h"
class NetdiskFacotory {
public:
static Netdisk *create(std::string deviceType);
};
#endif