Skip to content

Commit 57ae9fc

Browse files
committed
re #845 ToolReference attribute frame only for trackers, portName required for most of trackers, PortUsImageOrientation for most imaging devices
1 parent 3464072 commit 57ae9fc

File tree

24 files changed

+120
-50
lines changed

24 files changed

+120
-50
lines changed

PlusLib/src/DataCollection/3dConnexionTracking/Device3dConnexion.dox

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
- \ref PlatformWin32
1313
- \ref PlatformWin64
1414
- \ref PlatformWin32Embedded
15-
- \ref PlatformMacOs
16-
- \ref PlatformLinux
1715

1816
\section D3dConnexionInstallation Installation
1917

PlusLib/src/DataCollection/Ascension3DGTracking/DeviceAscension3DG.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
- \xmlElem \ref DataSources:
3939
- \xmlElem \ref DataSource: there must be one child element
4040
- \xmlAtt \b Type = \c "Tool"
41-
- \xmlAtt \b PortName Identifies the connector (0, 1, 2, or 3) or a virtual tool that contains the quality values (\c quality1 for tool ports 0, 1, and 2; \c quality2 for tool port 3).
41+
- \xmlAtt \b PortName Identifies the connector (0, 1, 2, or 3) or a virtual tool that contains the quality values (\c quality1 for tool ports 0, 1, and 2; \c quality2 for tool port 3). \RequiredAtt
4242
- \xmlAtt \b QualityErrorSlope The slope should have a value between -127 and +127. \OptionalAtt{0}
4343
- \xmlAtt \b QualityErrorOffset default: The offset should have a value between -127 and +127. \OptionalAtt{0}
4444
- \xmlAtt \b QualityErrorSensitivity: The sensitivity should have a value between 0 and 127 \OptionalAtt{2}

PlusLib/src/DataCollection/BkProFocus/DeviceBkProFocus.dox

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ OEM interfaceOem
3333
- \xmlAtt \b IniFileName. INI file name. If a relative path is specified then it is relative to the device set configuration directory. See an example \ref inifile "INI file" below.
3434
- \xmlElem \ref DataSources:
3535
- \xmlElem \ref DataSource: there must be one child element
36-
- \xmlAtt \ref PortUsImageOrientation
36+
- \xmlAtt \ref PortUsImageOrientation \RequiredAtt
37+
- \xmlAtt \ref ImageType \OptionalAtt{BRIGHTNESS}
3738
- \xmlAtt \ref BufferSize \OptionalAtt{150}
3839
- \xmlAtt \ref AveragedItemsForFiltering \OptionalAtt{20}
3940

@@ -52,7 +53,8 @@ RF acquisition through the CameraLink interface
5253

5354
- \xmlElem \ref DataSources:
5455
- \xmlElem \ref DataSource: there must be one child element
55-
- \xmlAtt \ref PortUsImageOrientation
56+
- \xmlAtt \ref PortUsImageOrientation \RequiredAtt
57+
- \xmlAtt \ref ImageType \OptionalAtt{BRIGHTNESS}
5658
- \xmlAtt \ref BufferSize \OptionalAtt{150}
5759
- \xmlAtt \ref AveragedItemsForFiltering \OptionalAtt{20}
5860

PlusLib/src/DataCollection/BkProFocus/PlusBkProFocusCameraLinkReceiver.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ bool PlusBkProFocusCameraLinkReceiver::DataAvailable(int lines, int pitch, void
112112
}
113113
else if (numberOfSamplePairsInOutput<numberOfSamplePairsInInput)
114114
{
115-
LOG_WARNING("Not enough space allocated to store all the RF samples. Input: "<<numberOfSamplePairsInInput<<", output: "<<numberOfSamplePairsInOutput);
115+
LOG_WARNING("Not enough space allocated to store all the RF samples. Input: "<<numberOfSamplePairsInInput<<", output: "<<numberOfSamplePairsInOutput);
116116
numberOfSamplePairsToCopy=numberOfSamplePairsInOutput;
117117
}
118118
else // numberOfSamplePairsInInput < numberOfSamplePairsInOutput

PlusLib/src/DataCollection/BrachyTracking/DeviceBrachy.dox

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@
2222
- \xmlAtt \ref LocalTimeOffsetSec \OptionalAtt{0}
2323
- \xmlAtt \ref ToolReferenceFrame \OptionalAtt{Tracker}
2424

25+
- \xmlElem \ref DataSources:
26+
- \xmlElem \ref DataSource: there must be one child element
27+
- \xmlAtt \ref PortName \RequiredAtt
28+
- \xmlAtt \ref BufferSize \OptionalAtt{150}
29+
- \xmlAtt \ref AveragedItemsForFiltering \OptionalAtt{20}
30+
31+
2532
\section BrachyExampleConfigFile Example configuration file
2633

2734
\include "data/ConfigFiles/PlusDeviceSet_Server_Brachy.xml"

PlusLib/src/DataCollection/Epiphan/DeviceEpiphan.dox

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Need to install the drivers and software from <a href="http://www.epiphan.com/pr
3131

3232
- \xmlElem \ref DataSources:
3333
- \xmlElem \ref DataSource: there must be one child element
34-
- \xmlAtt \ref PortUsImageOrientation
35-
- \xmlAtt \ref ImageType. Color image acquisition is supported by setting the imaging device's common attribute \c ImageType="RGB_COLOR" as shown in the Epiphan Color Video Capture example.
34+
- \xmlAtt \ref PortUsImageOrientation \RequiredAtt
35+
- \xmlAtt \ref ImageType. Color image acquisition is supported by setting the imaging device's common attribute \c ImageType="RGB_COLOR" as shown in the Epiphan Color Video Capture example. \OptionalAtt{BRIGHTNESS}
3636
- \xmlAtt \ref BufferSize \OptionalAtt{150}
3737
- \xmlAtt \ref AveragedItemsForFiltering \OptionalAtt{20}
3838

PlusLib/src/DataCollection/FakeTracking/DeviceFake.dox

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
- \xmlAtt \ref LocalTimeOffsetSec \OptionalAtt{0}
2323
- \xmlAtt \ref ToolReferenceFrame \OptionalAtt{Tracker}
2424

25+
- \xmlElem \ref DataSources:
26+
- \xmlElem \ref DataSource: there must be one child element
27+
- \xmlAtt \ref PortName \RequiredAtt
28+
- \xmlAtt \ref BufferSize \OptionalAtt{150}
29+
- \xmlAtt \ref AveragedItemsForFiltering \OptionalAtt{20}
30+
2531
\section FakeExampleConfigFile Example configuration file
2632

2733
\include "data/ConfigFiles/PlusDeviceSet_Server_Fake.xml"

PlusLib/src/DataCollection/ICCapturing/DeviceICCapturing.dox

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@
2020
- \xmlAtt \ref DeviceType "Type" = \c "ICCapturing" \RequiredAtt
2121
- \xmlAtt \ref DeviceAcquisitionRate "AcquisitionRate" \OptionalAtt{125}
2222
- \xmlAtt \ref LocalTimeOffsetSec \OptionalAtt{0}
23-
- \xmlAtt \ref ToolReferenceFrame \OptionalAtt{Tracker}
23+
24+
- \xmlElem \ref DataSources:
25+
- \xmlElem \ref DataSource: there must be one child element
26+
- \xmlAtt \ref PortUsImageOrientation \RequiredAtt
27+
- \xmlAtt \ref ImageType \OptionalAtt{BRIGHTNESS}
28+
- \xmlAtt \ref BufferSize \OptionalAtt{150}
29+
- \xmlAtt \ref AveragedItemsForFiltering \OptionalAtt{20}
2430

2531
\section ICCapturingExampleConfigFile Example configuration file
2632

PlusLib/src/DataCollection/Interson/DeviceInterson.dox

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@
2020
- \xmlAtt \ref DeviceType "Type" = \c "Interson" \RequiredAtt
2121
- \xmlAtt \ref DeviceAcquisitionRate "AcquisitionRate" \OptionalAtt{125}
2222
- \xmlAtt \ref LocalTimeOffsetSec \OptionalAtt{0}
23-
- \xmlAtt \ref ToolReferenceFrame \OptionalAtt{Tracker}
23+
24+
- \xmlElem \ref DataSources:
25+
- \xmlElem \ref DataSource: there must be one child element
26+
- \xmlAtt \ref PortUsImageOrientation \RequiredAtt
27+
- \xmlAtt \ref ImageType \OptionalAtt{BRIGHTNESS}
28+
- \xmlAtt \ref BufferSize \OptionalAtt{150}
29+
- \xmlAtt \ref AveragedItemsForFiltering \OptionalAtt{20}
2430

2531
\section IntersonExampleConfigFile Example configuration file
2632

PlusLib/src/DataCollection/MicronTracking/DeviceMicron.dox

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ The 1394 interface that your computer already has may not work with the camera.
3030

3131
- \xmlElem \ref DataSources:
3232
- \xmlElem \ref DataSource: there must be one child element
33+
- \xmlAtt \ref PortName \RequiredAtt
3334
- \xmlAtt \ref BufferSize \OptionalAtt{150}
3435
- \xmlAtt \ref AveragedItemsForFiltering \OptionalAtt{20}
35-
- \xmlAtt \ref PortName \RequiredAtt
36+
3637

3738
\section MicronExampleConfigFile Example configuration file
3839

0 commit comments

Comments
 (0)