Functions | |
| void | Usage () |
| gcstring | GetDottedAddress (int64_t value) |
| gcstring | GetMACAddress (int64_t value) |
| std::string | GetMACAddress (const char *macAddrString) |
| vector< string > | split (const string &str) |
| string | IPV4ToLongString (string ipAddress) |
| bool | IsDigits (const std::string &str) |
| bool | ValidateIPV4Address (string ipAddress, bool isSubnetMask=false) |
| void | PrintDeviceInfo (CameraPtr pCamera) |
| void | QueryInterface (InterfacePtr pInterface) |
| void | ListAllDeviceInfo () |
| void | ListDeviceInfoBySerial (std::string serialNumber) |
| void | ListDeviceInfoByMAC (std::string macAddress) |
| void | AutoConfigure () |
| void | ConfigureCamera (std::string serial, std::string ipAddress, std::string netMask, std::string gateway) |
| int | main (int argc, char **argv) |
Variables | |
| const std::string | zeroSerial = "0" |
| const std::string | zeroIPAddress = "0.0.0.0" |
| const std::string | broadcastAddress = "255.255.255.255" |
| void AutoConfigure | ( | ) |
| void ConfigureCamera | ( | std::string | serial, |
| std::string | ipAddress, | ||
| std::string | netMask, | ||
| std::string | gateway | ||
| ) |
| gcstring GetDottedAddress | ( | int64_t | value | ) |
| std::string GetMACAddress | ( | const char * | macAddrString | ) |
| gcstring GetMACAddress | ( | int64_t | value | ) |
| string IPV4ToLongString | ( | string | ipAddress | ) |
| bool IsDigits | ( | const std::string & | str | ) |
| void ListAllDeviceInfo | ( | ) |
| void ListDeviceInfoByMAC | ( | std::string | macAddress | ) |
| void ListDeviceInfoBySerial | ( | std::string | serialNumber | ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| void PrintDeviceInfo | ( | CameraPtr | pCamera | ) |
| void QueryInterface | ( | InterfacePtr | pInterface | ) |
| vector<string> split | ( | const string & | str | ) |
| void Usage | ( | ) |
| bool ValidateIPV4Address | ( | string | ipAddress, |
| bool | isSubnetMask = false |
||
| ) |
| const std::string broadcastAddress = "255.255.255.255" |
| const std::string zeroIPAddress = "0.0.0.0" |
| const std::string zeroSerial = "0" |