ark::kmsg::KmsgReaderStage
Defined in header “ark/kmsg/stages/kmsg_reader_stage.hh”.
A stage that wraps the KmsgReader it will periodically read from the kernel message buffer and write the read messages into the debuglog.
Methods
-
KmsgReaderStage(std::string name)
Constructor. -
~KmsgReaderStage()
Destructor. Implemented privately to handle cleanup. -
void initialize(pipeline::StageInterface & interface)
Initializes the stage, starting threads and creating publishers. -
void start()
Indicates that the system has settled and you should begin any threads or processing. -
void shutdown()
Stops the stage, shutting down threads.