Create C++ -> Python interface for calling LogReader
This provides an interface that allows the user to extract json data
from the logfiles directly into Python.
Change-Id: Iafd1e4ac2301befe1f8939b396d6e40a3133b2a2
diff --git a/WORKSPACE b/WORKSPACE
index cbc390c..d43693f 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -549,3 +549,10 @@
name = "com_github_google_flatbuffers",
path = "third_party/flatbuffers",
)
+
+http_file(
+ name = "sample_logfile",
+ downloaded_file_path = "log.fbs",
+ sha256 = "91c98edee0c90a19992792c711dde4a6743af2d6d7e45b5079ec228fdf51ff11",
+ urls = ["http://www.frc971.org/Build-Dependencies/small_sample_logfile.fbs"],
+)