LRAUV  revA
ElevatorServoIF.h
Go to the documentation of this file.
1 
13 #ifndef ELEVATORSERVOIF_H_
14 #define ELEVATORSERVOIF_H_
15 
16 #include "data/ElementURI.h"
17 
27 namespace ElevatorServoIF
28 {
29 // Component name
30 static const Str NAME( "ElevatorServo" );
31 
32 // Include common ConfigURIs -- must be in namespace and follow definition of NAME
36 #include "component/HasUartIF.h"
37 
38 // Include parent URIs -- must be in namespace and follow definition of NAME
39 #include "EZServoAllIF.h"
40 #include "EZServoLimitsIF.h"
41 #include "EZServoPIDIF.h"
42 #include "EZServoElevRuddIF.h"
43 
44 }
45 
46 #endif /*ELEVATORSERVOIF_H_*/
Specifies URIs shared by components that can simulate their hardware Designed to be included within n...
Specifies details shared by all EZServos.
Specifies details shared by all EZServos.
Specifies URIs shared by components that have UARTS Designed to be included within namespace within [...
Definition: ElevatorServoIF.h:27
Specifies details shared by all EZServos.
Replacement for standard template class string.
Definition: Str.h:12
Specifies URIs shared by components that can be loaded from modules at startup Designed to be include...
Contains the ElementURI class definition.
Specifies URIs shared by components that have load controllers Designed to be included within namespa...
Specifies details shared by all EZServos.