equal
deleted
inserted
replaced
17 IOCDOSE_DBD += drvAsynIPPort.dbd |
17 IOCDOSE_DBD += drvAsynIPPort.dbd |
18 IOCDOSE_DBD += iocshGlobalCommands.dbd |
18 IOCDOSE_DBD += iocshGlobalCommands.dbd |
19 IOCDOSE_DBD += asSupport.dbd |
19 IOCDOSE_DBD += asSupport.dbd |
20 IOCDOSE_DBD += devIocStats.dbd |
20 IOCDOSE_DBD += devIocStats.dbd |
21 IOCDOSE_DBD += devTimestampWorkaround.dbd |
21 IOCDOSE_DBD += devTimestampWorkaround.dbd |
|
22 IOCDOSE_DBD += reccaster.dbd |
|
23 IOCDOSE_DBD += asyn.dbd |
|
24 IOCDOSE_DBD += modbusSupport.dbd |
22 |
25 |
23 # Streamdevice |
26 # Streamdevice |
24 IOCDOSE_DBD += stream.dbd |
27 IOCDOSE_DBD += stream.dbd |
25 |
28 |
26 |
29 |
31 IOCDOSE_LIBS += devTimestampWorkaround |
34 IOCDOSE_LIBS += devTimestampWorkaround |
32 IOCDOSE_LIBS += devIocStats |
35 IOCDOSE_LIBS += devIocStats |
33 IOCDOSE_LIBS += autosave |
36 IOCDOSE_LIBS += autosave |
34 IOCDOSE_LIBS += asyn |
37 IOCDOSE_LIBS += asyn |
35 IOCDOSE_LIBS += stream |
38 IOCDOSE_LIBS += stream |
|
39 IOCDOSE_LIBS += reccaster |
|
40 IOCDOSE_LIBS += modbus |
36 |
41 |
37 |
42 |
38 # IOCDOSE_registerRecordDeviceDriver.cpp derives from IOCDOSE.dbd |
43 # IOCDOSE_registerRecordDeviceDriver.cpp derives from IOCDOSE.dbd |
39 IOCDOSE_SRCS += IOCDOSE_registerRecordDeviceDriver.cpp |
44 IOCDOSE_SRCS += IOCDOSE_registerRecordDeviceDriver.cpp |
40 |
45 |