Skip to content

The Core Flight System (cFS) Sample Library (sample_lib)

License

Notifications You must be signed in to change notification settings

zanzaben/sample_lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core Flight System : Framework : App : Sample Lib

This repository contains a sample library (sample_lib), which is a framework component of the Core Flight System.

This sample library is a non-flight example library implementation for the cFS Bundle. It is intended to be located in the apps/sample_lib subdirectory of a cFS Mission Tree. The Core Flight System is bundled at https://github.com/nasa/cFS (which includes sample_lib as a submodule), which includes build and execution instructions.

sample_lib implements SAMPLE_Function, as an example for how to build and link a library in cFS.

Version History

Development Build: v1.2.0-rc1+dev8

  • No behavior changes. All identifiers now use the prefix SAMPLE_LIB_. Changes the name of the init function from SAMPLE_LibInit to SAMPLE_LIB_Init which affects the CFE startup script.
  • Set REVISION to "99" to indicate development version status
  • See nasa#35

Development Build: v1.2.0-rc1+dev3

  • Installs unit test to target directory.
  • See nasa#32

Development Build: 1.1.0+dev27

  • Install unit test as part of cmake recipe. Sample lib test runner now shows up in expected install directory
  • Add build number and baseline to version reporting
  • See nasa#28

Development Build: 1.1.4

Development Build: 1.1.3

  • Coverage data make lcov includes the sample_lib code
  • See nasa#22

Development Build: 1.1.2

  • Added coverage test and a stub library to facilitate unit test
  • See nasa#16

Development Build: 1.1.1

OFFICIAL RELEASE: 1.1.0 - Aquila

  • Released as part of cFE 6.7.0, Apache 2.0
  • See nasa#6

OFFICIAL RELEASE: 1.0.0a

  • Released as part of cFE 6.6.0a, Apache 2.0

Known issues

As a lab library, extensive testing is not performed prior to release and only minimal functionality is included.

Getting Help

For best results, submit issues:questions or issues:help wanted requests at https://github.com/nasa/cFS.

Official cFS page: http://cfs.gsfc.nasa.gov

About

The Core Flight System (cFS) Sample Library (sample_lib)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 67.1%
  • CMake 17.3%
  • C++ 15.6%