Skip to content
Snippets Groups Projects
Commit 7838060b authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

changed formatting of a comment

parent 87df46bf
No related branches found
No related tags found
No related merge requests found
...@@ -116,8 +116,7 @@ namespace ChimeraTK { ...@@ -116,8 +116,7 @@ namespace ChimeraTK {
/********************************************************************************************************************/ /********************************************************************************************************************/
/** Convenience class for input scalar accessors with return channel ("write /** Convenience class for input scalar accessors with return channel ("write back") and UpdateMode::push. */
* back") and UpdateMode::push */
template<typename UserType> template<typename UserType>
struct ScalarPushInputWB : public ScalarAccessor<UserType> { struct ScalarPushInputWB : public ScalarAccessor<UserType> {
ScalarPushInputWB(Module* owner, const std::string& name, std::string unit, const std::string& description, ScalarPushInputWB(Module* owner, const std::string& name, std::string unit, const std::string& description,
...@@ -130,8 +129,7 @@ namespace ChimeraTK { ...@@ -130,8 +129,7 @@ namespace ChimeraTK {
/********************************************************************************************************************/ /********************************************************************************************************************/
/** Convenience class for output scalar accessors with return channel ("read /** Convenience class for output scalar accessors with return channel ("read back") (always UpdateMode::push) */
* back") (always UpdateMode::push) */
template<typename UserType> template<typename UserType>
struct ScalarOutputPushRB : public ScalarAccessor<UserType> { struct ScalarOutputPushRB : public ScalarAccessor<UserType> {
ScalarOutputPushRB(Module* owner, const std::string& name, std::string unit, const std::string& description, ScalarOutputPushRB(Module* owner, const std::string& name, std::string unit, const std::string& description,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment