OMNeT++ Parallel Simulation Support
6.1
Discrete Event Simulation Library
Main Page
Modules
Classes
Class List
Class Hierarchy
Class Members
All
a
b
c
d
e
g
i
l
p
r
s
t
~
Functions
a
b
c
d
e
g
i
l
p
r
s
t
~
Files
File List
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Modules
Pages
parsimutil.h
1
//=========================================================================
2
// PARSIMUTIL.H - part of
3
//
4
// OMNeT++/OMNEST
5
// Discrete System Simulation in C++
6
//
7
//=========================================================================
8
9
/*--------------------------------------------------------------*
10
Copyright (C) 1992-2017 Andras Varga
11
Copyright (C) 2006-2017 OpenSim Ltd.
12
13
This file is distributed WITHOUT ANY WARRANTY. See the file
14
`license' for details on this and other legal matters.
15
*--------------------------------------------------------------*/
16
17
#ifndef __OMNETPP_PARSIMUTIL_H
18
#define __OMNETPP_PARSIMUTIL_H
19
20
namespace
omnetpp {
21
26
int
getProcIdFromCommandLineArgs(
int
numPartitions,
const
char
*caller);
27
28
}
// namespace omnetpp
29
30
#endif
31
src
sim
parsim
parsimutil.h
Generated by
1.8.17