form stuff
This commit is contained in:
parent
a74c820548
commit
93fed4f751
@ -78,15 +78,16 @@ class StorageManagerIF;
|
|||||||
*
|
*
|
||||||
* @ingroup devices
|
* @ingroup devices
|
||||||
*/
|
*/
|
||||||
class DeviceHandlerBase: public DeviceHandlerIF,
|
class DeviceHandlerBase:
|
||||||
public HasReturnvaluesIF,
|
public DeviceHandlerIF,
|
||||||
public ExecutableObjectIF,
|
public HasReturnvaluesIF,
|
||||||
public SystemObject,
|
public ExecutableObjectIF,
|
||||||
public HasModesIF,
|
public SystemObject,
|
||||||
public HasHealthIF,
|
public HasModesIF,
|
||||||
public HasActionsIF,
|
public HasHealthIF,
|
||||||
public ReceivesParameterMessagesIF,
|
public HasActionsIF,
|
||||||
public HasLocalDataPoolIF {
|
public ReceivesParameterMessagesIF,
|
||||||
|
public HasLocalDataPoolIF {
|
||||||
friend void (Factory::setStaticFrameworkObjectIds)();
|
friend void (Factory::setStaticFrameworkObjectIds)();
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user