Visioscan Set SDK Libraries
1.0.28
Visioscan Set SDK Help documentation file for C++ and C++/CLI
Loading...
Searching...
No Matches
HoldTime.h
1
#pragma once
2
#include <string>
3
#ifdef AGVSENSOR_EXPORTS
4
#define HOLD_TIME __declspec(dllexport)
5
#else
6
#define HOLD_TIME __declspec(dllimport)
7
#endif
8
using namespace
std;
9
class
HOLD_TIME
HoldTime
10
{
11
public
:
12
uint16_t GetProtection();
13
void
SetProtection(uint16_t protection);
14
15
uint16_t GetWarning1();
16
void
SetWarning1(uint16_t warning1);
17
18
uint16_t GetWarning2();
19
void
SetWarning2(uint16_t warning2);
20
21
private
:
22
uint16_t _protection;
23
uint16_t _warning1;
24
uint16_t _warning2;
25
};
26
HoldTime
Definition
HoldTime.h:10
AgvSensor
HoldTime.h
Generated by
1.11.0