#include "cSocketRTScheduler.h"#include <headers/ethernet.h>Go to the source code of this file.
Defines | |
| #define | IPPROTO_SCTP 132 |
| #define | PCAP_SNAPLEN 65536 |
| #define | PCAP_TIMEOUT 10 |
Functions | |
| Register_Class (cSocketRTScheduler) | |
| std::ostream & | operator<< (std::ostream &out, const timeval &tv) |
| #define IPPROTO_SCTP 132 |
Definition at line 27 of file cSocketRTScheduler.cc.
| #define PCAP_SNAPLEN 65536 |
Definition at line 36 of file cSocketRTScheduler.cc.
Referenced by cSocketRTScheduler::setInterfaceModule().
| #define PCAP_TIMEOUT 10 |
Definition at line 37 of file cSocketRTScheduler.cc.
Referenced by cSocketRTScheduler::receiveWithTimeout(), and cSocketRTScheduler::setInterfaceModule().
| std::ostream& operator<< | ( | std::ostream & | out, | |
| const timeval & | tv | |||
| ) | [inline] |
Definition at line 49 of file cSocketRTScheduler.cc.
{
return out << (uint32)tv.tv_sec << "s" << tv.tv_usec << "us";
}
| Register_Class | ( | cSocketRTScheduler | ) |
1.7.1