Contains the source and build script for the REDHAWK Basic Components rh.FileWriter. The rh.FileWriter component receives streaming data from the BulkIO provides (input) ports and writes the data to a file on the SCA or local file system.
All REDHAWK core assets use the same branching and tagging policy. Upon release,
the master
branch is rebased with the specific commit released, and that
commit is tagged with the asset version number. For example, the commit released
as version 1.0.0 is tagged with 1.0.0
.
Development branches (i.e. develop
or develop-X.X
, where X.X is an asset
version number) contain the latest unreleased development code for the specified
version. If no version is specified (i.e. develop
), the branch contains the
latest unreleased development code for the latest released version.
Asset Version | Minimum REDHAWK Version Required |
---|---|
4.x | 2.0 |
3.x | 1.10 |
2.x | 1.8 |
This asset requires the rh.blueFileLib and rh.RedhawkDevUtils shared libraries.
These shared libraries must be installed in order to build and run this asset.
To build from source, run the build.sh
script found at the top level
directory. To install to $SDRROOT, run build.sh install
. Note: root privileges
(sudo
) may be required to install.
This work is protected by Copyright. Please refer to the Copyright File for updated copyright information.
REDHAWK Basic Components rh.FileWriter is licensed under the GNU General Public License (GPL).