yarf 0.1
Yet Another RepRap Firmware
Data Fields
cmd_response_t Struct Reference

Data structure representing a response to a command. More...

#include <commands.h>

Data Fields

enum cmd_status status
 Status of the response.
float T
 Temperature of the nozzle in degrees Celsius.
float B
 Temperature of the printbed in degrees Celsius.
float X
 X coordinate.
float Y
 Y coordinate.
float Z
 Z coordinate.
float E
 E coordinate.
char * info
 String giving additional information.

Detailed Description

Data structure representing a response to a command.

Definition at line 47 of file commands.h.


Field Documentation

Temperature of the printbed in degrees Celsius.

Definition at line 50 of file commands.h.

Status of the response.

Definition at line 48 of file commands.h.

Temperature of the nozzle in degrees Celsius.

Definition at line 49 of file commands.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines