Skip to content

scigeliu/CCSDSLibrary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The open-source CCSDS Library

==Overview==
This library provides a set of C++ classes for generating/interpreting
data packets formatted according to the Consultative Committee for 
Space Data Systems (CCSDS) SpacePacket specifications.
For details of the CCSDS SpacePacket, please refer a pdf document available
from the url below:
http://public.ccsds.org/

Github page is:
https://github.com/yuasatakayuki/CCSDSLibrary


==Install==
Download the archive or checkout the git repository, and place the "CCSDSLibrary"
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 "CCSDS.hh"
and, add the path of the "CCSDSLibrary/includes" to the include path of
your compiler. For example, if you installed the library to
/usr/local/CCSDSLibrary, and the g++ compiler is used, do like below when
compiling:
g++ -I/usr/local/CCSDSLibrary/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==
20110612 first version (Takayuki Yuasa)
20130101 Doxygen comments were added (Takayuki Yuasa)

About

The C++ class library that deals with the CCSDS packet format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published