WindowsSocket.h
Go to the documentation of this file.
1 
26 #ifndef ROS_WINDOWS_SOCKET_H_
27 #define ROS_WINDOWS_SOCKET_H_
28 
29 // forward declaration of the implementation class
30 // this class is defined in the implementation file to abstract all of the
31 // windows specific crud. It gets in the way of the ROS libraries.
32 class WindowsSocketImpl;
33 
35 {
36 public:
37  WindowsSocket ();
38 
39  void init (char *server_hostname);
40 
41  int read ();
42 
43  void write (const unsigned char *data, int length);
44 
45  unsigned long time ();
46 
47 private:
49 };
50 
51 #endif
void init(char *server_hostname)
WindowsSocketImpl * impl
Definition: WindowsSocket.h:48
void write(const unsigned char *data, int length)
unsigned long time()


rosserial_windows
Author(s): Kareem Shehata
autogenerated on Mon Jun 10 2019 14:53:50