File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
core/pv/src/main/java/org/phoebus/pv/sys Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1414import java .util .stream .Collectors ;
1515
1616/** PV Factory for system PVs
17- * @author Kay Kasemir
17+ * @author Kay Kasemir, Kunal Shroff
1818 */
1919@ SuppressWarnings ("nls" )
2020public class SysPVFactory implements PVFactory
@@ -31,7 +31,7 @@ public String getType()
3131 @ Override
3232 public PV createPV (final String name , final String base_name ) throws Exception
3333 {
34- // Determine simulation function name and (optional) parameters
34+ // Determine system pv function name and (optional) parameters
3535 final String func , parameters ;
3636 int sep = base_name .indexOf ('(' );
3737 if (sep < 0 )
Original file line number Diff line number Diff line change 11/*******************************************************************************
2- * Copyright (c) 2019 Oak Ridge National Laboratory.
2+ * Copyright (c) 2022 Oak Ridge National Laboratory.
3+ * Copyright (c) 2022 Brookhaven National Laboratory.
34 * All rights reserved. This program and the accompanying materials
45 * are made available under the terms of the Eclipse Public License v1.0
56 * which accompanies this distribution, and is available at
1213import org .phoebus .util .time .TimestampFormats ;
1314
1415import java .time .Instant ;
15- import java .time .Period ;
1616import java .time .format .DateTimeFormatter ;
1717import java .time .temporal .TemporalAmount ;
1818import java .util .List ;
19- import java .util .Locale ;
2019
2120/** System "time" PV
22- * @author Kay Kasemir, based on similar code in diirt
21+ * @author Kunal Shroff, Kay Kasemir, based on similar code in diirt
2322 */
2423public class TimeOffsetPV extends SimulatedStringPV
2524{
You can’t perform that action at this time.
0 commit comments