You can build and run the main OpenICE application with one gradle task.
./gradlew :interop-lab:demo-apps:run
interop-lab/
- OpenICE device adapters and user interfaces
- demo-apps/
- Demo Applications
- demo-devices/
- Demo Device Interfaces
- demo-guis/
- GUI components
- demo-guis-javafx/
- Components to bind demo-guis to JavaFX
- demo-apps/
data-types/
- Work (in progress) on data type definitions
x73-idl
Prototype Interface Description (Definition) Language typesx73-idl-rti-dds
Code generation from IDL with rtiddsgen for use with RTI DDS; register herex73-idl-ospl-dds
Code generation from IDL with idlpp for use with PrismTech OpenSplice DDS; community edition here
devices/
- Implementation of device protocols for lab devices.
- To be used in conjunction with other components that provide nomenclature, information model translation, and messaging.