Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
telemetry_client.cpp File Reference
Include dependency graph for telemetry_client.cpp:

Go to the source code of this file.

Classes

class  telemetry_client
 

Functions

int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 146 of file telemetry_client.cpp.

146 {
148
149 std::string uri = "ws://localhost:9002";
150
151 if (argc == 2) {
152 uri = argv[1];
153 }
154
155 c.run(uri);
156}
void run(const std::string &uri)
char ** argv
Here is the call graph for this function: