[hal, cscore, ntcore] Use WPI common handle type base

This commit is contained in:
Peter Johnson
2021-09-17 12:28:12 -07:00
parent 87e34967ef
commit b82d4f6e58
3 changed files with 9 additions and 3 deletions

View File

@@ -5,6 +5,8 @@
#ifndef CSCORE_HANDLE_H_
#define CSCORE_HANDLE_H_
#include <wpi/Synchronization.h>
#include "cscore_c.h"
namespace cs {
@@ -18,7 +20,7 @@ class Handle {
public:
enum Type {
kUndefined = 0,
kProperty = 0x40,
kProperty = wpi::kHandleTypeCSBase,
kSource,
kSink,
kListener,