gclib  2.0.8
Communications API for Galil controllers and PLCs
ip_assigner.cpp File Reference
#include "examples.h"
#include <iostream>
#include <vector>
#include <string.h>

Go to the source code of this file.

Typedefs

typedef std::vector< string > tokens
 

Functions

tokens string_split (const string &str, const string &token)
 Splits a string into a vector based on a token.
 
GReturn ip_assigner (char *serial_num, int address)
 Assigns controller an IP Adress given a serial number and a 1 byte address. More...
 

Detailed Description

Function calls for the IP Assigner Example Project.

Definition in file ip_assigner.cpp.