WPILibC++
unspecified
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
NetworkTableType.h
1
/*----------------------------------------------------------------------------*/
2
/* Copyright (c) FIRST 2017. All Rights Reserved. */
3
/* Open Source Software - may be modified and shared by FRC teams. The code */
4
/* must be accompanied by the FIRST BSD license file in the root directory of */
5
/* the project. */
6
/*----------------------------------------------------------------------------*/
7
8
#ifndef NT_TYPE_H_
9
#define NT_TYPE_H_
10
11
#include "ntcore_c.h"
12
13
namespace
nt
{
14
15
enum class
NetworkTableType {
16
kUnassigned = NT_UNASSIGNED,
17
kBoolean = NT_BOOLEAN,
18
kDouble = NT_DOUBLE,
19
kString = NT_STRING,
20
kRaw = NT_RAW,
21
kBooleanArray = NT_BOOLEAN_ARRAY,
22
kDoubleArray = NT_DOUBLE_ARRAY,
23
kStringArray = NT_STRING_ARRAY,
24
kRpc = NT_RPC
25
};
26
27
}
// namespace nt
28
29
#endif // NT_TYPE_H_
nt
Definition:
IEntryNotifier.h:15
build
cppSource
ntcore-cpp
headers
networktables
NetworkTableType.h
Generated on Tue Oct 17 2017 20:05:20 for WPILibC++ by
1.8.11