]> git.sesse.net Git - casparcg/commit
Added timeline support to the CLK protocol. Also refactored parts of the CLK parser...
authorhellgore <hellgore@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Tue, 18 Sep 2012 12:41:10 +0000 (12:41 +0000)
committerhellgore <hellgore@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Tue, 18 Sep 2012 12:41:10 +0000 (12:41 +0000)
commit5bc78d00354ac31da7653a2534ac8c31e3b44890
tree671dc9850534401c50b5fe17dce8d01c47139392
parent7ec6ccfcdd6a37a0a362a0dfc89c2b2f321d62e2
Added timeline support to the CLK protocol. Also refactored parts of the CLK parser implementation.

git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/trunk@3312 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d
protocol/clk/CLKCommand.cpp [deleted file]
protocol/clk/CLKProtocolStrategy.cpp
protocol/clk/CLKProtocolStrategy.h
protocol/clk/clk_command_processor.cpp [new file with mode: 0644]
protocol/clk/clk_command_processor.h [new file with mode: 0644]
protocol/clk/clk_commands.cpp [new file with mode: 0644]
protocol/clk/clk_commands.h [moved from protocol/clk/CLKCommand.h with 56% similarity]
protocol/protocol.vcxproj
protocol/protocol.vcxproj.filters
protocol/util/ProtocolStrategy.h