TSP: The Transport Sample Protocol



Kernel API
[Targa Library]

Collaboration diagram for Kernel API:

Enumerations

enum  HostType_T
 

HOST management.

More...
enum  ProviderStatus_T {
  GD_FROM_SCRATCH = 0, GD_SESSION_CLOSED, GD_SESSION_OPENED, GD_SAMPLE_REQUESTED,
  GD_SAMPLE_STARTED
}
 

TSP provider management which define Available provider statuses.

More...

Enumeration Type Documentation

enum HostType_T

HOST management.

URL are treated as hosts.

TSP provider management which define Available provider statuses.

Enumerator:
GD_FROM_SCRATCH 

The provider has just been created.

Nothing can be done with it.

GD_SESSION_CLOSED 

The provider has now its name, But 'TSP_consumer_request_*' functions can not be called yet.

GD_SESSION_OPENED 

Ready now to request any information of the provider.

GD_SAMPLE_REQUESTED 

The provider has been given the set of symbols to be sampled.

But 'sampling' is still OFF.

GD_SAMPLE_STARTED 

'sampling' is now ON.

Framework Home Page.

Beware !! TSP wave is coming...