You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
652 B
23 lines
652 B
[ implicit_handle(handle_t any_handle) ] interface IMachineActivatorControl
|
|
{
|
|
ProcessActivatorStarted(
|
|
[comm_status, fault_status] prpcstat);
|
|
|
|
ProcessActivatorInitializing(
|
|
[comm_status, fault_status] prpcstat);
|
|
|
|
ProcessActivatorReady(
|
|
[comm_status, fault_status] prpcstat);
|
|
|
|
ProcessActivatorStopped(
|
|
[comm_status, fault_status] prpcstat);
|
|
|
|
ProcessActivatorPaused(
|
|
[comm_status, fault_status] prpcstat);
|
|
|
|
ProcessActivatorResumed(
|
|
[comm_status, fault_status] prpcstat);
|
|
|
|
ProcessActivatorUserInitializing(
|
|
[comm_status, fault_status] prpcstat);
|
|
}
|