Changeset 178 in flair-src for trunk/lib/FlairSensorActuator/src/HostEthController.h
- Timestamp:
- 05/19/17 16:15:52 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSensorActuator/src/HostEthController.h
r137 r178 28 28 class cvmatrix; 29 29 class TcpSocket; 30 class Socket;30 class UdpSocket; 31 31 class Mutex; 32 32 } … … 64 64 std::string controllerName; 65 65 core::TcpSocket *controlSocket; // connection to the target 66 core:: Socket *dataSocket;66 core::UdpSocket *dataSocket; 67 67 std::string targetAddress; 68 68 int targetPort;
Note:
See TracChangeset
for help on using the changeset viewer.