Public Member Functions |
Protected Member Functions |
Protected Attributes |
Friends |
List of all members
chrono::utils::ChSocket Class Reference
Description
Base class for sockets. Sockets have at least an ID and a port.
#include <ChSocket.h>
Inheritance diagram for chrono::utils::ChSocket:

Protected Member Functions | |
void | setSocketId (int socketFd) |
Protected Attributes | |
int | portNumber |
int | socketId |
int | blocking |
int | bindFlag |
struct sockaddr_in | clientAddr |
Friends | |
std::ostream & | operator<< (std::ostream &io, ChSocket &s) |
The documentation for this class was generated from the following files:
- C:/M/B/src/chrono-9.0.1/src/chrono/utils/ChSocket.h
- C:/M/B/src/chrono-9.0.1/src/chrono/utils/ChSocket.cpp