Previous Next Contents

5.7   FrameSet Data Access






5.7.1   PmGetNbOfFrames

Synopsis
int PmGetNbOfFrames (PmFrameSet aFS)
Returns the number of active frames in FrameSet aFS.






5.7.2   PmDecrNbOfFrames

Synopsis
void PmDecrNbOfFrames (PmFrameSet aFS, int N)
Decrease in N the number of active frames of FrameSet aFS, by throwing away the last N frames.

N is automatically limited to the number of active frames of FrameSet aFS.






5.7.3   PmGetBeginTime

Synopsis
float PmGetBeginTime (PmFrameSet aFS)
Returns the begin time of FrameSet aFS.






5.7.4   PmPutBeginTime

Synopsis
void PmPutBeginTime (PmFrameSet aFS, float time)
Sets to time the begin time of FrameSet aFS.






5.7.5   PmGetEndTime

Synopsis
float PmGetEndTime (PmFrameSet aFS)
Returns the end time of FrameSet aFS.






5.7.6   PmPutEndTime

Synopsis
void PmPutEndTime (PmFrameSet aFS, float time)
Sets to time the end time of FrameSet aFS.






5.7.7   PmGetNbOfParamSets

Synopsis
int PmGetNbOfParamSets (PmFrameSet aFS)
Returns the number of active ParamSets in FrameSet aFS.






5.7.8   PmGetActiveParamSetId

Synopsis
PmParamSetId PmGetActiveParamSetId (PmFrameSet aFS, int pos)
Returns the identifier of the ParamSet in position pos in FrameSet aFS.






5.7.9   PmGetParamSetType

Synopsis
int PmGetParamSetType (PmFrameSet aFS, PmParamSetId aParamSetId)
Returns the type of ParamSet identified by aParamSetId in FrameSet aFS.

ParamSet type is one of the following:

C basic data types:

PM_CHAR, PM_SHORT, PM_INT, PM_LONG, PM_FLOAT, PM_DOUBLE
Pm specific data types:

PM_PARTIAL





5.7.10   PmGetParamSetName

Synopsis
char * PmGetParamSetName (PmFrameSet aFS, PmParamSetId aParamSetId)
Returns the name of ParamSet identified by aParamSetId in FrameSet aFS.






5.7.11   PmGetParamSetElemSize

Synopsis
int PmGetParamSetElemSize (PmFrameSet aFS, PmParamSetId aParamSetId)
Returns the size of the variable type of ParamSet identified by aParamSetId in FrameSet aFS.



Formatted and maintained by Diemo Schwarz --- last change
Previous Next Contents