mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
committed by
Peter Johnson
parent
223e61df2a
commit
b68e1c5570
@@ -14,7 +14,7 @@
|
||||
|
||||
namespace wpi {
|
||||
class raw_istream;
|
||||
}
|
||||
} // namespace wpi
|
||||
|
||||
namespace cs {
|
||||
|
||||
|
||||
@@ -377,7 +377,7 @@ char** CS_GetNetworkInterfaces(int* count);
|
||||
void CS_FreeNetworkInterfaces(char** interfaces, int count);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
} // extern "C"
|
||||
#endif
|
||||
|
||||
#endif // CSCORE_CSCORE_C_H_
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
namespace cv {
|
||||
class Mat;
|
||||
}
|
||||
} // namespace cv
|
||||
|
||||
namespace cs {
|
||||
|
||||
@@ -337,6 +337,6 @@ uint64_t CS_GrabSinkFrameCpp(CS_Sink sink, cv::Mat* image, CS_Status* status);
|
||||
uint64_t CS_GrabSinkFrameTimeoutCpp(CS_Sink sink, cv::Mat* image,
|
||||
double timeout, CS_Status* status);
|
||||
void CS_PutSourceFrameCpp(CS_Source source, cv::Mat* image, CS_Status* status);
|
||||
}
|
||||
} // extern "C"
|
||||
|
||||
#endif // CSCORE_CSCORE_CPP_H_
|
||||
|
||||
Reference in New Issue
Block a user