aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api/vom/types.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-11-24VOM: Additions to allow uses to UT applications that use VOMNeale Ranns1-2/+15
- find object by key - compare objects Change-Id: I36ec8612be9482bcef7ceced2a59f7403f77b3e8 Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
2017-11-01VOM fixes for 9090 - ships in the night commitsNeale Ranns1-27/+0
Change-Id: I4b03a4f86a7e0e47874715398ca9f8ff0f5386ee Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
2017-11-01VPP Object Model (VOM)Neale Ranns1-0/+287
The VOM is a C++ library for use by clients/agents of VPP for programming state. It uses the binary APIs to do so. Various other common client side functions are also provided. Please see om.hpp for a more detailed description. Change-Id: Ib756bfe99817093815a9e26ccf464aa5583fc523 Signed-off-by: Neale Ranns <neale.ranns@cisco.com> Co-authored-by: Mohsin Kazmi <sykazmi@cisco.com>