Added the "KEvent" console command. #17

Merged
Joe merged 3 commits from new_SystemK into main 2026-03-01 22:19:58 +00:00
Owner

This PR adds a new console command, "KEvent", which allows the sending of arbitrary events to the state machine. The events are specified by ID, which may change from release-to-release of SystemK.

KTag> KEvent
Usage:
  KEvent <Event ID> <Event Data>
  (Note that IDs may be SystemK version-dependent.)
This PR adds a new console command, "KEvent", which allows the sending of arbitrary events to the [state machine](https://ktag.clubk.club/Technology/SystemK/#state-machine). The events are specified by [ID](https://git.ktag.clubk.club/Software/SystemK/src/tag/SystemK_v01.01/Events/KEvents.h#L33-L86), which may change from release-to-release of SystemK. ``` KTag> KEvent Usage: KEvent <Event ID> <Event Data> (Note that IDs may be SystemK version-dependent.) ```
Joe added 3 commits 2026-03-01 22:19:30 +00:00
Joe merged commit 7807ce0ece into main 2026-03-01 22:19:58 +00:00
Joe deleted branch new_SystemK 2026-03-01 22:19:58 +00:00
Joe referenced this pull request from a commit 2026-03-01 22:19:59 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Software/2024A-SW#17
No description provided.