examples/ip_pipeline: add pipeline object
authorJasvinder Singh <jasvinder.singh@intel.com>
Thu, 29 Mar 2018 18:31:48 +0000 (19:31 +0100)
committerCristian Dumitrescu <cristian.dumitrescu@intel.com>
Thu, 5 Apr 2018 17:00:08 +0000 (19:00 +0200)
commitd75c371e9b46565bab99e40f74973bda73e315e1
tree56e39008cf5b32926e787e8ed66fe64879070452
parent719374345ceea6ca3321b0f3f0bba2a1c7be1831
examples/ip_pipeline: add pipeline object

Add pipeline object implementation to the application.

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
examples/ip_pipeline/Makefile
examples/ip_pipeline/cli.c
examples/ip_pipeline/cli.h
examples/ip_pipeline/main.c
examples/ip_pipeline/meson.build
examples/ip_pipeline/pipeline.c [new file with mode: 0644]
examples/ip_pipeline/pipeline.h [new file with mode: 0644]