Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed access from table rows #149

Merged
merged 1 commit into from
Nov 8, 2024
Merged

Conversation

evalott100
Copy link
Contributor

Copy link

codecov bot commented Nov 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.75%. Comparing base (355a6ab) to head (5a7f3f4).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #149   +/-   ##
=======================================
  Coverage   91.74%   91.75%           
=======================================
  Files           8        8           
  Lines        1393     1394    +1     
  Branches      164      164           
=======================================
+ Hits         1278     1279    +1     
  Misses         82       82           
  Partials       33       33           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@evalott100
Copy link
Contributor Author

[:)] pvget -v PANDA1:DATA:DATASETS
PANDA1:DATA:DATASETS epics:nt/NTTable:1.0 
    structure record
        structure _options
            boolean atomic true
    string[] labels ["Name", "Type"]
    structure pvi
        string[] name []
        string[] type []
    structure value
        string[] name []
        string[] type []

Other fields are the same:

[:)] pvget -v PANDA1:DATA:PVI     
PANDA1:DATA:PVI structure 
    structure record
        structure _options
            boolean atomic true
    alarm_t alarm 
        int severity 0
        int status 0
        string message 
    time_t timeStamp 2024-11-08 09:13:40.242  
        long secondsPastEpoch 1731057220
        int nanoseconds 241676450
        int userTag 0
    structure display
        string description PVs making up Interface for DATA
    structure pvi
        structure capture
            string rw PANDA1:DATA:CAPTURE
        structure capture_mode
            string rw PANDA1:DATA:CAPTURE_MODE
        structure create_directory
            string rw PANDA1:DATA:CREATE_DIRECTORY
        structure datasets
            string r PANDA1:DATA:DATASETS
        structure directory_exists
            string r PANDA1:DATA:DIRECTORY_EXISTS
        structure flush_period
            string rw PANDA1:DATA:FLUSH_PERIOD
        structure hdf_directory
            string rw PANDA1:DATA:HDF_DIRECTORY
        structure hdf_file_name
            string rw PANDA1:DATA:HDF_FILE_NAME
        structure hdf_full_file_path
            string r PANDA1:DATA:HDF_FULL_FILE_PATH
        structure num_capture
            string rw PANDA1:DATA:NUM_CAPTURE
        structure num_captured
            string r PANDA1:DATA:NUM_CAPTURED
        structure num_received
            string r PANDA1:DATA:NUM_RECEIVED
        structure status
            string r PANDA1:DATA:STATUS
    structure value
        structure capture
            string rw PANDA1:DATA:CAPTURE
        structure capture_mode
            string rw PANDA1:DATA:CAPTURE_MODE
        structure create_directory
            string rw PANDA1:DATA:CREATE_DIRECTORY
        structure datasets
            string r PANDA1:DATA:DATASETS
        structure directory_exists
            string r PANDA1:DATA:DIRECTORY_EXISTS
        structure flush_period
            string rw PANDA1:DATA:FLUSH_PERIOD
        structure hdf_directory
            string rw PANDA1:DATA:HDF_DIRECTORY
        structure hdf_file_name
            string rw PANDA1:DATA:HDF_FILE_NAME
        structure hdf_full_file_path
            string r PANDA1:DATA:HDF_FULL_FILE_PATH
        structure num_capture
            string rw PANDA1:DATA:NUM_CAPTURE
        structure num_captured
            string r PANDA1:DATA:NUM_CAPTURED
        structure num_received
            string r PANDA1:DATA:NUM_RECEIVED
        structure status
            string r PANDA1:DATA:STATUS

@evalott100 evalott100 requested review from coretl and jwlodek November 8, 2024 09:15
@evalott100
Copy link
Contributor Author

Will patch release after merge.

@evalott100 evalott100 self-assigned this Nov 8, 2024
@evalott100 evalott100 merged commit 1e1e8cd into main Nov 8, 2024
24 checks passed
@evalott100 evalott100 deleted the 639-removed-access-from-rows branch November 8, 2024 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PandA writer fails to open, caused by issue getting dataset table
2 participants