代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/173623/9646924
h itf_brewhallframe.h
#include "Itf_BrewCanvas.h"
#include "global.h"
struct IBrewHallFrame{
virtual void Release() = 0;
virtual UINT16 sitDown(UINT8 tableId, UINT8 seatId, UINT8 action) = 0;
virtual UINT16 st
www.eeworm.com/read/173623/9646936
h itf_brewgame.h
#include "BrewDefine.h"
#include "Itf_MessageReader.h"
#include "global.h"
struct IBrewGame{
virtual void setGameFrame(IBrewGameFrame *f) = 0;
virtual UINT16 getCurrentGameId() = 0;
virt
www.eeworm.com/read/173623/9646955
h itf_brewhall.h
#include "BrewDefine.h"
#include "global.h"
struct IBrewHall{
virtual void setHallFrame(IBrewHallFrame *f) = 0;
virtual void onGetRoomList(UINT16 gameId, UINT16 serverId, UINT16 num, struct
www.eeworm.com/read/173623/9646966
h itf_brewgameframe.h
#include "Itf_BrewCanvas.h"
#include "Itf_MessageWriter.h"
#include "global.h"
struct IBrewGameFrame{
virtual void Release() = 0;
virtual UINT16 standUp() = 0;
virtual UINT16 escape() =
www.eeworm.com/read/173623/9647042
h itf_brewloginframe.h
#include "Itf_BrewCanvas.h"
#include "global.h"
struct IBrewLoginFrame{
virtual void Release() = 0;
virtual UINT16 getGameList() = 0;
virtual UINT16 getServerList(UINT16 gameId) = 0;
v
www.eeworm.com/read/173623/9647044
h itf_brewlogin.h
#include "BrewDefine.h"
#include "global.h"
struct IBrewLogin{
virtual void setLoginFrame(IBrewLoginFrame *f) = 0;
virtual void onGetGameList(UINT16 num, struct GameItemStruct *gItem) = 0;
www.eeworm.com/read/173623/9647069
h brewlogin.h
/*===========================================================================
FILE: BrewLogin.h
===========================================================================*/
#ifndef BREWLOGIN_H
www.eeworm.com/read/369456/9647752
i main.i
#line 1 "src\\main.c"
#line 1 "src\\config.h"
typedef unsigned char uint8;
typedef
www.eeworm.com/read/369456/9647829
i drv_uart.i
#line 1 "src\\drv_uart.c"
#line 1 "src\\config.h"
typedef unsigned char uint8;
typedef signed char i
www.eeworm.com/read/173485/9655410
c globle.c
/****************************************************************************
* 文件名:globle.C
* 功能:全局功能函数及变量定义
****************************************************************************/
#include