No version for distro humble showing dashing. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.5
License Apache 2.0
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/aws-robotics/cloudwatch-common.git
VCS Type git
VCS Version master
Last Updated 2022-02-08
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Light version of dataflow libraries

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

  • AWS RoboMaker
README
No README found. See repository README.
CHANGELOG

Changelog for package dataflow_lite

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • Bumping version to match bloom release (#51) Bumping version to 1.1.3
  • Fix linting issues found by clang-tidy 6.0 (#50)
    • clang-tidy fixes
    • revert explicit constructor declarations to maintain API compatbility
    • clang-tidy linting issues fixed manually
    • fix unit tests build break
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei

    * Fixed merge conflict Signed-off-by: Miaofei

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei

    * Add FileManager to log manager factory Signed-off-by: Miaofei

    * Add generic file upload logic Signed-off-by: Miaofei

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei

    * Add file management system. Signed-off-by: Miaofei

    * Link file management with publisher Signed-off-by: Miaofei

    * Add test for file management system Signed-off-by: Miaofei

    • Add reading and writing to FileManagerStrategy

    - This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei

    * cleanup Signed-off-by: Miaofei

    * Don't initialize file_manager_strategy yet Signed-off-by: Miaofei

    * Add file upload statistics Signed-off-by: Miaofei

    * Move file management files to isolated package Signed-off-by: Miaofei

    * Moved tests to file_manager folder Signed-off-by: Miaofei

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged dataflow_lite at Robotics Stack Exchange

No version for distro jazzy showing dashing. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.5
License Apache 2.0
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/aws-robotics/cloudwatch-common.git
VCS Type git
VCS Version master
Last Updated 2022-02-08
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Light version of dataflow libraries

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

  • AWS RoboMaker
README
No README found. See repository README.
CHANGELOG

Changelog for package dataflow_lite

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • Bumping version to match bloom release (#51) Bumping version to 1.1.3
  • Fix linting issues found by clang-tidy 6.0 (#50)
    • clang-tidy fixes
    • revert explicit constructor declarations to maintain API compatbility
    • clang-tidy linting issues fixed manually
    • fix unit tests build break
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei

    * Fixed merge conflict Signed-off-by: Miaofei

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei

    * Add FileManager to log manager factory Signed-off-by: Miaofei

    * Add generic file upload logic Signed-off-by: Miaofei

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei

    * Add file management system. Signed-off-by: Miaofei

    * Link file management with publisher Signed-off-by: Miaofei

    * Add test for file management system Signed-off-by: Miaofei

    • Add reading and writing to FileManagerStrategy

    - This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei

    * cleanup Signed-off-by: Miaofei

    * Don't initialize file_manager_strategy yet Signed-off-by: Miaofei

    * Add file upload statistics Signed-off-by: Miaofei

    * Move file management files to isolated package Signed-off-by: Miaofei

    * Moved tests to file_manager folder Signed-off-by: Miaofei

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged dataflow_lite at Robotics Stack Exchange

No version for distro kilted showing dashing. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.5
License Apache 2.0
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/aws-robotics/cloudwatch-common.git
VCS Type git
VCS Version master
Last Updated 2022-02-08
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Light version of dataflow libraries

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

  • AWS RoboMaker
README
No README found. See repository README.
CHANGELOG

Changelog for package dataflow_lite

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • Bumping version to match bloom release (#51) Bumping version to 1.1.3
  • Fix linting issues found by clang-tidy 6.0 (#50)
    • clang-tidy fixes
    • revert explicit constructor declarations to maintain API compatbility
    • clang-tidy linting issues fixed manually
    • fix unit tests build break
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei

    * Fixed merge conflict Signed-off-by: Miaofei

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei

    * Add FileManager to log manager factory Signed-off-by: Miaofei

    * Add generic file upload logic Signed-off-by: Miaofei

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei

    * Add file management system. Signed-off-by: Miaofei

    * Link file management with publisher Signed-off-by: Miaofei

    * Add test for file management system Signed-off-by: Miaofei

    • Add reading and writing to FileManagerStrategy

    - This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei

    * cleanup Signed-off-by: Miaofei

    * Don't initialize file_manager_strategy yet Signed-off-by: Miaofei

    * Add file upload statistics Signed-off-by: Miaofei

    * Move file management files to isolated package Signed-off-by: Miaofei

    * Moved tests to file_manager folder Signed-off-by: Miaofei

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged dataflow_lite at Robotics Stack Exchange

No version for distro rolling showing dashing. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.5
License Apache 2.0
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/aws-robotics/cloudwatch-common.git
VCS Type git
VCS Version master
Last Updated 2022-02-08
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Light version of dataflow libraries

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

  • AWS RoboMaker
README
No README found. See repository README.
CHANGELOG

Changelog for package dataflow_lite

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • Bumping version to match bloom release (#51) Bumping version to 1.1.3
  • Fix linting issues found by clang-tidy 6.0 (#50)
    • clang-tidy fixes
    • revert explicit constructor declarations to maintain API compatbility
    • clang-tidy linting issues fixed manually
    • fix unit tests build break
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei

    * Fixed merge conflict Signed-off-by: Miaofei

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei

    * Add FileManager to log manager factory Signed-off-by: Miaofei

    * Add generic file upload logic Signed-off-by: Miaofei

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei

    * Add file management system. Signed-off-by: Miaofei

    * Link file management with publisher Signed-off-by: Miaofei

    * Add test for file management system Signed-off-by: Miaofei

    • Add reading and writing to FileManagerStrategy

    - This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei

    * cleanup Signed-off-by: Miaofei

    * Don't initialize file_manager_strategy yet Signed-off-by: Miaofei

    * Add file upload statistics Signed-off-by: Miaofei

    * Move file management files to isolated package Signed-off-by: Miaofei

    * Moved tests to file_manager folder Signed-off-by: Miaofei

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged dataflow_lite at Robotics Stack Exchange

No version for distro ardent showing dashing. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.5
License Apache 2.0
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/aws-robotics/cloudwatch-common.git
VCS Type git
VCS Version master
Last Updated 2022-02-08
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Light version of dataflow libraries

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

  • AWS RoboMaker
README
No README found. See repository README.
CHANGELOG

Changelog for package dataflow_lite

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • Bumping version to match bloom release (#51) Bumping version to 1.1.3
  • Fix linting issues found by clang-tidy 6.0 (#50)
    • clang-tidy fixes
    • revert explicit constructor declarations to maintain API compatbility
    • clang-tidy linting issues fixed manually
    • fix unit tests build break
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei

    * Fixed merge conflict Signed-off-by: Miaofei

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei

    * Add FileManager to log manager factory Signed-off-by: Miaofei

    * Add generic file upload logic Signed-off-by: Miaofei

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei

    * Add file management system. Signed-off-by: Miaofei

    * Link file management with publisher Signed-off-by: Miaofei

    * Add test for file management system Signed-off-by: Miaofei

    • Add reading and writing to FileManagerStrategy

    - This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei

    * cleanup Signed-off-by: Miaofei

    * Don't initialize file_manager_strategy yet Signed-off-by: Miaofei

    * Add file upload statistics Signed-off-by: Miaofei

    * Move file management files to isolated package Signed-off-by: Miaofei

    * Moved tests to file_manager folder Signed-off-by: Miaofei

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged dataflow_lite at Robotics Stack Exchange

No version for distro bouncy showing dashing. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.5
License Apache 2.0
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/aws-robotics/cloudwatch-common.git
VCS Type git
VCS Version master
Last Updated 2022-02-08
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Light version of dataflow libraries

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

  • AWS RoboMaker
README
No README found. See repository README.
CHANGELOG

Changelog for package dataflow_lite

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • Bumping version to match bloom release (#51) Bumping version to 1.1.3
  • Fix linting issues found by clang-tidy 6.0 (#50)
    • clang-tidy fixes
    • revert explicit constructor declarations to maintain API compatbility
    • clang-tidy linting issues fixed manually
    • fix unit tests build break
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei

    * Fixed merge conflict Signed-off-by: Miaofei

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei

    * Add FileManager to log manager factory Signed-off-by: Miaofei

    * Add generic file upload logic Signed-off-by: Miaofei

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei

    * Add file management system. Signed-off-by: Miaofei

    * Link file management with publisher Signed-off-by: Miaofei

    * Add test for file management system Signed-off-by: Miaofei

    • Add reading and writing to FileManagerStrategy

    - This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei

    * cleanup Signed-off-by: Miaofei

    * Don't initialize file_manager_strategy yet Signed-off-by: Miaofei

    * Add file upload statistics Signed-off-by: Miaofei

    * Move file management files to isolated package Signed-off-by: Miaofei

    * Moved tests to file_manager folder Signed-off-by: Miaofei

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged dataflow_lite at Robotics Stack Exchange

No version for distro crystal showing dashing. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.5
License Apache 2.0
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/aws-robotics/cloudwatch-common.git
VCS Type git
VCS Version master
Last Updated 2022-02-08
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Light version of dataflow libraries

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

  • AWS RoboMaker
README
No README found. See repository README.
CHANGELOG

Changelog for package dataflow_lite

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • Bumping version to match bloom release (#51) Bumping version to 1.1.3
  • Fix linting issues found by clang-tidy 6.0 (#50)
    • clang-tidy fixes
    • revert explicit constructor declarations to maintain API compatbility
    • clang-tidy linting issues fixed manually
    • fix unit tests build break
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei

    * Fixed merge conflict Signed-off-by: Miaofei

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei

    * Add FileManager to log manager factory Signed-off-by: Miaofei

    * Add generic file upload logic Signed-off-by: Miaofei

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei

    * Add file management system. Signed-off-by: Miaofei

    * Link file management with publisher Signed-off-by: Miaofei

    * Add test for file management system Signed-off-by: Miaofei

    • Add reading and writing to FileManagerStrategy

    - This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei

    * cleanup Signed-off-by: Miaofei

    * Don't initialize file_manager_strategy yet Signed-off-by: Miaofei

    * Add file upload statistics Signed-off-by: Miaofei

    * Move file management files to isolated package Signed-off-by: Miaofei

    * Moved tests to file_manager folder Signed-off-by: Miaofei

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged dataflow_lite at Robotics Stack Exchange

No version for distro eloquent showing dashing. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.5
License Apache 2.0
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/aws-robotics/cloudwatch-common.git
VCS Type git
VCS Version master
Last Updated 2022-02-08
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Light version of dataflow libraries

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

  • AWS RoboMaker
README
No README found. See repository README.
CHANGELOG

Changelog for package dataflow_lite

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • Bumping version to match bloom release (#51) Bumping version to 1.1.3
  • Fix linting issues found by clang-tidy 6.0 (#50)
    • clang-tidy fixes
    • revert explicit constructor declarations to maintain API compatbility
    • clang-tidy linting issues fixed manually
    • fix unit tests build break
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei

    * Fixed merge conflict Signed-off-by: Miaofei

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei

    * Add FileManager to log manager factory Signed-off-by: Miaofei

    * Add generic file upload logic Signed-off-by: Miaofei

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei

    * Add file management system. Signed-off-by: Miaofei

    * Link file management with publisher Signed-off-by: Miaofei

    * Add test for file management system Signed-off-by: Miaofei

    • Add reading and writing to FileManagerStrategy

    - This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei

    * cleanup Signed-off-by: Miaofei

    * Don't initialize file_manager_strategy yet Signed-off-by: Miaofei

    * Add file upload statistics Signed-off-by: Miaofei

    * Move file management files to isolated package Signed-off-by: Miaofei

    * Moved tests to file_manager folder Signed-off-by: Miaofei

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged dataflow_lite at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.1.5
License Apache 2.0
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/aws-robotics/cloudwatch-common.git
VCS Type git
VCS Version master
Last Updated 2022-02-08
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Light version of dataflow libraries

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

  • AWS RoboMaker
README
No README found. See repository README.
CHANGELOG

Changelog for package dataflow_lite

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • Bumping version to match bloom release (#51) Bumping version to 1.1.3
  • Fix linting issues found by clang-tidy 6.0 (#50)
    • clang-tidy fixes
    • revert explicit constructor declarations to maintain API compatbility
    • clang-tidy linting issues fixed manually
    • fix unit tests build break
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei

    * Fixed merge conflict Signed-off-by: Miaofei

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei

    * Add FileManager to log manager factory Signed-off-by: Miaofei

    * Add generic file upload logic Signed-off-by: Miaofei

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei

    * Add file management system. Signed-off-by: Miaofei

    * Link file management with publisher Signed-off-by: Miaofei

    * Add test for file management system Signed-off-by: Miaofei

    • Add reading and writing to FileManagerStrategy

    - This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei

    * cleanup Signed-off-by: Miaofei

    * Don't initialize file_manager_strategy yet Signed-off-by: Miaofei

    * Add file upload statistics Signed-off-by: Miaofei

    * Move file management files to isolated package Signed-off-by: Miaofei

    * Moved tests to file_manager folder Signed-off-by: Miaofei

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged dataflow_lite at Robotics Stack Exchange

No version for distro galactic showing dashing. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.5
License Apache 2.0
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/aws-robotics/cloudwatch-common.git
VCS Type git
VCS Version master
Last Updated 2022-02-08
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Light version of dataflow libraries

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

  • AWS RoboMaker
README
No README found. See repository README.
CHANGELOG

Changelog for package dataflow_lite

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • Bumping version to match bloom release (#51) Bumping version to 1.1.3
  • Fix linting issues found by clang-tidy 6.0 (#50)
    • clang-tidy fixes
    • revert explicit constructor declarations to maintain API compatbility
    • clang-tidy linting issues fixed manually
    • fix unit tests build break
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei

    * Fixed merge conflict Signed-off-by: Miaofei

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei

    * Add FileManager to log manager factory Signed-off-by: Miaofei

    * Add generic file upload logic Signed-off-by: Miaofei

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei

    * Add file management system. Signed-off-by: Miaofei

    * Link file management with publisher Signed-off-by: Miaofei

    * Add test for file management system Signed-off-by: Miaofei

    • Add reading and writing to FileManagerStrategy

    - This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei

    * cleanup Signed-off-by: Miaofei

    * Don't initialize file_manager_strategy yet Signed-off-by: Miaofei

    * Add file upload statistics Signed-off-by: Miaofei

    * Move file management files to isolated package Signed-off-by: Miaofei

    * Moved tests to file_manager folder Signed-off-by: Miaofei

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged dataflow_lite at Robotics Stack Exchange

No version for distro foxy showing dashing. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.5
License Apache 2.0
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/aws-robotics/cloudwatch-common.git
VCS Type git
VCS Version master
Last Updated 2022-02-08
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Light version of dataflow libraries

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

  • AWS RoboMaker
README
No README found. See repository README.
CHANGELOG

Changelog for package dataflow_lite

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • Bumping version to match bloom release (#51) Bumping version to 1.1.3
  • Fix linting issues found by clang-tidy 6.0 (#50)
    • clang-tidy fixes
    • revert explicit constructor declarations to maintain API compatbility
    • clang-tidy linting issues fixed manually
    • fix unit tests build break
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei

    * Fixed merge conflict Signed-off-by: Miaofei

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei

    * Add FileManager to log manager factory Signed-off-by: Miaofei

    * Add generic file upload logic Signed-off-by: Miaofei

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei

    * Add file management system. Signed-off-by: Miaofei

    * Link file management with publisher Signed-off-by: Miaofei

    * Add test for file management system Signed-off-by: Miaofei

    • Add reading and writing to FileManagerStrategy

    - This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei

    * cleanup Signed-off-by: Miaofei

    * Don't initialize file_manager_strategy yet Signed-off-by: Miaofei

    * Add file upload statistics Signed-off-by: Miaofei

    * Move file management files to isolated package Signed-off-by: Miaofei

    * Moved tests to file_manager folder Signed-off-by: Miaofei

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged dataflow_lite at Robotics Stack Exchange

No version for distro iron showing dashing. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.5
License Apache 2.0
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/aws-robotics/cloudwatch-common.git
VCS Type git
VCS Version master
Last Updated 2022-02-08
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Light version of dataflow libraries

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

  • AWS RoboMaker
README
No README found. See repository README.
CHANGELOG

Changelog for package dataflow_lite

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • Bumping version to match bloom release (#51) Bumping version to 1.1.3
  • Fix linting issues found by clang-tidy 6.0 (#50)
    • clang-tidy fixes
    • revert explicit constructor declarations to maintain API compatbility
    • clang-tidy linting issues fixed manually
    • fix unit tests build break
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei

    * Fixed merge conflict Signed-off-by: Miaofei

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei

    * Add FileManager to log manager factory Signed-off-by: Miaofei

    * Add generic file upload logic Signed-off-by: Miaofei

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei

    * Add file management system. Signed-off-by: Miaofei

    * Link file management with publisher Signed-off-by: Miaofei

    * Add test for file management system Signed-off-by: Miaofei

    • Add reading and writing to FileManagerStrategy

    - This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei

    * cleanup Signed-off-by: Miaofei

    * Don't initialize file_manager_strategy yet Signed-off-by: Miaofei

    * Add file upload statistics Signed-off-by: Miaofei

    * Move file management files to isolated package Signed-off-by: Miaofei

    * Moved tests to file_manager folder Signed-off-by: Miaofei

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged dataflow_lite at Robotics Stack Exchange

No version for distro lunar showing dashing. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.5
License Apache 2.0
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/aws-robotics/cloudwatch-common.git
VCS Type git
VCS Version master
Last Updated 2022-02-08
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Light version of dataflow libraries

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

  • AWS RoboMaker
README
No README found. See repository README.
CHANGELOG

Changelog for package dataflow_lite

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • Bumping version to match bloom release (#51) Bumping version to 1.1.3
  • Fix linting issues found by clang-tidy 6.0 (#50)
    • clang-tidy fixes
    • revert explicit constructor declarations to maintain API compatbility
    • clang-tidy linting issues fixed manually
    • fix unit tests build break
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei

    * Fixed merge conflict Signed-off-by: Miaofei

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei

    * Add FileManager to log manager factory Signed-off-by: Miaofei

    * Add generic file upload logic Signed-off-by: Miaofei

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei

    * Add file management system. Signed-off-by: Miaofei

    * Link file management with publisher Signed-off-by: Miaofei

    * Add test for file management system Signed-off-by: Miaofei

    • Add reading and writing to FileManagerStrategy

    - This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei

    * cleanup Signed-off-by: Miaofei

    * Don't initialize file_manager_strategy yet Signed-off-by: Miaofei

    * Add file upload statistics Signed-off-by: Miaofei

    * Move file management files to isolated package Signed-off-by: Miaofei

    * Moved tests to file_manager folder Signed-off-by: Miaofei

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged dataflow_lite at Robotics Stack Exchange

No version for distro jade showing dashing. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.5
License Apache 2.0
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/aws-robotics/cloudwatch-common.git
VCS Type git
VCS Version master
Last Updated 2022-02-08
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Light version of dataflow libraries

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

  • AWS RoboMaker
README
No README found. See repository README.
CHANGELOG

Changelog for package dataflow_lite

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • Bumping version to match bloom release (#51) Bumping version to 1.1.3
  • Fix linting issues found by clang-tidy 6.0 (#50)
    • clang-tidy fixes
    • revert explicit constructor declarations to maintain API compatbility
    • clang-tidy linting issues fixed manually
    • fix unit tests build break
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei

    * Fixed merge conflict Signed-off-by: Miaofei

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei

    * Add FileManager to log manager factory Signed-off-by: Miaofei

    * Add generic file upload logic Signed-off-by: Miaofei

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei

    * Add file management system. Signed-off-by: Miaofei

    * Link file management with publisher Signed-off-by: Miaofei

    * Add test for file management system Signed-off-by: Miaofei

    • Add reading and writing to FileManagerStrategy

    - This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei

    * cleanup Signed-off-by: Miaofei

    * Don't initialize file_manager_strategy yet Signed-off-by: Miaofei

    * Add file upload statistics Signed-off-by: Miaofei

    * Move file management files to isolated package Signed-off-by: Miaofei

    * Moved tests to file_manager folder Signed-off-by: Miaofei

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged dataflow_lite at Robotics Stack Exchange

No version for distro indigo showing dashing. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.5
License Apache 2.0
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/aws-robotics/cloudwatch-common.git
VCS Type git
VCS Version master
Last Updated 2022-02-08
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Light version of dataflow libraries

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

  • AWS RoboMaker
README
No README found. See repository README.
CHANGELOG

Changelog for package dataflow_lite

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • Bumping version to match bloom release (#51) Bumping version to 1.1.3
  • Fix linting issues found by clang-tidy 6.0 (#50)
    • clang-tidy fixes
    • revert explicit constructor declarations to maintain API compatbility
    • clang-tidy linting issues fixed manually
    • fix unit tests build break
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei

    * Fixed merge conflict Signed-off-by: Miaofei

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei

    * Add FileManager to log manager factory Signed-off-by: Miaofei

    * Add generic file upload logic Signed-off-by: Miaofei

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei

    * Add file management system. Signed-off-by: Miaofei

    * Link file management with publisher Signed-off-by: Miaofei

    * Add test for file management system Signed-off-by: Miaofei

    • Add reading and writing to FileManagerStrategy

    - This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei

    * cleanup Signed-off-by: Miaofei

    * Don't initialize file_manager_strategy yet Signed-off-by: Miaofei

    * Add file upload statistics Signed-off-by: Miaofei

    * Move file management files to isolated package Signed-off-by: Miaofei

    * Moved tests to file_manager folder Signed-off-by: Miaofei

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged dataflow_lite at Robotics Stack Exchange

No version for distro hydro showing dashing. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.5
License Apache 2.0
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/aws-robotics/cloudwatch-common.git
VCS Type git
VCS Version master
Last Updated 2022-02-08
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Light version of dataflow libraries

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

  • AWS RoboMaker
README
No README found. See repository README.
CHANGELOG

Changelog for package dataflow_lite

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • Bumping version to match bloom release (#51) Bumping version to 1.1.3
  • Fix linting issues found by clang-tidy 6.0 (#50)
    • clang-tidy fixes
    • revert explicit constructor declarations to maintain API compatbility
    • clang-tidy linting issues fixed manually
    • fix unit tests build break
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei

    * Fixed merge conflict Signed-off-by: Miaofei

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei

    * Add FileManager to log manager factory Signed-off-by: Miaofei

    * Add generic file upload logic Signed-off-by: Miaofei

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei

    * Add file management system. Signed-off-by: Miaofei

    * Link file management with publisher Signed-off-by: Miaofei

    * Add test for file management system Signed-off-by: Miaofei

    • Add reading and writing to FileManagerStrategy

    - This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei

    * cleanup Signed-off-by: Miaofei

    * Don't initialize file_manager_strategy yet Signed-off-by: Miaofei

    * Add file upload statistics Signed-off-by: Miaofei

    * Move file management files to isolated package Signed-off-by: Miaofei

    * Moved tests to file_manager folder Signed-off-by: Miaofei

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged dataflow_lite at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.1.5
License Apache 2.0
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/aws-robotics/cloudwatch-common.git
VCS Type git
VCS Version master
Last Updated 2022-02-08
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Light version of dataflow libraries

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

  • AWS RoboMaker
README
No README found. See repository README.
CHANGELOG

Changelog for package dataflow_lite

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • Bumping version to match bloom release (#51) Bumping version to 1.1.3
  • Fix linting issues found by clang-tidy 6.0 (#50)
    • clang-tidy fixes
    • revert explicit constructor declarations to maintain API compatbility
    • clang-tidy linting issues fixed manually
    • fix unit tests build break
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei

    * Fixed merge conflict Signed-off-by: Miaofei

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei

    * Add FileManager to log manager factory Signed-off-by: Miaofei

    * Add generic file upload logic Signed-off-by: Miaofei

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei

    * Add file management system. Signed-off-by: Miaofei

    * Link file management with publisher Signed-off-by: Miaofei

    * Add test for file management system Signed-off-by: Miaofei

    • Add reading and writing to FileManagerStrategy

    - This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei

    * cleanup Signed-off-by: Miaofei

    * Don't initialize file_manager_strategy yet Signed-off-by: Miaofei

    * Add file upload statistics Signed-off-by: Miaofei

    * Move file management files to isolated package Signed-off-by: Miaofei

    * Moved tests to file_manager folder Signed-off-by: Miaofei

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged dataflow_lite at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.1.5
License Apache 2.0
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/aws-robotics/cloudwatch-common.git
VCS Type git
VCS Version master
Last Updated 2022-02-08
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Light version of dataflow libraries

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

  • AWS RoboMaker
README
No README found. See repository README.
CHANGELOG

Changelog for package dataflow_lite

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • Bumping version to match bloom release (#51) Bumping version to 1.1.3
  • Fix linting issues found by clang-tidy 6.0 (#50)
    • clang-tidy fixes
    • revert explicit constructor declarations to maintain API compatbility
    • clang-tidy linting issues fixed manually
    • fix unit tests build break
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei

    * Fixed merge conflict Signed-off-by: Miaofei

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei

    * Add FileManager to log manager factory Signed-off-by: Miaofei

    * Add generic file upload logic Signed-off-by: Miaofei

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei

    * Add file management system. Signed-off-by: Miaofei

    * Link file management with publisher Signed-off-by: Miaofei

    * Add test for file management system Signed-off-by: Miaofei

    • Add reading and writing to FileManagerStrategy

    - This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei

    * cleanup Signed-off-by: Miaofei

    * Don't initialize file_manager_strategy yet Signed-off-by: Miaofei

    * Add file upload statistics Signed-off-by: Miaofei

    * Move file management files to isolated package Signed-off-by: Miaofei

    * Moved tests to file_manager folder Signed-off-by: Miaofei

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged dataflow_lite at Robotics Stack Exchange

No version for distro noetic showing dashing. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 1.1.5
License Apache 2.0
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/aws-robotics/cloudwatch-common.git
VCS Type git
VCS Version master
Last Updated 2022-02-08
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Light version of dataflow libraries

Additional Links

No additional links.

Maintainers

  • AWS RoboMaker

Authors

  • AWS RoboMaker
README
No README found. See repository README.
CHANGELOG

Changelog for package dataflow_lite

1.1.5 (2020-10-14)

No changes.

1.1.4 (2020-09-17)

  • Bumping version to match bloom release (#51) Bumping version to 1.1.3
  • Fix linting issues found by clang-tidy 6.0 (#50)
    • clang-tidy fixes
    • revert explicit constructor declarations to maintain API compatbility
    • clang-tidy linting issues fixed manually
    • fix unit tests build break
  • Increase package version numbers to 1.1.2 (#44)
  • Contributors: Miaofei Mei, Nick Burek, Ragha Prasad

1.1.1 (2019-09-10)

  • Disable error on cast-align warning to support ARMhf builds (#41)

    • Remove -Wcast-align flag to support ARMhf builds

      • bumped versions to 1.1.1
    • restored cast-align, but added as a warning

    • removed unused headers

    • Removed duplicate Werror
  • synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei

  • Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries

  • Added guards for test libraries

  • Offline logs feature (#34)

    * Add file manager and upload complete callback Signed-off-by: Miaofei

    * Fixed merge conflict Signed-off-by: Miaofei

    * Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei

    * Add FileManager to log manager factory Signed-off-by: Miaofei

    * Add generic file upload logic Signed-off-by: Miaofei

    • Add reading, discovery and rotation to FileManagerStrategy

    - Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.

    - Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.

    - Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei

    * Add file management system. Signed-off-by: Miaofei

    * Link file management with publisher Signed-off-by: Miaofei

    * Add test for file management system Signed-off-by: Miaofei

    • Add reading and writing to FileManagerStrategy

    - This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei

    * cleanup Signed-off-by: Miaofei

    * Don't initialize file_manager_strategy yet Signed-off-by: Miaofei

    * Add file upload statistics Signed-off-by: Miaofei

    * Move file management files to isolated package Signed-off-by: Miaofei

    * Moved tests to file_manager folder Signed-off-by: Miaofei

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged dataflow_lite at Robotics Stack Exchange