mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
This is a copy of wpilibc's DataLogManager with shims for the HAL and wpilibc functionality for LabView use.
28 lines
310 B
Plaintext
28 lines
310 B
Plaintext
cppHeaderFileInclude {
|
|
\.h$
|
|
}
|
|
|
|
cppSrcFileInclude {
|
|
\.cpp$
|
|
}
|
|
|
|
modifiableFileExclude {
|
|
src/main/native/include/DataLogManager\.h$
|
|
}
|
|
|
|
repoRootNameOverride {
|
|
ntcoreffi
|
|
}
|
|
|
|
includeOtherLibs {
|
|
^fmt/
|
|
^gmock/
|
|
^gtest/
|
|
^networktables/
|
|
^wpi/
|
|
}
|
|
|
|
includeGuardRoots {
|
|
ntcoreffi/src/main/native/include/
|
|
}
|