active-object
There are 24 repositories under active-object topic.
QuantumLeaps/qpc
QP/C Real-Time Event Framework/RTOS implements event-driven Active Object (Actor) model combined with Hierarchical State Machines. Specifically designed for embedded systems (e.g., ARM Cortex-M MCUs).
QuantumLeaps/qpcpp
QP/C++ Real-Time Event Framework/RTOS implements event-driven Active Object (Actor) model combined with Hierarchical State Machines. Specifically designed for embedded systems (e.g., ARM Cortex-M MCUs).
kiishor/UML-State-Machine-in-C
A minimalist UML State machine framework for finite state machine and hierarchical state machine in C
QuantumLeaps/qpn
QP-nano real-time embedded framework/RTOS for embedded systems based on active objects (actors) and hierarchical state machines
JKISoftware/JKI-State-Machine-Objects
Object-oriented framework for LabVIEW based on the JKI State Machine
libmcu/libmcu
A toolkit for firmware development
heliohm/active
An active object messaging framework for microcontrollers in C
adel-mamin/amast
A Minimalist Asynchronous Toolkit (AMAST) is a small and efficient C99 library that helps manage complex, event-driven programs. It combines the Actor model with hierarchical state machines to make building real-time systems easier.
covemountainsoftware/cpputest-for-qpcpp
CppUTest For QP/C++ implements a CppUTest port of the QP Framework, with supporting utilities, enabling easy host based unit testing of active objects.
serhiybutz/HSM
Hierarchical state machine framework in Swift.
rkalnins/rmkernel
Realtime Micro Kernel -- Event-driven Run-to-Completion RTOS with Active Objects, Timed Events, Memory Pools, and Message Queues
samiralavi/activecpp
Active Objects for Modern C++
AlexiaChen/multi-thread-design-pattern
Implementation of multi-thread Design Pattern in Java
polesskiy-dev/active-object-fsm
Minimalistic implementation of Active Object pattern + FSM for embedded systems.
ISTIC-M2-ILa-GM/aodp
Active-Object design pattern
alexmarincu/tiva-playground
A playground for Texas Instruments Tiva C Series LaunchPad
caiofov/ActiveObjects-Java
Final project of Programming Languages subject
iulianoroberto/Java_active_object
Active object in Java by dynamic proxy.
MightyArty/Design_Patterns
Sixth assigment in Operating System Course
Tevz-Beskovnik/Active-objects
Active objects based on event-driven programing
TSMotter/active-object
Generic and agnostic C++ implementation of the active object pattern with hierarchical state machines
TSMotter/toaster-active-object
Active object pattern - C++, cmake, gtest, docker, boost, threads, queues, timers
pawlo555/concurrency-theory-active-object
Consumer and producer problem - asynchronous communication using ActiveObject design pattern
xueliu/qpcpp-blinky
My blinky example for QP/C++ framework and CMake