Rename from cameraserver to cscore.

This is primarily to avoid header naming conflicts with wpilib.
This commit is contained in:
Peter Johnson
2016-11-05 22:11:55 -07:00
parent 891ce06312
commit f83ff41e47
50 changed files with 164 additions and 313 deletions

View File

@@ -5,8 +5,8 @@
/* the project. */
/*----------------------------------------------------------------------------*/
#ifndef CAMERASERVER_C_UTIL_H_
#define CAMERASERVER_C_UTIL_H_
#ifndef CS_C_UTIL_H_
#define CS_C_UTIL_H_
namespace cs {
@@ -19,4 +19,4 @@ inline char* ConvertToC(llvm::StringRef in) {
} // namespace cs
#endif // CAMERASERVER_C_UTIL_H_
#endif // CS_C_UTIL_H_