Skip to content

This is the example communicator that I will be updating as I go through my ORNL internship in which I am creating an HTTP communicator along with the communicator factory in c++

Notifications You must be signed in to change notification settings

megatnt1122/ExampleCommunicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Factory Class Example

To build cd into the repo then run

Configure step

cmake -S . -B build

Build step

cmake --build build 

To run tests

cmake --build build --target test

You can also run the tests directly cd into the build folder

cd ./build/tests/unit

Run the executable directly

./unit_test_communicator_factory

About

This is the example communicator that I will be updating as I go through my ORNL internship in which I am creating an HTTP communicator along with the communicator factory in c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published