Add minimal CDC client
Added a minimal CDC client application that uses the CDC connector library. This is mainly intended for manual testing so it is built using the accompanying Makefile instead of being a part of the CMake system.
This commit is contained in:
@ -26,7 +26,7 @@ int main(int argc, char** argv)
|
||||
|
||||
if (conn.connect(argv[5]))
|
||||
{
|
||||
CDC::Row row;
|
||||
CDC::SRow row;
|
||||
|
||||
while ((row = conn.read()))
|
||||
{
|
||||
|
Reference in New Issue
Block a user