The interface to writing objects into VPP OM.
More...
The interface to writing objects into VPP OM.
Definition at line 140 of file om.hpp.
Make the State in VPP reflect the expressed desired state.
But don't call the HW - use this whilst processing dumped data from HW
Definition at line 202 of file om.hpp.
Print each of the object in the DB into the stream provided.
Definition at line 96 of file om.cpp.
void VOM::OM::dump |
( |
std::ostream & |
os | ) |
|
|
static |
Print each of the KEYS.
Definition at line 102 of file om.cpp.
Init.
Initialse the connection to VPP.
Definition at line 29 of file om.cpp.
Mark all state owned by this key as stale.
Definition at line 35 of file om.cpp.
populate the OM with state read from HW.
Definition at line 108 of file om.cpp.
Register a listener of events.
Definition at line 124 of file om.cpp.
Remove all object in the OM referenced by the key.
Definition at line 69 of file om.cpp.
void VOM::OM::replay |
( |
void |
| ) |
|
|
static |
Replay all of the objects to HW.
Definition at line 83 of file om.cpp.
Sweep all the key's objects that are stale.
Definition at line 49 of file om.cpp.
Make the State in VPP reflect the expressed desired state.
After processing all the objects in the queue, in FIFO order, any remaining state owned by the client_db::key_t is purged. This is a template function so the object's update() function is always called with the derived type.
Definition at line 221 of file om.hpp.
The documentation for this class was generated from the following files: