vdr
2.2.0
|
#include <errno.h>
#include <stdint.h>
#include <string.h>
#include <sys/ioctl.h>
#include "hdffcmd.h"
#include "hdffcmd_base.h"
#include "hdffcmd_defs.h"
Go to the source code of this file.
Functions | |
int | HdffCmdGetFirmwareVersion (int OsdDevice, uint32_t *Version, char *String, uint32_t MaxLength) |
int | HdffCmdGetInterfaceVersion (int OsdDevice, uint32_t *Version, char *String, uint32_t MaxLength) |
int | HdffCmdGetCopyrights (int OsdDevice, uint8_t Index, char *String, uint32_t MaxLength) |
int HdffCmdGetCopyrights | ( | int | OsdDevice, |
uint8_t | Index, | ||
char * | String, | ||
uint32_t | MaxLength | ||
) |
Definition at line 123 of file hdffcmd_generic.c.
References BitBuffer_Init(), BitBuffer_SetBits(), osd_raw_cmd_s::cmd_data, osd_raw_cmd_s::cmd_len, HDFF_MSG_GEN_GET_COPYRIGHTS, HDFF_MSG_GROUP_GENERIC, HDFF_MSG_TYPE_COMMAND, HdffCmdBuildHeader(), HdffCmdSetLength(), OSD_RAW_CMD, osd_raw_cmd_s::result_data, and osd_raw_cmd_s::result_len.
Referenced by HDFF::cHdffCmdIf::CmdGetCopyrights().
int HdffCmdGetFirmwareVersion | ( | int | OsdDevice, |
uint32_t * | Version, | ||
char * | String, | ||
uint32_t | MaxLength | ||
) |
Definition at line 33 of file hdffcmd_generic.c.
References BitBuffer_Init(), osd_raw_cmd_s::cmd_data, osd_raw_cmd_s::cmd_len, HDFF_MSG_GEN_GET_FIRMWARE_VERSION, HDFF_MSG_GROUP_GENERIC, HDFF_MSG_TYPE_COMMAND, HdffCmdBuildHeader(), HdffCmdSetLength(), OSD_RAW_CMD, osd_raw_cmd_s::result_data, and osd_raw_cmd_s::result_len.
Referenced by HDFF::cHdffCmdIf::CmdGetFirmwareVersion().
int HdffCmdGetInterfaceVersion | ( | int | OsdDevice, |
uint32_t * | Version, | ||
char * | String, | ||
uint32_t | MaxLength | ||
) |
Definition at line 78 of file hdffcmd_generic.c.
References BitBuffer_Init(), osd_raw_cmd_s::cmd_data, osd_raw_cmd_s::cmd_len, HDFF_MSG_GEN_GET_INTERFACE_VERSION, HDFF_MSG_GROUP_GENERIC, HDFF_MSG_TYPE_COMMAND, HdffCmdBuildHeader(), HdffCmdSetLength(), OSD_RAW_CMD, osd_raw_cmd_s::result_data, and osd_raw_cmd_s::result_len.
Referenced by HDFF::cHdffCmdIf::CmdGetInterfaceVersion().