Documentation ¶
Overview ¶
Package gspfirmwaremode tracks the NVIDIA GSP firmware mode.
Index ¶
Constants ¶
View Source
const ( StateNameGSPFirmwareMode = "gsp_firmware_mode" StateKeyGSPFirmwareModeData = "data" StateKeyGSPFirmwareModeEncoding = "encoding" StateValueMemoryUsageEncodingJSON = "json" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Query query_config.Config `json:"query"`
}
type Output ¶
type Output struct {
GSPFirmwareModesNVML []nvidia_query_nvml.GSPFirmwareMode `json:"gsp_firmware_modes_nvml"`
}
func ParseOutputJSON ¶
func ParseStatesToOutput ¶
func ParseStatesToOutput(states ...components.State) (*Output, error)
func ToOutput ¶
func ToOutput(i *nvidia_query.Output) *Output
ToOutput converts nvidia_query.Output to Output. It returns an empty non-nil object, if the input or the required field is nil (e.g., i.SMI).
Click to show internal directories.
Click to hide internal directories.