v2.0.0
Loading...
Searching...
No Matches
rt_command Directory Reference
Directory dependency graph for rt_command:
src/libraries/com/rt_command

Files

 
command.cpp
 Translation unit for COMLIB::Command: constructors, JSON/CLI serialisation, parameter access and dispatch glue.
 
command.h
 Typed, parameter-bearing command object that round-trips between mne-cpp clients and mne_rt_server.
 
command_manager.cpp
 Translation unit for COMLIB::CommandManager: schema storage, observer-side dispatch and JSON bulk-load.
 
command_manager.h
 Per-component registry of COMLIB::Command schemas; receives COMLIB::RawCommand from the parser and dispatches matching Command instances.
 
command_parser.cpp
 Translation unit for COMLIB::CommandParser: JSON/CLI tokenisation and fan-out to attached managers.
 
command_parser.h
 Front-end tokeniser that turns incoming JSON or CLI payloads into COMLIB::RawCommand objects and notifies attached managers.
 
raw_command.cpp
 Translation unit for COMLIB::RawCommand: storage of the untyped keyword/argument pair before schema binding.
 
raw_command.h
 Untyped intermediate produced by COMLIB::CommandParser before type information is bound to parameters.