Spacecraft Control Framework
1.0
Spacecraft Control Library
src
sc_motor_control.h
Go to the documentation of this file.
1
//-----------------------------------------------------------------------------------------
2
// Motor control header.
3
//-----------------------------------------------------------------------------------------
4
// Copyright (c) 2017 Princeton Satellite Systems. All rights reserved.
5
//-----------------------------------------------------------------------------------------
6
7
#ifndef __MOTOR_CONTROL__
8
#define __MOTOR_CONTROL__
9
10
#include <matrixlib/matrixlib.h>
11
#include <string>
12
#include <unordered_map>
13
16
17
22
class
motor_control
23
{
24
25
public
:
27
motor_control
(
void
);
28
29
protected
:
30
};
31
32
#endif
motor_control
motor_control
Definition:
sc_motor_control.h:23
motor_control::motor_control
motor_control(void)
Constructor.
Definition:
sc_motor_control.cc:19
Generated on Fri Feb 18 2022 13:58:43 for Spacecraft Control Framework by
1.9.2