Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 289 | f9daq | 1 | [PrintDState] |
| 2 | Class="Function" |
||
| 3 | Prototype="void PrintDState(struct USMC_State_st *State);" |
||
| 4 | |||
| 5 | [PrintDStartParameters] |
||
| 6 | Class="Function" |
||
| 7 | Prototype="void PrintDStartParameters(int DPos, float Speed, const struct USMC_StartParameters_st *SP);" |
||
| 8 | |||
| 9 | [PrintDParameters] |
||
| 10 | Class="Function" |
||
| 11 | Prototype="void PrintDParameters(struct USMC_Parameters_st *Parameters);" |
||
| 12 | |||
| 13 | [PrintDMode] |
||
| 14 | Class="Function" |
||
| 15 | Prototype="void PrintDMode(struct USMC_Mode_st *Mode);" |
||
| 16 | |||
| 17 | [PrintEncState] |
||
| 18 | Class="Function" |
||
| 19 | Prototype="void PrintEncState(struct USMC_EncoderState_st *EnState, struct USMC_Parameters_st *up);" |
||
| 20 | |||
| 21 | [PrintError] |
||
| 22 | Class="Function" |
||
| 23 | Prototype="void PrintError();" |
||
| 24 | |||
| 25 | [uSMC_PrintDevices] |
||
| 26 | Class="Function" |
||
| 27 | Prototype="void uSMC_PrintDevices();" |
||
| 28 | |||
| 29 | [uSMC_SetParameters] |
||
| 30 | Class="Function" |
||
| 31 | Prototype="int uSMC_SetParameters(int node, int stageType);" |
||
| 32 | |||
| 33 | [uSMC_RevertStartPosition] |
||
| 34 | Class="Function" |
||
| 35 | Prototype="int uSMC_RevertStartPosition(int node);" |
||
| 36 | |||
| 37 | [uSMC_PowerOn] |
||
| 38 | Class="Function" |
||
| 39 | Prototype="int uSMC_PowerOn(int node);" |
||
| 40 | |||
| 41 | [uSMC_PowerOffSave] |
||
| 42 | Class="Function" |
||
| 43 | Prototype="int uSMC_PowerOffSave(int node, int saveToFlash);" |
||
| 44 | |||
| 45 | [uSMC_PowerOff] |
||
| 46 | Class="Function" |
||
| 47 | Prototype="int uSMC_PowerOff(int node);" |
||
| 48 | |||
| 49 | [uSMC_Open] |
||
| 50 | Class="Function" |
||
| 51 | Prototype="int uSMC_Open();" |
||
| 52 | |||
| 53 | [uSMC_FindSerial] |
||
| 54 | Class="Function" |
||
| 55 | Prototype="int uSMC_FindSerial(char *serial);" |
||
| 56 | |||
| 57 | [uSMC_Reset] |
||
| 58 | Class="Function" |
||
| 59 | Prototype="int uSMC_Reset(int node);" |
||
| 60 | |||
| 61 | [uSMC_Init] |
||
| 62 | Class="Function" |
||
| 63 | Prototype="int uSMC_Init(int node, int type);" |
||
| 64 | |||
| 65 | [uSMC_ReferenceMove] |
||
| 66 | Class="Function" |
||
| 67 | Prototype="int uSMC_ReferenceMove(int node);" |
||
| 68 | |||
| 69 | [uSMC_MoveFor] |
||
| 70 | Class="Function" |
||
| 71 | Prototype="int uSMC_MoveFor(int node, int dist);" |
||
| 72 | |||
| 73 | [uSMC_MoveTo] |
||
| 74 | Class="Function" |
||
| 75 | Prototype="int uSMC_MoveTo(int node, int dest);" |
||
| 76 | |||
| 77 | [uSMC_GetPosition] |
||
| 78 | Class="Function" |
||
| 79 | Prototype="int uSMC_GetPosition(int node, int *pos);" |
||
| 80 | |||
| 81 | [uSMC_Close] |
||
| 82 | Class="Function" |
||
| 83 | Prototype="void uSMC_Close();" |
||
| 84 |