|
RTI Connext Modern C++ API Version 7.6.0
|
<<extension>> Contains the functions to enable and use the Network Capture utility. More...
Classes | |
| class | ContentKindMask |
| <<extension>> Mask indicating the types of contents to remove from RTPS frames before saving them to the capture file. More... | |
| class | NetworkCaptureParams |
| <<extension>> Input parameters for starting Network Capture. More... | |
| class | TrafficKindMask |
| <<extension>> Mask indicating the traffic direction to capture. More... | |
Functions | |
| bool | enable () |
| Enable Network Capture. More... | |
| bool | disable () |
| Disable Network Capture. More... | |
| bool | set_default_params (const NetworkCaptureParams ¶ms) |
| Set the default Network Capture parameters. More... | |
| bool | start (const std::string &filename) |
| Start Network Capture. More... | |
| bool | start (dds::domain::DomainParticipant participant, const std::string &filename) |
| Start Network Capture for a participant. More... | |
| bool | start (const std::string &filename, const NetworkCaptureParams ¶ms) |
| Start Network Capture with parameters. More... | |
| bool | start (dds::domain::DomainParticipant participant, const std::string &filename, const NetworkCaptureParams ¶ms) |
| Start Network Capture with parameters for a participant. More... | |
| bool | stop () |
| Stop Network Capture. More... | |
| bool | stop (dds::domain::DomainParticipant participant) |
| Stop Network Capture. More... | |
| bool | pause () |
| Pause Network Capture. More... | |
| bool | pause (dds::domain::DomainParticipant participant) |
| Pause Network Capture. More... | |
| bool | resume () |
| Resume Network Capture. More... | |
| bool | resume (dds::domain::DomainParticipant participant) |
| Resume Network Capture. More... | |
<<extension>> Contains the functions to enable and use the Network Capture utility.