USGS

Isis 3.0 Application Source Code Reference

Home

SpiceClientStarter Class Reference

#include <SpiceClientStarter.h>

List of all members.

Signals

void startIt ()
 Signal sent to SpiceClient telling it to start.

Public Member Functions

 SpiceClientStarter (SpiceClient &client)
 This starts the POST request to the server prepared by the SpiceClient.
 ~SpiceClientStarter ()
 Destroys a SpiceClientStarter.
void start ()
 Call this to actually start the SpiceClient POST request.

Detailed Description

Author:
????-??-?? Steven Lambright

Definition at line 14 of file SpiceClientStarter.h.


Constructor & Destructor Documentation

SpiceClientStarter ( SpiceClient client  ) 

This starts the POST request to the server prepared by the SpiceClient.

This is necessary because a signal must call sendRequest() in SpiceClient.

Parameters:
client 

Definition at line 14 of file SpiceClientStarter.cpp.

Destroys a SpiceClientStarter.

Definition at line 22 of file SpiceClientStarter.cpp.


Member Function Documentation

void start (  ) 

Call this to actually start the SpiceClient POST request.

Definition at line 29 of file SpiceClientStarter.cpp.

void startIt (  )  [signal]

Signal sent to SpiceClient telling it to start.


The documentation for this class was generated from the following files: