VisionBoxIOSchedulerEncoderDir

Description

Describes direction of encoder for IO Scheduler of VisionBox.

namespace VisionBoxIOSchedulerEncoderDir
{
	enum Type
	{
		IOSchedulerEncoderDirNormal,
		IOSchedulerEncoderDirReverse
	};
}