Skip to content

Add method to query current filename from DataLogBackgroundWriter #7563

Open
@TheTripleV

Description

@TheTripleV

Is your feature request related to a problem? Please describe.
I want to live sync data on a coproc with rio wpilog data and want to name it on the coproc the same name as the current wpilog filename.

Describe the solution you'd like
I'd like DataLogBackgroundWriter to have a getter for WriterThreadState::filename

  /**
   * Get current log filename
   */
  std::string_view GetFilename();
  /**
   * Get current log filename
   */
  public String setFilename() {
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    component: wpiutilWPI utility librarytype: featureBrand new functionality, features, pages, workflows, endpoints, etc.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions