Jetson Linux API 参考

32.7.4 版本
Argus::Request 类参考抽象类

详细描述

定义于文件 Request.h 的第 48 行。

Argus::Request 的继承关系图
Argus::Request 的协作图

公共成员函数

virtual InterfacegetInterface (const InterfaceID &interfaceId)=0
 获取由 interfaceId 指定的接口。 更多...
 
virtual void destroy ()=0
 销毁此对象。 更多...
 

受保护成员函数

 ~Request ()
 

构造函数 & 析构函数文档

◆ ~Request()

Argus::Request::~Request ( )
inlineprotected

定义于文件 Request.h 的第 51 行。

成员函数文档

◆ destroy()

virtual void Argus::Destructable::destroy ( )
纯虚函数继承自

销毁此对象。

在调用此函数后,客户端不能再对此对象进行任何调用。

◆ getInterface()

virtual Interface* Argus::InterfaceProvider::getInterface ( const InterfaceID interfaceId)
纯虚函数继承自

获取由 interfaceId 指定的接口。

返回值
请求接口的一个实例,如果该接口不可用,则返回 NULL。

引用自 Argus::interface_cast()


此类的文档由以下文件生成
. All rights reserved.