Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No function to set callback in CS104 #137

Open
BluerabbitY opened this issue Apr 10, 2023 · 0 comments
Open

No function to set callback in CS104 #137

BluerabbitY opened this issue Apr 10, 2023 · 0 comments

Comments

@BluerabbitY
Copy link

The struct sCS104_Slave has CS101_ResetProcessHandler(for TypeID = 105) and CS101_DelayAcquisitionHandler(for TypeID = 106) member that is the same as struct sCS101_Slave , but has no function to set handler fucntion;
In CS101 has:

void CS101_Slave_setResetProcessHandler(CS101_Slave self, CS101_ResetProcessHandler handler, void* parameter);

void CS101_Slave_setDelayAcquisitionHandler(CS101_Slave self, CS101_DelayAcquisitionHandler handler, void* parameter);

In CS104 has no function:

void CS104_Slave_setResetProcessHandler(CS104_Slave self, CS101_ResetProcessHandler handler, void* parameter);

void CS104_Slave_setDelayAcquisitionHandler(CS104_Slave self, CS101_DelayAcquisitionHandler handler, void* parameter);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant