Information and States header

The control mode functions are declared in the header file AxisConfiguration.h.

In AxisConfiguration.h, your Information and States code should be as follows:

            #pragma once

VOID PrintDeviceInformation(int Index);
VOID PrintAxisInformation(int Index);
VOID PrintMotionStates(int Index);