cmlabs::PhaseSpec Class Reference
#include <Specs.h>
List of all members.
Detailed Description
Definition at line 164 of file Specs.h.
Constructor & Destructor Documentation
cmlabs::PhaseSpec::PhaseSpec |
( |
|
) |
|
cmlabs::PhaseSpec::PhaseSpec |
( |
const JString & |
xml |
) |
|
cmlabs::PhaseSpec::PhaseSpec |
( |
XMLNode * |
node |
) |
|
cmlabs::PhaseSpec::~PhaseSpec |
( |
|
) |
|
Member Function Documentation
unsigned long cmlabs::PhaseSpec::getPayloadSize |
( |
|
) |
const [virtual] |
Object * cmlabs::PhaseSpec::clone |
( |
|
) |
const [virtual] |
bool cmlabs::PhaseSpec::fromXML |
( |
const JString & |
xml |
) |
[virtual] |
bool cmlabs::PhaseSpec::fromXML |
( |
XMLNode * |
node |
) |
[virtual] |
JString cmlabs::PhaseSpec::toXML |
( |
|
) |
[virtual] |
JString cmlabs::PhaseSpec::toHTML |
( |
|
) |
[virtual] |
JString cmlabs::PhaseSpec::print |
( |
|
) |
[virtual] |
bool cmlabs::PhaseSpec::equals |
( |
const Object * |
o2 |
) |
|
int cmlabs::PhaseSpec::compare |
( |
const Object * |
o2 |
) |
|
bool cmlabs::PhaseSpec::isNewerThan |
( |
const PhaseSpec * |
spec |
) |
|
bool cmlabs::PhaseSpec::isOlderThan |
( |
const PhaseSpec * |
spec |
) |
|
long cmlabs::PhaseSpec::getBinarySize |
( |
int |
chunk |
) |
[virtual] |
Get the size of binary data chunk, -1 for all chunks.
Get the size of any binary data.
Reimplemented from cmlabs::Object.
Definition at line 1237 of file Specs.cpp.
int cmlabs::PhaseSpec::getBinaryChunkCount |
( |
|
) |
[virtual] |
long cmlabs::PhaseSpec::toBinaryBuffer |
( |
int |
chunk, |
|
|
char * |
buffer, |
|
|
int |
maxlen | |
|
) |
| | [virtual] |
Write binary data to buffer at chunk number 'chunk'.
Get a pointer to the binary data at chunk number 'chunk'.
Reimplemented from cmlabs::Object.
Definition at line 1251 of file Specs.cpp.
bool cmlabs::PhaseSpec::fromBinaryBuffer |
( |
int |
chunk, |
|
|
char * |
buffer, |
|
|
long |
len | |
|
) |
| | [virtual] |
bool cmlabs::PhaseSpec::containsGlobalTrigger |
( |
|
) |
|
Member Data Documentation
Contains TriggerSpecs.
Definition at line 208 of file Specs.h.
Contains System TriggerSpecs.
Contains RetrieveSpecs
Definition at line 214 of file Specs.h.
Contains CrankSpecs.
Definition at line 217 of file Specs.h.
Contains PostSpecs.
Definition at line 220 of file Specs.h.
Contains StreamAccesses.
Definition at line 223 of file Specs.h.
The documentation for this class was generated from the following files: