#include "wge100_camera/wge100lib.h"#include "wge100_camera/host_netutil.h"#include <string.h>#include <cstdio>#include <cstdlib>#include <cstring>#include <cassert>#include <unistd.h>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| int | sensorread (IpCamList *camera, uint8_t reg) |
| int | sensorwrite (IpCamList *camera, uint8_t reg, uint16_t val) |
| int | usage (int argc, char **argv) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 79 of file access_register.cpp.
| int sensorread | ( | IpCamList * | camera, | |
| uint8_t | reg | |||
| ) |
Definition at line 44 of file access_register.cpp.
| int sensorwrite | ( | IpCamList * | camera, | |
| uint8_t | reg, | |||
| uint16_t | val | |||
| ) |
Definition at line 56 of file access_register.cpp.
| int usage | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 65 of file access_register.cpp.