AnimatLab
2
Test
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
HiClassFactory.h
1
// HiClassFactory.h: interface for the HiClassFactory class.
2
//
4
5
#pragma once
6
7
8
namespace
HybridInterfaceSim
9
{
10
11
class
HYBRID_PORT
HiClassFactory
:
public
IStdClassFactory
12
{
13
public
:
14
HiClassFactory
();
15
virtual
~
HiClassFactory
();
16
17
virtual
RobotIOControl *CreateRobotIOControl(std::string strType,
bool
bThrowError =
true
);
18
virtual
RobotPartInterface *CreateRobotPartInterface(std::string strType,
bool
bThrowError =
true
);
19
20
virtual
CStdSerialize
*CreateObject(std::string strClassType, std::string strObjectType,
bool
bThrowError =
true
);
21
};
22
23
}
//HybridInterfaceSim
CStdSerialize
HybridInterfaceSim
Definition:
HiC884Controller.cpp:10
IStdClassFactory
HybridInterfaceSim::HiClassFactory
Definition:
HiClassFactory.h:11
Libraries
HybridInterfaceSim
HiClassFactory.h
Generated on Tue Sep 29 2015 07:07:14 for AnimatLab by
1.8.10