C# example code

8 posts / 0 new
Last post
Offline
Last seen: 4 years 5 months ago
Joined: 07/01/2014
Posts: 9
Setting up a C# build with C# generated files

Hi,


I have used rtiddsgen -language C# to generate the interface files and I'm not quite sure how to get them assembled into .NET solution. 


I've got a C# Visualization project that contains:

- VisualizationService_publisher.cs

- VisualizationService_subscriber.cs

and a C++ DDS_Access.dll that includes:

- VisualizationService.h/cpp

- VisualizationServicePlugin.h/cpp

- VisualizationServiceSupport.h/cpp

 

Subscribe to RSS - C# example code