-
Notifications
You must be signed in to change notification settings - Fork 0
scigeliu/SMCPLibrary
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The open-source SMCP Library See http://yuasatakayuki.github.com/SMCPLibrary/ for detailed information. ==Overview== This library provides a set of C++ classes for generating/interpreting data packets formatted according to the Spacecraft Monitoring and Control Protocol (SMCP). For details of the SMCP, please refer a pdf document available from the url below: http://www.c-soda.isas.jaxa.jp/sog/gstos/file4/SMCP09.pdf Github page is: http://yuasatakayuki.github.com/SMCPLibrary/ ==Install== Download the archive or checkout the git repository, and place the "SMCPLibrary" folder anywhere you want. The library consists of header files, and therefore, no build procedure is required. When using this library from your application, please add #include "SMCP.hh" and, add the path of the "SMCPLibrary/includes" to the include path of your compiler. For example, if you installed the library to /usr/local/SMCPLibrary, and the g++ compiler is used, do like below when compiling: g++ -I/usr/local/SMCPLibrary/includes your_application.cc ==Documentation== The documents/ folder contains a Doxygen file which can be used to generate an API reference in HTML and RTF. cd SMCPLibrary/documents doxygen Doxygen open html/index.html ==History== 20110605 first version (Takayuki Yuasa) 20130101 Doxygen comments were added (Takayuki Yuasa)
About
A C++ class library which deals with the Spacecraft Monitoring and Control Protocol
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published