VisionBoxStrobeSource

Description

Possible signal sources for strobe device

namespace VisionBoxStrobeSource
{
	enum Type
	{
		StrobeSourceDigIn0,
		StrobeSourceDigIn1,
		StrobeSourceDigIn2,
		StrobeSourceDigIn3,
		StrobeSourceDigIn4,
		StrobeSourceDigIn5,
		StrobeSourceDigIn6,
		StrobeSourceDigIn7,
		StrobeSourceRs422In0,
		StrobeSourceRs422In1,
		StrobeSourceRs422In2,
		StrobeSourceTriggenOut0,
		StrobeSourceTriggenOut1,
		StrobeSourceTriggenOut2,
		StrobeSourceTriggenOut3,
		StrobeSourceMuxOut0,
		StrobeSourceMuxOut1,
		StrobeSourceMuxOut2,
		StrobeSourceMuxOut3,
		StrobeSourceMuxOut4,
		StrobeSourceMuxOut5,
		StrobeSourceMuxOut6,
		StrobeSourceMuxOut7,
		StrobeSourceMuxOut8,
		StrobeSourceMuxOut9,
		StrobeSourceMuxOut10,
		StrobeSourceMuxOut11,
		StrobeSourceMuxOut12,
		StrobeSourceMuxOut13,
		StrobeSourceMuxOut14,
		StrobeSourceMuxOut15
	};
}