|
libadc-cxx 1.0.0
Structured logging for scientific computing
|

Go to the source code of this file.
Namespaces | |
| namespace | adc_examples |
| namespace | adc_examples::adcHelloWorldAuto |
Functions | |
| int | adc_examples::adcHelloWorldAuto::main (int, char **) |
| adc c++ hello world without hard-coded publisher choices. | |
| int | main (int argc, char **argv) |
This demonstrates using the adc::factory API to build and publish a message. The message sent includes the bare minimum, plus hello world. This exammple captures the case where control of publication methods is deferred to the application environment variables seen at runtime.
Definition in file adcHelloWorldAuto.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 73 of file adcHelloWorldAuto.cpp.