vxworks中的demo

源代码在线查看: client.h

软件大小: 655 K
上传用户: fairbank
关键词: vxworks demo
下载地址: 免注册下载 普通下载 VIP

相关代码

				/* client.h - UDP client header file */								/* Copyright 1984-1997 Wind River Systems, Inc. */								/*				modification history				--------------------				01b,06nov97,mm   added copyright.				01a,10feb94,ms   cleaned up for VxDemo.				*/								/* client executes on UNIX side */								#define SERVER_INET_ADDR "147.11.41.154"  /* VxWorks target inet address */				#define REPLY_MSG_SIZE (500)								/* for VxWorks look alike code */								#define ERROR (-1)				#define TRUE (1)				#define FALSE (0)											

相关资源