commandcodes.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 enum Command
00012 {
00013  NOP = 0,
00014  Ack,
00015  Nak,
00016  SetType,
00017  ResetType,
00018  Transfer,
00019  BufferWaitForFree,
00020  BufferWaitForFreeElements,
00021  BufferSpaceFree,
00022  WaitUntilReady,
00023  AppendPlunger,
00024  StartPlungers,
00025  PlungerSent,
00026  NoMorePlungers,
00027  EnforceMinimum,
00028  Close,
00029  SpecifyTypes,
00030  InitFromProperties,
00031  Go,
00032  Stop,
00033  Transact,
00034  DeliverResults,
00035  Stopping,
00036  Stopped,
00037  DefineIO
00038 };
00039 

Generated on Fri Nov 10 21:58:26 2006 for Exscalibar by  doxygen 1.5.1