-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BCS application launcher Config (#49)
* Add Config structures * gRPC client and service - configuration structure serialization and deserialization this commit includes the essential functions to convert the NMOS configuration structures to a linear vector. preparing to transmit it over protobuf protocol. And includes the essential functions to convert linear vector NMOS configuration to structured configurations. Signed-off-by: Aly, Walid <[email protected]> * Add ffmpeg pipeline generator files Signed-off-by: Tomasz Szumski <[email protected]> * update gRPC service update gRPC service Signed-off-by: Aly, Walid <[email protected]> * Add serialization and deserialization functions for Config using nlohmann/json * Send json as string via gRPC Signed-off-by: Tomasz Szumski <[email protected]> * Add commitConfigs function declaration to FFmpeg_wrapper_client.h and include onfig_params.hpp header * Append static to not to expose not needed symbols, fallback to previous serialization method is json fails --------- Signed-off-by: Aly, Walid <[email protected]> Signed-off-by: Tomasz Szumski <[email protected]> Co-authored-by: Aly, Walid <[email protected]>
- Loading branch information
1 parent
56d55c7
commit e4791a0
Showing
9 changed files
with
674 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.