代码搜索:smcp
找到约 20 项符合「smcp」的源代码
代码结果 20
www.eeworm.com/read/453908/7403887
d smcp-timer.d
app/smcp-timer.d app/smcp-timer.o: ../app/smcp-timer.c \
../app/smcp-timer.h ../app/smcp-message-factory.h ../app/smcp-clpu.h
../app/smcp-timer.h:
../app/smcp-message-factory.h:
../app/smcp-clpu.
www.eeworm.com/read/453908/7403877
xgp-smcp-clpu
www.eeworm.com/read/453908/7403880
d smcp-clpu.d
app/smcp-clpu.d app/smcp-clpu.o: ../app/smcp-clpu.c \
../app/smcp-message-factory.h ../app/smcp-clpu.h ../app/remote-proxy.h \
../app/communication-interface.h ../app/smcp-timer.h
../app/smcp-mes
www.eeworm.com/read/453908/7403884
o smcp-clpu.o
www.eeworm.com/read/453908/7403888
o smcp-timer.o
www.eeworm.com/read/453908/7403893
h smcp-clpu.h
#ifndef SMCP_CLPU_H_
#define SMCP_CLPU_H_
enum{
INIT_STATUS = 1,
INS_STATUS =2,
OUTS_STATUS = 3,
RESET_STATUS = 4
};
enum{
CSWU = 0x01,
MHPU = 0x02,
CLPU = 0x03,
RRU
www.eeworm.com/read/453908/7403898
c smcp-clpu.c
#include "smcp-message-factory.h"
#include "smcp-clpu.h"
#include "remote-proxy.h"
#include "communication-interface.h"
#include "smcp-timer.h"
#include "remote-proxy.h"
#include
#include
www.eeworm.com/read/453908/7403899
c smcp-timer.c
#include "smcp-timer.h"
#include "smcp-message-factory.h"
static timer_t smcp_timers[CURNET_TIMER_NUM];
int smcp_create_timers()
{
int i;
for (i = 0; i < CURNET_TIMER_NUM; i++)
{
www.eeworm.com/read/453908/7403900
h smcp-timer.h
#ifndef SMCP_TIMER_H_
#define SMCP_TIMER_H_
#include
#include
#include
#include
#include
#define CURNET_TIMER_NUM 0x09
enum {
SEND_B
www.eeworm.com/read/155685/11854366