Skip to content

Commit

Permalink
DS version 2.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejtimmon committed Oct 19, 2020
1 parent 561c79c commit 1518fa2
Show file tree
Hide file tree
Showing 54 changed files with 19,004 additions and 1,027 deletions.
Binary file added Apache_2_0_GSC-18448-1_CFS_DS.pdf
Binary file not shown.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ project(CFS_DS C)
include_directories(fsw/mission_inc)
include_directories(fsw/platform_inc)
include_directories(${cfs_lib_MISSION_DIR}/fsw/public_inc)
include_directories(fsw/src)

aux_source_directory(fsw/src APP_SRC_FILES)
aux_source_directory(fsw/tables APP_TABLE_FILES)

# Create the app module
add_cfe_app(ds ${APP_SRC_FILES})
add_cfe_tables(ds ${APP_TABLE_FILES})
Binary file removed GSC-16126-1_Apache_2_0_license_DS.pdf
Binary file not shown.
56 changes: 47 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,55 @@
# Data Storage
core Flight System (cFS) Data Storage Application (DS)
======================================================

NASA core Flight System Data Storage Application
Open Source Release Readme
==========================

## Description
DS Release 2.5.2

The Data Storage application (DS) is a core Flight System (cFS) application that is a plug in to the Core Flight Executive (cFE) component of the cFS.
Date: 10/5/2020

The cFS is a platform and project independent reusable software framework and set of reusable applications developed by NASA Goddard Space Flight Center. This framework is used as the basis for the flight software for satellite data systems and instruments, but can be used on other embedded systems. More information on the cFS can be found at [http://cfs.gsfc.nasa.gov](http://cfs.gsfc.nasa.gov)
Introduction
-------------
The Data Storage application (DS) is a core Flight System (cFS) application
that is a plug in to the Core Flight Executive (cFE) component of the cFS.
The DS application is used for storing software bus messages in files. These
files are generally stored on a storage device such as a solid state recorder
but they could be stored on any file system. Another cFS application such as
CFDP (CF) must be used in order to transfer the files created by DS from
their onboard storage location to where they will be viewed and processed.

The DS application is used for storing software bus messages in files. These files are generally stored on a storage device such as a solid state recorder but they could be stored on any file system. Another cFS application such as CFDP (CF) must be used in order to transfer the files created by DS from their onboard storage location to where they will be viewed and processed.
The DS application is written in C and depends on the cFS Operating System
Abstraction Layer (OSAL) and cFE components. There is additional DS application
specific configuration information contained in the application user's guide
available in https://github.com/nasa/DS/tree/master/docs/users_guide

DS requires use of the [cFS application library](https://github.com/nasa/cfs_lib).
This software is licensed under the Apache 2.0 license.

## License

This software is licensed under the NASA Open Source Agreement. http://ti.arc.nasa.gov/opensource/nosa
Software Included
------------------

Data Storage application (DS) 2.5.2


Software Required
------------------

Operating System Abstraction Layer 5.0 or higher can be
obtained at https://github.com/nasa/osal

core Flight Executive 6.8.0 or higher can be obtained at
https://github.com/nasa/cfe

Note: An integrated bundle including the cFE, OSAL, and PSP can
be obtained at https://github.com/nasa/cfs

About cFS
----------
The cFS is a platform and project independent reusable software framework and
set of reusable applications developed by NASA Goddard Space Flight Center.
This framework is used as the basis for the flight software for satellite data
systems and instruments, but can be used on other embedded systems. More
information on the cFS can be found at http://cfs.gsfc.nasa.gov

EOF
88 changes: 0 additions & 88 deletions cfs-ds-app-OSS-readme.txt

This file was deleted.

Binary file added docs/DS_v2.5.2_VersionDescriptionDocument.pdf
Binary file not shown.
Loading

0 comments on commit 1518fa2

Please sign in to comment.