Visioscan Set SDK Libraries
1.3.5
Visioscan Set SDK Help documentation file for C++ and C++/CLI
Loading...
Searching...
No Matches
OnOffDelay.h
1
#pragma once
2
#include <string>
3
#ifdef AGVSENSOR_EXPORTS
4
#define ONOFF_DELAY __declspec(dllexport)
5
#else
6
#define ONOFF_DELAY __declspec(dllimport)
7
#endif
8
using namespace
std;
9
class
ONOFF_DELAY
OnOffDelay
10
{
11
public
:
12
uint16_t GetNear();
13
void
SetNear(uint16_t nearDelay);
14
15
uint16_t GetMiddle();
16
void
SetMiddle(uint16_t middleDelay);
17
18
uint16_t GetFar();
19
void
SetFar(uint16_t farDelay);
20
21
private
:
22
uint16_t _near;
23
uint16_t _middle;
24
uint16_t _far;
25
};
26
OnOffDelay
Definition
OnOffDelay.h:10
AgvSensor
OnOffDelay.h
Generated by
1.11.0