OMNeT++ Parallel Simulation Support  5.4.1
parsimutil.h
1 //=========================================================================
2 // PARSIMUTIL.H - part of
3 //
4 // OMNeT++/OMNEST
5 // Discrete System Simulation in C++
6 //
7 // Author: Andras Varga, 2003
8 // Dept. of Electrical and Computer Systems Engineering,
9 // Monash University, Melbourne, Australia
10 //
11 //=========================================================================
12 
13 /*--------------------------------------------------------------*
14  Copyright (C) 2003-2017 Andras Varga
15  Copyright (C) 2006-2017 OpenSim Ltd.
16 
17  This file is distributed WITHOUT ANY WARRANTY. See the file
18  `license' for details on this and other legal matters.
19 *--------------------------------------------------------------*/
20 
21 #ifndef __OMNETPP_PARSIMUTIL_H
22 #define __OMNETPP_PARSIMUTIL_H
23 
24 namespace omnetpp {
25 
30 void getProcIdFromCommandLineArgs(int& myProcId, int& numPartitions,
31  const char *caller);
32 
33 } // namespace omnetpp
34 
35 #endif
36 
Definition: cadvlinkdelaylookahead.h:26