/Volumes/Plantain/MyDocuments/Projects/MacTrek/MacTrek/App/RobotsController.h

00001 //
00002 //  RobotsController.h
00003 //  MacTrek
00004 //
00005 //  Created by Aqua on 02/05/2006.
00006 //  Copyright 2006 __MyCompanyName__. All rights reserved.
00007 //
00008 
00009 #import <Cocoa/Cocoa.h>
00010 #import "TaskWrapper.h"
00011 
00012 
00013 @interface RobotsController : NSObject <TaskWrapperController> {
00014     
00015     NSMutableArray *robots; // holds taskwrappers
00016     bool restart;
00017     NSTextView *logDestination;
00018     
00019     NSString *pathToRobot;
00020     NSArray  *fedNames;
00021     NSArray  *kliNames;
00022 }
00023 
00024 - (id)initWithTextView:(NSTextView *) logDestination;
00025 - (void)startRobots:(int)numOfRobots;
00026 - (void)stopRobots;
00027 
00028 @end

Generated on Fri Jul 28 19:15:14 2006 for MacTrek by  doxygen 1.4.7