import "acssamp.idl";
Inheritance diagram for acssamp::SampObj:
Public Types | |
typedef sequence< SampDataBlock > | SampDataBlockSeq |
Public Member Functions | |
void | start () |
void | stop () |
void | setFrequency (in ACS::TimeInterval sFrequency) |
void | getFrequency (out ACS::TimeInterval sFrequency) |
void | setRate (in ACS::TimeInterval rRate) |
void | getRate (out ACS::TimeInterval rRate) |
string | getChannelName () |
|
|
|
Returns the channel name to be used with all NC consumers.
|
|
Gets the sampling frequency of an already activated sampling object.
|
|
Gets the report rate of an already activated sampling object.
|
|
Sets the sampling frequency of an already activated sampling object.
|
|
Sets the report rate of an already activated sampling object.
|
|
Once the sampling object is activated, simply starts the sampling.
|
|
Simply stops an already started sampling.
|