commcodes.h

00001 /***************************************************************************
00002  *   Copyright (C) 2003 by Gav Wood                                        *
00003  *   gav@cs.york.ac.uk                                                     *
00004  *                                                                         *
00005  *   This program is free software; you can redistribute it and/or modify  *
00006  *   it under the terms of the GNU Library General Public License as       *
00007  *   published by the Free Software Foundation; either version 2 of the    *
00008  *   License, or (at your option) any later version.                       *
00009  ***************************************************************************/
00010 
00011 #ifndef _RGEDDEI_COMMCODES_H
00012 #define _RGEDDEI_COMMCODES_H
00013 
00014 #define RGEDDEI_PORT 16671
00015 
00016 enum CodeComm
00017 {
00018  Nop,
00019  NewProcessor,
00020  DeleteProcessor,
00021  NewDomProcessor,
00022  DeleteDomProcessor,
00023  ProcessorInit,
00024  ProcessorGo,
00025  ProcessorWaitUntilGoing,
00026  ProcessorWaitUntilDone,
00027  ProcessorStop,
00028  ProcessorReset,
00029  ProcessorConnectL,
00030  ProcessorConnectR,
00031  ProcessorDisconnect,
00032  ProcessorDisconnectAll,
00033  ProcessorSplit,
00034  ProcessorShare,
00035  DomProcessorCreateAndAddL,
00036  DomProcessorCreateAndAddR,
00037  TypeAvailable,
00038  TypeVersion,
00039  TypeSubAvailable,
00040  TypeSubVersion,
00041  EndSession
00042 };
00043 
00044 #endif

Generated on Thu Jul 13 06:56:33 2006 for Exscalibar by  doxygen 1.4.7