|
|
Telescience Resource Kit
TReK Python
5.4.0 ART
|
| ▼Ntrek | Defines the AndDependency class |
| CAndDependency | This class determine a parameter's dependency by checking a series of dependencies of which all must be true |
| CApiClient | Provides common functionality between the Telemetry and Commanding APIs |
| CBaseEnumerator | Abstract Base Class for Enumerators |
| CCalibrator | This class is the abstraction for all numeric calibration |
| CCalibratorSwitchSet | This class switches calibrator sets |
| CChecksumParameterInfo | Checksum Parameter attributes |
| CChecksumPolynomialInfo | Checksum Polynomial attributes |
| CCommandApi | Provides access to command features of TReK |
| CCommandResponse | This class holds all the responses associated with a single command uplink |
| CCommandTrack | Contains one or more track items for command uplink history |
| CComparisonDependency | This class determine a parameter's dependency based on a numeric comparison |
| CComparisonType | Comparison Dependency comparison type |
| CCounterDependency | This class determine a parameter's dependency based on a counter |
| CCounterParameterInfo | Counter Parameter attributes |
| CDelimitedParameterCollection | This class describes a parameter collection composed of one or more parameters |
| CDependency | This class is the abstraction for all parameter dependencies |
| CDependencyType | Enumeration of dependency types |
| CEnumerator | This class maps unsigned integer values to strings for enumeration |
| CEnumeratorRangePoint | Dataclass containing begin, end value in enumerator range values |
| 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 |
| CIdentifierInfo | Identifier parameter attributes |
| CIdentifierType | Types of identifiers |
| CLengthParameterInfo | Length parameter attributes |
| CLimitAlarm | This class checks a value for violation of defined limits |
| CLimitAlarmSetType | Enumeration of limit types |
| CLimitAlarmSwitchSet | This class switches limit sets |
| CLimitType | Enumeration of limit types |
| CMathCalibrator | This class calibrates a value using a mathematical equation |
| CMathCalibratorItem | MathCalibratorItem |
| CMathCalItemType | Math Calibrator Item Type |
| CMathCalOpType | Math Calibrator Operation Type |
| CNamedItem | This class provides the common set of names and descriptions allowed for items in the Data API |
| COrDependency | This class determine a parameter's dependency by checking a series of dependencies of which one must be true |
| COrderedParameterCollection | This class describes an ordered parameter collection |
| CPacket | This class describes a packet composed of one or more parameters |
| CPacketChecksumPointType | Enumeration of start and end points for checksums |
| CPacketChecksumType | Enumeration of checksum types allowed |
| CPacketItem | PacketItem is the base abstraction for data that can be added to a Packet |
| CPacketZoneType | Packet Zones |
| CParameter | This class describes a single parameter within a telemetry or command message including its value |
| CParameterByteOrderType | Enumeration of telemetry data types |
| CParameterCollection | This class describes a parameter collection |
| CParameterDataFormat | Enumerations of valid data formats |
| CParameterDataType | Enumeration of telemetry data types |
| 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 parameter collection composed of one or more parameters |
| CRangeEnumerator | This class maps unsigned integer values to strings for enumeration |
| CRangeSwitchInfo | Data class to return range switch information |
| CResponseInfo | Dataclass holding the details of a specific command response |
| CResponseItem | This dataclass holds values in response to a TrackItem.get_response() |
| CSequenceFlagParameterInfo | SequenceFlag Parameter Info |
| CSignedEnumerator | This class maps signed integer values to strings for enumeration |
| CSplineCalibrator | This class calibrates a value using a series of line segments |
| CSplineCalibratorPoint | Spline Calibrator Point return by SplineCalibrator.get_points() |
| CSwitchSet | This class is the abstraction for sets of information that can be switched by the value of a parameter |
| CSwitchType | Types of Switches |
| CSyllableInfo | Parameter Syllable configuration |
| CTelemetryApi | Provides access to telemetry features of TReK |
| CTimeStampParameterInfo | Timestamp Parameter Info |
| CTrackItem | This class holds all of the responses associated with a single command uplink |
| CTrackItemArray | Zero-based array of TrackItem's |
| CTrekError | The TReK C++ was designed to return error codes |
| CTrekTime | This class holds a time value represented as seconds from the system epoch |
| CTrekTimeComponents | TrekTime Components |