Visioscan Set SDK Libraries
1.3.5
Visioscan Set SDK Help documentation file for C++ and C++/CLI
Loading...
Searching...
No Matches
FieldName.h
1
#pragma once
2
#include <string>
3
#ifdef AGVSENSOR_EXPORTS
4
#define FIELDNAME __declspec(dllexport)
5
#else
6
#define FIELDNAME __declspec(dllimport)
7
#endif
8
using namespace
std;
9
class
FIELDNAME
FieldName
10
{
11
public
:
16
int
GetFieldNumber();
17
22
void
SetFieldNumber(
int
fieldNumber);
23
28
string
GetMainName();
29
34
void
SetMainName(
string
fieldName);
35
40
string
GetNearZoneName();
41
46
void
SetNearZoneName(
string
nearZoneName);
47
52
string
GetMiddleZoneName();
53
58
void
SetMiddleZoneName(
string
middleZoneName);
59
64
string
GetFarZoneName();
65
70
void
SetFarZoneName(
string
farZoneName);
71
72
private
:
73
int
_fieldNumber;
74
string
_fieldsetName;
75
string
_nearZoneName;
76
string
_middleZoneName;
77
string
_farZoneName;
78
};
79
FieldName
Definition
FieldName.h:10
AgvSensor
FieldName.h
Generated by
1.11.0