代码拉取完成,页面将自动刷新
同步操作将从 pengrui_2009/tdcmsg 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
/*
* config.h
*
* the config file
*
* Copyright (C) 2002-2003 Stephen Rothwell, IBM Corporation
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef CONFIG_H_
#define CONFIG_H_
/*************************************************
driver config
*************************************************/
//Version Conf
#define CFG_ADAPTER_VER1 1
#define CFG_ADAPTER_VER2 6
//Debug Conf
//#define CFG_DEBUG 1
#ifdef CFG_DEBUG
#define CFG_DEBUG_DIN
#define CFG_DEBUG_PULSE
#define CFG_DEBUG_POWERCHECK
#define CFG_DEBUG_ADC
#define CFG_DEBUG_RTC
#define CFG_DEBUG_TIMER
#define CFG_DEBUG_GPIO
#define CFG_DEBUG_COMPORT
#define CFG_DEBUG_NET
#define CFG_DEBUG_GSERIAL
#define CFG_DEBUG_THREAD
#define CFG_DEBUG_MSG
#endif
//net module
#define CFG_NET_MODULE 1
#define CFG_NET_TIMEOUT 3 //connect timeout
#define CFG_NET_SERVPORT 3333 //port num
#define CFG_NET_BACKLOG 8 //queue
#define CFG_NET_MAXSIZE 8 //max client num:64
//comport module
#define CFG_COMPORT_MODULE 1 //open or not
//file module
#define CFG_FILE_MODULE 1 //open or not
//thread cfg module
#define CFG_THREAD_MODULE 1 //open or not
#define CFG_THREAD_MAX 32 //the max thead count
//message module
#define CFG_MSG_MODULE 1 //open or not
#define CFG_MSG_MAX 32 //max message num
#define CFG_MSG_SIZE 64 //max message count of one message
//timer module
#define CFG_TIMER_MODULE 1
//DSRC
#define CFG_DSRC_MODULE 1
//debug config
#define CFG_DEBUG_LOG_SIZE 1024
/*************************************************
framework config
*************************************************/
//mesage control conf
#define CFG_MESSAGE_SUBSCRIBE_MAX 16 //the max subscribe count of one message
#define CFG_MESSAGE_TYPE_MAX 300 //message type
//systime control conf
#define CFG_SYSTIME_RTCERR_MAX 3 //
#define CFG_SYSTIME_AUTOSET_EN 1 //
#define CFG_SYSTIME_TIMER_MAX 64 //
//system supervisor
#define CFG_SUPERVISOR_PERIOD 2 //system supervisor period
#define CFG_SUPERVISOR_DEADLINE 120 //system reset count
#define CFG_SUPERVISOR_LIMIT 10 //supervisor count
//framework init confg
#define CFG_FRAMEWORK_THREAD_MAX 32 //the max thead num
#define CFG_FRAMEWORK_MODULE_MAX 32 //the max module num
/*************************************************
device conf
*************************************************/
//comport stream device
#define CFG_DSTREAM_DEVICE 1
#define CFG_DSTREAM_BUF_SIZE 256 //
#define CFG_DSTREAM_BUF_NUM 8 //
//network device
#define CFG_ETHER_DEVICE 1
#define CFG_ETHER_BUF_SIZE 2000 //
#define CFG_ETHER_BUF_NUM 8 //
//GPS device conf
#define CFG_GPS_DEVICE 1
#define CFG_GPS_DEV "/dev/ttymxc3"
/*************************************************
module conf
*************************************************/
#define MODULE_CFG_FILE "./module.conf"
//V2X comunication param
/// Maximum length of option lists
#define V2X_OPTS_MAXFILENAMELENGTH (512)
/// Default channel number
#define V2X_OPTS_CHAN_DEFAULT (182)
#define V2X_OPTS_GPS_FREQ_DEFAULT (5)
#define V2X_OPTS_DATARATE_DEFAULT (12)
#define V2X_OPTS_TXPWR_DEFAULT (23)
#define V2X_DEVICE_TYPE_OBU 0
#define V2X_DEVICE_TYPE_RSU 1
#define V2X_DEVICE_TYPE_DEFAULT V2X_DEVICE_TYPE_OBU
#define V2X_CLOUD_SERVER_PORT_DEFAULT 8038
#define V2X_CLOUD_SERVER_IP_DEFAULT "10.136.9.199"
#define V2X_OPTS_RSU_ID_DEFAULT 0
#define V2X_VEHICLE_TCP_IPADDR_DEFAULT "192.168.1.102"
#define V2X_VEHICLE_TCP_IPPORT_DEFAULT 9999
/* v2x message header flag */
#define V2X_TCP_COM_MSG_FLAG 0xFE
#define V2X_COM_HEART_BEAT_FLAG 0xFD
#define V2X_COM_HB_COUNT_DEFAULT 120
#define V2X_COM_MSG_LENGTH_MAX 2000
#endif /* CONFIG_H_ */
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。