#include <assert.h>
#include <iostream>
#include <fstream>
#include <string.h>
#include <stdlib.h>
#include <ros/console.h>
#include <ros/time.h>
#include <wge100_camera/ipcam_packet.h>
#include <wge100_camera/host_netutil.h>
#include <wge100_camera/wge100lib.h>
Go to the source code of this file.
Functions | |
uint16_t | checksum (uint16_t *data) |
int | main (int argc, char **argv) |
int | read_name (IpCamList *camera) |
int | write_name (IpCamList *camera, char *name, char *new_ip) |
uint16_t checksum | ( | uint16_t * | data | ) |
Definition at line 51 of file set_name.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 119 of file set_name.cpp.
int read_name | ( | IpCamList * | camera | ) |
Definition at line 59 of file set_name.cpp.
int write_name | ( | IpCamList * | camera, | |
char * | name, | |||
char * | new_ip | |||
) |
Definition at line 84 of file set_name.cpp.