Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
CURocketEngineering
/
Avionics
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
2
Code
Issues
10
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Feat/state machine callbacks
- #91
#91
Merged
Elan456
merged 10 commits into
main
CURocketEngineering/Avionics:main
from
feat/state-machine-callbacks
CURocketEngineering/Avionics:feat/state-machine-callbacks
Copy head branch name to clipboard
Mar 31, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Feat/state machine callbacks
#91
Elan456
merged 10 commits into
main
CURocketEngineering/Avionics:main
from
feat/state-machine-callbacks
CURocketEngineering/Avionics:feat/state-machine-callbacks
Copy head branch name to clipboard
Commits
Commits on Mar 24, 2026
feat: add function callbacks to state machine and always use changeState instead of setting it manually
Elan456
committed
5f22c25
View commit details
Copy full SHA for 5f22c25
Browse repository at this point
feat: replace vector with a array of fixed size
Elan456
committed
8013aca
View commit details
Copy full SHA for 8013aca
Browse repository at this point
ref: rename fn to functionptr
Elan456
committed
0c9cd9d
View commit details
Copy full SHA for 0c9cd9d
Browse repository at this point
Commits on Mar 30, 2026
Merge branch 'main' of https://github.com/CURocketEngineering/Avionics into feat/state-machine-callbacks
Elan456
committed
20add44
View commit details
Copy full SHA for 20add44
Browse repository at this point
fix: add a default state handle to StateMachine and BurnoutStateMachine
Elan456
committed
60d0d47
View commit details
Copy full SHA for 60d0d47
Browse repository at this point
fix: remove extra descent branch and just use a default branch
Elan456
committed
6044c65
View commit details
Copy full SHA for 6044c65
Browse repository at this point
test: add base state machine unit tests
Elan456
committed
a08403a
View commit details
Copy full SHA for a08403a
Browse repository at this point
Commits on Mar 31, 2026
fix: add cstdint header inclusion, also use comments to indicate 'soft-stability' for the enum values of the states
Elan456
committed
8a340d5
View commit details
Copy full SHA for 8a340d5
Browse repository at this point
fix: check LD before FLD to remove double state change in one update possiblity
Elan456
committed
99e4326
View commit details
Copy full SHA for 99e4326
Browse repository at this point
docs: fix spelling mistake for necessarily
Elan456
committed
7745011
View commit details
Copy full SHA for 7745011
Browse repository at this point
You can’t perform that action at this time.