OMNeT++ Parallel Simulation Support  6.0.3
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