The Robot Application Programming Interface Delegate Project
RAPID Logo

Ack.idl File Reference

Provides a method for sending acknowledgment messages. More...

import "Message.idl";
Include dependency graph for Ack.idl:

Go to the source code of this file.

Classes

interface  Ack
 Ack is a Message that sends an acknowledgement of commands received. More...

Packages

package  rapid

Enumerations

enum  AckStatus { ACK_QUEUED, ACK_EXECUTING, ACK_COMPLETED }
 

Status of the command paired with this Ack.

More...
enum  AckCompletedStatus {
  ACK_COMPLETED_NOT, ACK_COMPLETED_OK, ACK_COMPLETED_BAD_SYNTAX, ACK_COMPLETED_EXEC_FAILED,
  ACK_COMPLETED_CANCELED
}
 

This status is sent along when it has completed.

More...

Detailed Description

Constants are contained in Ack.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines