00001 //========================================================================= 00002 // PARSIMUTIL.H - part of 00003 // OMNeT++/OMNEST 00004 // Discrete System Simulation in C++ 00005 // 00006 // Written by: Andras Varga 00007 // 00008 //========================================================================= 00009 00010 /*--------------------------------------------------------------* 00011 Copyright (C) 2003-2005 Andras Varga 00012 Monash University, Dept. of Electrical and Computer Systems Eng. 00013 Melbourne, Australia 00014 00015 This file is distributed WITHOUT ANY WARRANTY. See the file 00016 `license' for details on this and other legal matters. 00017 *--------------------------------------------------------------*/ 00018 00019 #ifndef __PARSIMUTIL_H 00020 #define __PARSIMUTIL_H 00021 00022 00027 void getProcIdFromCommandLineArgs(int& myProcId, int& numPartitions, 00028 const char *caller); 00029 00030 #endif 00031