35
Appendix
8.1.2 Parameter Input/Output
These features are used to import or change values through the API.
No. Parameter Name
Unit
Description
1
void SetIPAddrParam (const
std::string &ipAddr)
N/A
Set the IP address for creating the
communication socket
string GetIPAddrParam()
N/A
Get the IP address for creating the
communication socket
2
void SetPortNumParam (const
unsigned short int portNum)
N/A
Set the port number for creating the
communication socket
unsigned short int
GetPortNumParam ()
N/A
Get the port number for creating the
communication socket
3
void SetMinZParam (const float
z_min)
m
Set the Z-axis lower limit for processing output
data
float GetMinZParam ()
m
Get the Z-axis lower limit for processing output
data
4
void SetMaxZParam (const float
z_max)
m
Set the Z-axis upper limit for processing output
data
float GetMaxZParam ()
m
Get the Z-axis upper limit for processing output
data
5
void SetMinYParam (const float
y_min)
m
Set the Y-axis lower limit for processing output
data
float GetMinYParam ()
m
Get the Y-axis lower limit for processing output
data
6
void SetMaxYParam (const float
y_max)
m
Set the Y-axis upper limit for processing output
data
float GetMaxYParam ()
m
Get the Y-axis upper limit for processing output
data
7
void SetMinXParam (const float
x_min)
m
Set the X-axis lower limit for processing output
data
float GetMinXParam ()
m
Get the X-axis lower limit for processing output
data
8
void SetMaxXParam (const float
x_max)
m
Set the X-axis upper limit for processing output
data
float GetMaxXParam ()
m
Get the X-axis upper limit for processing output
data
9
void SetMinRangeParam (const
float range_min)
m
Set the data range lower limit for processing
output data
float GetMinRangeParam ()
m
Get the data range lower limit for processing
output data
10
void SetMaxRangeParam (const
float range_max)
m
Set the data range upper limit for processing
output data
float GetMaxRangeParam ()
m
Get the data range upper limit for processing
output data