Spacecraft Control Framework 1.0
Spacecraft Control Library
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
23{
24
25 public:
27 motor_control( void );
28
29 protected:
30};
31
32#endif
motor_control
Definition: sc_motor_control.h:23
motor_control(void)
Constructor.
Definition: sc_motor_control.cc:19