Skip to content

PDSL-DPU-KV/plugin_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plugin

A toy plugin framework.

Have a try:

$ meson setup build

$ meson compile -C build

$ ./build/example/app/hello
Load which plugin(1 or 2): 1
Load Plugin: HelloFromHere
Plugin Author: HammerLi
Plugin Version: v0.0.1
=== Trigger Plugin Method Begin ===
hello from here
=== Trigger Plugin Method End ===
Load which plugin(1 or 2): 2
Load Plugin: HelloFromThere
Plugin Author: HammerLi
Plugin Version: v0.0.1
=== Trigger Plugin Method Begin ===
hello from there
=== Trigger Plugin Method End ===
Load which plugin(1 or 2): 3

About

A example for a toy plugin framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors