class JobElem

Each user have a queue of jobs

Public Fields

string filename
string fullpath
Timeval start
Timeval stop
Timeval playFrom

Public Methods

JobElem()
JobElem( RemoteUser &user, istrstream &input, bool firstFile, struct tm &firstt )
JobElem( const JobElem &j )
const JobElem& operator =( const JobElem &j )
~JobElem()
void cleanup()
bool valid()
void restart_count( unsigned loadDataChunk )
bool send_packet( RemoteUser &user, PacketHeader *data )
void calc_next_packet_time( Timeval &t )
bool load_packet( RemoteUser &user, stack< PacketHeader * > &inusedBuffers )

Protected Fields

FILE* fp
unsigned fileLength
Timeval localStartTime
start time in local time
Timeval movieStartTime
start time in movie time
unsigned startOffset
start file pos
unsigned datasent
data sent since last local StartTime setup
unsigned dataloaded
data loaded since last local StartTime setup
unsigned datarate
bytes per second

Documentation

Each user have a queue of jobs
string filename

string fullpath

Timeval start

Timeval stop

Timeval playFrom

FILE* fp

unsigned fileLength

Timeval localStartTime
start time in local time

Timeval movieStartTime
start time in movie time

unsigned startOffset
start file pos

unsigned datasent
data sent since last local StartTime setup

unsigned dataloaded
data loaded since last local StartTime setup

unsigned datarate
bytes per second

JobElem()

JobElem( RemoteUser &user, istrstream &input, bool firstFile, struct tm &firstt )

JobElem( const JobElem &j )

const JobElem& operator =( const JobElem &j )

~JobElem()

void cleanup()

bool valid()

void restart_count( unsigned loadDataChunk )

bool send_packet( RemoteUser &user, PacketHeader *data )

void calc_next_packet_time( Timeval &t )

bool load_packet( RemoteUser &user, stack< PacketHeader * > &inusedBuffers )


This class has no child classes.

alphabetic index html hierarchy of classes or java



This page was generated with the help of DOC++.