Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a capability to send out telemetry packets on specified cycles #573

Open
bocchino opened this issue Jan 17, 2025 · 1 comment
Open
Labels
blocked Issue is blocked pending resolution of another issue code generation Issues related to code generation f prime integration Issues related to integration with F Prime proposed feature A proposed new feature semantics Issues related to semantics spec Issues related to the FPP language specification syntax Issues related to syntax user's guide Issues related to the FPP User's Guide

Comments

@bocchino
Copy link
Collaborator

Per discussion with @timcanham on January 16, 2025:

  • The packet group spec can have a cycles attribute
  • The packet spec can have a cycle attribute, which has to fall within cycles
  • The system can sent out each packet on its specified cycle

To be added after the first version of telemetry packets are released.

@bocchino bocchino added code generation Issues related to code generation f prime integration Issues related to integration with F Prime proposed feature A proposed new feature semantics Issues related to semantics spec Issues related to the FPP language specification syntax Issues related to syntax telemetry packets user's guide Issues related to the FPP User's Guide labels Jan 17, 2025
@bocchino bocchino changed the title Add a capability to send out specified telemetry packets on specified cycles Add a capability to send out telemetry packets on specified cycles Jan 17, 2025
@bocchino bocchino added the blocked Issue is blocked pending resolution of another issue label Jan 17, 2025
@bocchino
Copy link
Collaborator Author

From @timcanham: When specifying cycles to emit packets

  1. We should allow a range of cycles: 5..12
  2. We should allow a list of cycles or ranges: 1, 5, 9 or 1, 5, 9..10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Issue is blocked pending resolution of another issue code generation Issues related to code generation f prime integration Issues related to integration with F Prime proposed feature A proposed new feature semantics Issues related to semantics spec Issues related to the FPP language specification syntax Issues related to syntax user's guide Issues related to the FPP User's Guide
Projects
None yet
Development

No branches or pull requests

1 participant