LRT14
1.0
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Enumerations
Enumerator
Actuator.h
1
#ifndef ACTUATOR_H_
2
#define ACTUATOR_H_
3
4
#include <vector>
5
#include "../Communication/LiveNetworkSendable.h"
6
10
class
Actuator
:
public
LiveNetworkSendable
11
{
12
public
:
13
explicit
Actuator
(std::string name);
14
15
virtual
std::string GetName();
16
virtual
void
Output() = 0;
17
18
static
void
OutputAll();
19
20
static
std::vector<Actuator*> actuator_vector;
21
22
private
:
23
std::string m_name;
24
};
25
26
#endif
Actuators
Actuator.h
Generated on Tue Feb 11 2014 00:29:31 for LRT14 by
1.8.3