📄 cddevice.h
字号:
/*****************************************************************************//* *//* <C> STMicroelectronics - copyright information *//* *//* *//* COMMENT }DOCUMENTATION *//* File Name :: cddevice.h *//* Creation Date :: September 2005 *//* Author :: Ondrej Trubac *//* Version :: $Revision: 1.13 $ *//* Last change :: $Date: 2006/10/17 09:57:27 $ by $Author: trubac $ *//* Description :: CD operation *//* } *//*****************************************************************************//*************************************************** * * COPYRIGHT (C) ST Microelectronics 2005 * All Rights Reserved * **************************************************** * * STM CVS Log: * * $Log: cddevice.h,v $ * Revision 1.13 2006/10/17 09:57:27 trubac * new TOC info comparing * * Revision 1.12 2006/09/18 09:55:22 belardi * Corrected CVS keyword usage * * Revision 1.11 2006/09/18 09:24:02 belardi * Added Log CVS keyword into file header * * ***************************************************/#ifndef DEFINE_CDDEVICE_H#define DEFINE_CDDEVICE_H#include "accordoptypes.h" //"aptypes.h"#include "apdevsys.h"#include "xdefines.h"#define CD_FAIL_ON_READ_TIMEOUT 0x08typedef struct{ int status; int IsMultisession; uint32 LastSessionLba; DUID did;}CD_DeviceDescriptor;GRESULT CD_SetDeviceId(DUID id);t_XItem CD_LastSession(t_bool set_invalid_flag);int32 CD_LastSessionLBA(void);int32 CD_LastSessionLBAEndAddress(void);GRESULT CD_IsDISCIDValid(void);void CD_DiscardDISCID(void);void CD_UpdateTOCDISCID(void);void CD_UpdateDISCID(void);uint32 cddb_discid(void);void CD_UpdateTracksInfo(void);t_XItem CD_track_from_time(int32 lba);uint8 CD_get_bd_type(t_XItem track);uint8 CD_set_bd_type(t_XItem track, uint8 type);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -