dyna.h
来自「Good example to undrestand of omnet++」· C头文件 代码 · 共 22 行
H
22 行
//
// This file is part of an OMNeT++/OMNEST simulation example.
//
// Copyright (C) 1992-2005 Andras Varga
//
// This file is distributed WITHOUT ANY WARRANTY. See the file
// `license' for details on this and other legal matters.
//
#include <omnetpp.h>
// message kind values (packet types):
enum {
CONN_REQ,
CONN_ACK,
DATA_QUERY,
DATA_RESULT,
DISC_REQ,
DISC_ACK
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?