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

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

mruby版ECNLプロトタイピング・ツールを追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain
File size: 379 bytes
Line 
1/*
2 * @(#) $Id: sample1n.cfg 270 2017-02-09 04:03:47Z coas-nagasima $
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.