|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
CSvPublisherProcess handles and manipulates the CSvPublisher server. More...
Public Member Functions | |
| void | onReceive (string) |
| IPC event. More... | |
| void | init (bool) |
| void | addPublisherValue (float) |
| void | updatePublisherValue (int, float) |
Public Member Functions inherited from Process | |
| Device | getOwnerDevice () |
| Returns the device for this process. More... | |
CSvPublisherProcess handles and manipulates the CSvPublisher server.
| void CSvPublisherProcess::addPublisherValue | ( | float | ) |
| void CSvPublisherProcess::init | ( | bool | ) |
| void CSvPublisherProcess::onReceive | ( | string | ) |
IPC event.
| void CSvPublisherProcess::updatePublisherValue | ( | int | , |
| float | |||
| ) |