#include <DCDT_Agora.h>
Public Attributes | |
char | IfStrAddr [INET_ADDRSTRLEN] |
Unicast interface address ( string ). | |
int | IfNumAddr |
Unicast interface address in network mode. | |
char | McStrAddr [INET_ADDRSTRLEN] |
Multicast interface address ( string ). | |
int | McNumAddr |
Multicast interface address in network mode. | |
short | McPort |
Port for multicast and unicast address written in network mode. | |
FILE * | fp |
File descriptor for the configuration file. |
|
File descriptor for the configuration file.
Definition at line 87 of file DCDT_Agora.h. Referenced by DCDT_Agora::CommConfig(), DCDT_Agora::DCDT_Agora(), DCDT_Finder::StaticLinks(), DCDT_Agora::~DCDT_Agora(), and DCDT_Finder::~DCDT_Finder(). |
|
Unicast interface address in network mode.
Definition at line 79 of file DCDT_Agora.h. Referenced by DCDT_Agora::CommConfig(), and DCDT_Finder::Init(). |
|
Unicast interface address ( string ).
Definition at line 77 of file DCDT_Agora.h. Referenced by DCDT_Agora::CommConfig(). |
|
Multicast interface address in network mode.
Definition at line 83 of file DCDT_Agora.h. Referenced by DCDT_Agora::CommConfig(), and DCDT_Finder::Init(). |
|
Port for multicast and unicast address written in network mode.
Definition at line 85 of file DCDT_Agora.h. Referenced by DCDT_Agora::CommConfig(), and DCDT_Finder::Init(). |
|
Multicast interface address ( string ).
Definition at line 81 of file DCDT_Agora.h. Referenced by DCDT_Agora::CommConfig(). |