import "acssamp.idl";
List of all members.
Member Typedef Documentation
Member Function Documentation
string acssamp::SampObj::getChannelName |
( |
|
) |
|
Returns the channel name to be used with all NC consumers.
- Returns:
- string current channel name on which data are published.
Gets the sampling frequency of an already activated sampling object.
- Parameters:
-
| sFrequency | the current sampling frequency (units are 100ns; e.g. 1000000 means 10 sample per second) |
- Returns:
- void
Gets the report rate of an already activated sampling object.
- Parameters:
-
| sFrequency | the current report rate report rate (units are 100ns; e.g. 10000000 means collect data for 1 second) |
- Returns:
- void
These methods are already inherited from the ACS::Subscription interface. Sets the sampling frequency of an already activated sampling object.
- Parameters:
-
| sFrequency | a new sampling frequency (units are 100ns; e.g. 1000000 means 10 sample per second) |
- Returns:
- void
Sets the report rate of an already activated sampling object.
- Parameters:
-
| sFrequency | a new report rate (units are 100ns; e.g. 10000000 means collect data for 1 second) |
- Returns:
- void
void acssamp::SampObj::start |
( |
|
) |
|
Once the sampling object is activated, simply starts the sampling.
- Returns:
- void
void acssamp::SampObj::stop |
( |
|
) |
|
Simply stops an already started sampling.
- Returns:
- void
The documentation for this interface was generated from the following file: