#include <vetprot.h>
Inheritance diagram for cornelluniversity::vetserial::status_request:
Public Member Functions | |
status_request (void) | |
virtual | ~status_request (void) |
virtual void | execute (void) |
forces the setting of the NAK flag and then proceeds to generate the header, utilizing the currently values of the private members, and leaves it in the internal buffers waiting for you to grab it. |
Definition at line 348 of file vetprot.h.
virtual void cornelluniversity::vetserial::status_request::execute | ( | void | ) | [virtual] |
forces the setting of the NAK flag and then proceeds to generate the header, utilizing the currently values of the private members, and leaves it in the internal buffers waiting for you to grab it.
Implements cornelluniversity::vetserial::base_command.