TReK C++
5.3.3
Telemetry/Command API
|
▼Ntrek | |
CApiClient | Provides functions that are common to all C++ TReK APIs |
CCalibrator | This class is the abstraction for all numeric calibration |
CCalibratorSwitchSet | This class switches calibrator sets |
CCommandApi | Provides access to command features of TReK |
CCommandResponse | This class holds all of the responses associated with a single command uplink |
CCommandTrack | This class holds one or more track items for command uplink history |
CCounterDependency | This class determine a parameter's dependency based on a counter |
CDependency | This class is the abstraction for all parameter dependencies |
CEnumerator | This class maps unsigned integer values to strings for enumeration |
CEnumeratorSwitchSet | This class switches calibrator sets |
CExpectedStateAlarm | This class checks expected state violations |
CExpectedStateAlarmSwitchSet | This class switches expected state alarm sets |
CFormatCollection | This class describes a format collection composed of one or more parameter collections |
CLimitAlarm | This class checks a value for violation of defined limits |
CLimitAlarmSwitchSet | This class switches limit sets |
CNamedItem | This class is the provied the common set of names and descriptions allowed for different items in the Data API |
CPacket | This class describes a packet composed of one or more parameters |
Cpacket_identifier_struct | Structure of information needed for identifier parameters |
CPacketItem | This class is the abstraction of items that can be added to a Packet zone |
CParameter | This class describes a single parameter within a telemetry or command message including its value |
CParameterCollection | This class describes a parameter collection composed of one or more parameters |
CParameterStatus | This class describes the status associated with a parameter value |
CPolynomialCalibrator | This class calibrates a value using a polynomial equation |
CRandomPacketCollection | This class describes a random packet collection composed of one or more packets |
CRangeEnumerator | This class maps ranges of unsigned integer values to strings for enumeration |
CSplineCalibrator | This class calibrates a value using a series of line segments |
CStringArray | This class provides a wrapper for std::vector and std::string so different versions of the standard template library don't cause problems. The array is zero based |
CSwitchSet | This class is the abstraction for sets of information that can be switch by the value of a parameter |
CTelemetryApi | Provides access to telemetry features of TReK |
CTrackItem | This class holds all of the responses associated with a single command uplink. Only methods that are expected to be used by user applications are documented |
CTrackItemArray | This class provides a wrapper for std::vector so different versions of the standard template library don't cause problems. The array is zero based |
CTrekTime | This class holds a time value represented as seconds from the system epoch |