Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

SIG_RobotFactory.cpp

00001 #include "SIGEL_RobotIO/SIG_RobotFactory.h"
00002 
00003 namespace SIGEL_RobotIO {
00004         SIG_RobotFactory::SIG_RobotFactory (void)
00005                 : robot (0)
00006         { }
00007 
00008         SIG_RobotFactory::~SIG_RobotFactory (void)
00009         { }
00010 
00011         SIG_Robot *SIG_RobotFactory::getModel (void)
00012         {
00013                 return robot;
00014         }
00015 }

Generated at Mon Sep 3 01:32:30 2001 for PG 368 - SIGEL by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000