Rename blade to disk for Bilby choppers.

This commit is contained in:
Ferdi Franceschini
2014-07-16 15:02:18 +10:00
parent b217eb0dcf
commit 3d6488e254
2 changed files with 240 additions and 240 deletions

View File

@@ -3,7 +3,7 @@ driver astrium_chopper = {
vendor = astrium; device = chopper; protocol = std;
class = NXdisk_chopper; simulation_group = chopper_simulation;
group blade_1 = {
group disk_1 = {
var state = {
type = text; mutable = true; priv = user; readable = 1;
read_command = '1'; fetch_function = fetchState; read_function = readState;
@@ -16,7 +16,7 @@ driver astrium_chopper = {
var aphase = { type = float; mutable = true; }
}
group blade_2 = {
group disk_2 = {
var state = {
type = text; mutable = true; priv = user; readable = 1;
read_command = '2'; fetch_function = fetchState; read_function = readState;
@@ -29,7 +29,7 @@ driver astrium_chopper = {
var aphase = { type = float; mutable = true; }
}
group blade_3 = {
group disk_3 = {
var state = {
type = text; mutable = true; priv = user; readable = 1;
read_command = '3'; fetch_function = fetchState; read_function = readState;
@@ -42,7 +42,7 @@ driver astrium_chopper = {
var aphase = { type = float; mutable = true; }
}
group blade_4 = {
group disk_4 = {
var state = {
type = text; mutable = true; priv = user; readable = 1;
read_command = '4'; fetch_function = fetchState; read_function = readState;