WPILibC++
unspecified
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
timestamp.h
1
/*----------------------------------------------------------------------------*/
2
/* Copyright (c) FIRST 2015. 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
#ifndef WPIUTIL_SUPPORT_TIMESTAMP_H_
8
#define WPIUTIL_SUPPORT_TIMESTAMP_H_
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
14
unsigned
long
long
WPI_Now(
void
);
15
16
#ifdef __cplusplus
17
}
18
#endif
19
20
#ifdef __cplusplus
21
namespace
wpi
{
22
23
unsigned
long
long
Now
();
24
25
}
// namespace wpi
26
#endif
27
28
#endif // WPIUTIL_SUPPORT_TIMESTAMP_H_
wpi
Definition:
SocketError.cpp:18
nt::Now
unsigned long long Now()
Returns monotonic current time in 100 ns increments.
Definition:
ntcore_cpp.cpp:715
build
cppSource
wpiutil-cpp
headers
support
timestamp.h
Generated on Sat Oct 28 2017 21:17:17 for WPILibC++ by
1.8.11