MediaInfSystem.hpp
1
//
2
// Created by xiong on 2023/8/16.
3
//
4
5
#ifndef EMX_MediaInfSystem_HPP
6
#define EMX_MediaInfSystem_HPP
7
8
#include "media/common/MediaTypedef.hpp"
9
10
namespace
Emx
{
15
class
MediaInfSystem
{
16
public
:
18
struct
Param
{
19
bool
reserved
;
20
};
33
virtual
ErrCodeE
GetChipInfo
(std::string &info) = 0;
34
};
36
}
// namespace Emx
37
38
#endif
//EMX_MediaInfSystem_HPP
Emx::MediaInfSystem
系统接口
Definition:
MediaInfSystem.hpp:15
Emx::MediaInfSystem::GetChipInfo
virtual ErrCodeE GetChipInfo(std::string &info)=0
获取芯片信息
Emx::ErrCodeE
ErrCodeE
错误码定义
Definition:
EmxTypeDef.hpp:29
Emx
Definition:
EmxGpio.hpp:10
Emx::MediaInfSystem::Param
系统持久化参数
Definition:
MediaInfSystem.hpp:18
Emx::MediaInfSystem::Param::reserved
bool reserved
无
Definition:
MediaInfSystem.hpp:19