-
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
57cee32
commit f320283
Showing
6 changed files
with
45 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]> | ||
*/ | ||
|
@@ -61,6 +62,9 @@ struct PulserFRIB : public Pulser | |
virtual bool enabled() const { return true;} | ||
virtual void enable(bool) {} | ||
|
||
virtual void softSet() {} | ||
virtual void softReset() {} | ||
|
||
virtual void setDelayRaw(epicsUInt32); | ||
virtual void setDelay(double); | ||
virtual epicsUInt32 delayRaw() const; | ||
|
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