add documentation

This commit is contained in:
Fabian Posch 2024-01-11 15:07:42 -05:00
parent d62fcf7669
commit d7da698fca

View file

@ -33,7 +33,10 @@
#include <mutex>
#include <cluster/artifact.hpp>
// if you want to use this interface for different types, you only need to change it here
/**
* If you want to use this interface for different types, you only need to change it here.
* This can be any type, as long as it publicly derives form pl::Artifact.
*/
using InputType = pl::SimConfigArtifact;
using OutputType = pl::SimOutputArtifact;