We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5535616 commit eeac195Copy full SHA for eeac195
src/viam/examples/modules/simple/client.cpp
@@ -11,6 +11,8 @@
11
using namespace viam::sdk;
12
13
int main() {
14
+ // Every Viam C++ SDK program must have one and only one Instance object which is created before
15
+ // any other C++ SDK objects and stays alive until all Viam C++ SDK objects are destroyed.
16
Instance inst;
17
18
const char* uri = "http://localhost:8080/"; // replace with your URI if connecting securely
0 commit comments