IedServer_setWriteAccessPolicy to allow writing (#13)

pull/302/head
Chun-Sheng, Li 5 years ago committed by GitHub
parent 8bdc877b53
commit 8968786527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -185,6 +185,8 @@ main(int argc, char** argv)
IedServer_setAuthenticator(iedServer, clientAuthenticator, NULL);
IedServer_setWriteAccessPolicy(iedServer, IEC61850_FC_DC, ACCESS_POLICY_ALLOW);
/*
* For SPCSO1 we want the user be able to change the control model by online service -
* so we install a write access handler to change the control model when the client

Loading…
Cancel
Save