Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

DarrienG/C-DH_Space_Hello_World

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Two simple classes, PowerTeam, and OtherTeam. Both have getters and setters.

This is a basic example used to illustrate tools used by the Command and Data Handling Team.

Project is compiled used CMake. To compile the program yourself, make sure you have the latest version of CMake installed:

cmake --version

If your version number is anything less than: 2.8.12.2, get the latest version. In addition, if you don't have it installed in the first place, use the same command:

sudo apt install cmake

Building The Project

Make a build directory, and then run cmake in it:

mkdir build
cmake ..

From here on out, you can make the program with:

make

To run the program, cd into the bin folder, and run satellite.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published