add documentation
This commit is contained in:
parent
d62fcf7669
commit
d7da698fca
1 changed files with 4 additions and 1 deletions
|
|
@ -33,7 +33,10 @@
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
#include <cluster/artifact.hpp>
|
#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 InputType = pl::SimConfigArtifact;
|
||||||
using OutputType = pl::SimOutputArtifact;
|
using OutputType = pl::SimOutputArtifact;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue