source: EcnlProtoTool/trunk/asp3_dcre/sample/sample1n.cfg@ 321

Last change on this file since 321 was 321, checked in by coas-nagasima, 7 years ago

文字コードを設定

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain;charset=UTF-8
File size: 379 bytes
Line 
1/*
2 * @(#) $Id$
3 */
4
5/*
6 * ネットワーク対応サンプルプログラム(1)の
7 * システムコンフィギュレーションファイル
8 */
9
10
11#include "sample1n.h"
12
13INCLUDE("sample1.cfg");
14
15INCLUDE("../tinet/tinet_asp.cfg");
16
17INCLUDE("tinet_sample1n.cfg");
18
19/* セマフォ */
20
21CRE_SEM(SEM_TCP_SYSLOG, { TA_TPRI, 1, 1 });
22CRE_SEM(SEM_NET_SEND, { TA_TPRI, 1, 1 });
Note: See TracBrowser for help on using the repository browser.