Definition at line 33 of file NetFeed.h.
◆ NetFeed()
Class serves as basement for implementations.
Definition at line 49 of file NetFeed.h.
◆ ~NetFeed()
Class serves as basement for implementations.
Definition at line 54 of file NetFeed.h.
◆ connection() [1/2]
Connection attributes (overload for modifications).
Definition at line 98 of file NetFeed.h.
◆ connection() [2/2]
Connection attributes (read-only access).
Definition at line 106 of file NetFeed.h.
◆ id() [1/2]
const std::string & id |
( |
| ) |
const |
|
inline |
Identifier associated with feed.
Definition at line 60 of file NetFeed.h.
◆ id() [2/2]
void id |
( |
const std::string & | id | ) |
|
|
inline |
Assigns identifier.
Definition at line 67 of file NetFeed.h.
◆ receiveTimeout() [1/2]
const TimeSpan & receiveTimeout |
( |
| ) |
const |
|
inline |
Maximal time interval between two packets transmitted.
Definition at line 114 of file NetFeed.h.
◆ receiveTimeout() [2/2]
void receiveTimeout |
( |
UInt32 | timeInterval | ) |
|
|
inline |
Updates time interval between two packets transmitted.
Definition at line 121 of file NetFeed.h.
◆ role() [1/2]
Role in a service (primary, secondary).
Definition at line 86 of file NetFeed.h.
◆ role() [2/2]
Assigns feed service role.
Definition at line 92 of file NetFeed.h.
◆ type() [1/2]
Type of service (incremental, instrument, etc).
Definition at line 74 of file NetFeed.h.
◆ type() [2/2]
Assigns feed service type.
Definition at line 80 of file NetFeed.h.