-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
789176b
commit d498d6b
Showing
7 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
/* | ||
* This software is Copyright by the Board of Trustees of Michigan | ||
* State University (c) Copyright 2017. | ||
* Copyright (c) 2022 Cosylab d.d. | ||
* | ||
* Author: Michael Davidsaver <[email protected]> | ||
*/ | ||
|
@@ -77,6 +78,9 @@ struct PulserFRIB : public Pulser | |
virtual epicsUInt32 psTrig() const { return 0u; } | ||
virtual void setPSTrig(epicsUInt32) {} | ||
|
||
virtual epicsUInt32 dbusTrig() const { return 0u; } | ||
virtual void setDBusTrig(epicsUInt32) {} | ||
|
||
virtual bool polarityInvert() const { return false; } | ||
virtual void setPolarityInvert(bool) {} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters